Date: Fri, 7 Jul 2006 11:56:08 -0700 From: "Atom Powers" <atom.powers@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: Error Message with 'periodic weekly' Message-ID: <df9ac37c0607071156u38bcd812of05f6074cfffd6ba@mail.gmail.com> In-Reply-To: <20060707141747.E914.GERARD@seibercom.net> References: <20060707141747.E914.GERARD@seibercom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 7/7/06, Gerard Seibert <gerard@seibercom.net> wrote: > I just did a fresh install of FBSD 6.1. When attempting to run: > > periodic weekly > > This error message is displayed: > > Jul 7 14:12:47 seibercom su: _secure_path: /nonexistent/.login_conf is > not owned by uid 65534 First, /nonexistant should probably not exist. It is the home directory of the "nobody" user (uid 65534). I would just kill it `rm -rf /nonexistant` If it *does* exist that may not be a problem, as long as the nobody user does not have a valid shell, but /nonexistant is used by many system accounts so just setting the ACLs on it to `chmod -R nobody:nobody /nonexistant` probably won't help much. -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?df9ac37c0607071156u38bcd812of05f6074cfffd6ba>