Hi, I've waited for a month with no response to my report.
I was able to isolate and fix the problem in my case. /usr/bin/crontab had the wrong group, and permissions -rwxr-xr-x. The wrong group came about because we did a group renumbering and by mistake changed the group of this file. I'm not sure if this could have caused the sgid bit to be dropped. The fix in my case was # chgrp crontab /usr/bin/crontab # chmod g+s /usr/bin/crontab Thanks Vince -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]