Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

! bad user or setgid failed

Status
Not open for further replies.

mrjazz

MIS
Apr 9, 2002
115
0
0
DE
I have the following phenomenon on one Solaris box:

some cron jobs come back with the following error message in /var/cron/log:

! bad user (user name) or setgid failed (user name)

The user accounts are ok (not locked or something).

Maybe it is a trivial problem but I have no idea at the moment what it could be.

mrjazz
 
This is usually the result of the user's password having expired when password aging is activated. Cron now checks that the user's password is valid before
executing the job.

Disable password aging, create a new user password, and reenable password aging.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top