Error Message with 'periodic weekly'

2006-07-07 Thread Gerard Seibert
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

I do not understand what the problem is.


-- 
Gerard Seibert
[EMAIL PROTECTED]



Power-lust is a weed that grows only in the vacant lot of an empty mind.

 Ayn Rand
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error Message with 'periodic weekly'

2006-07-07 Thread Atom Powers

On 7/7/06, Gerard Seibert [EMAIL PROTECTED] 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--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]