<[EMAIL PROTECTED]> said: > stig henning thune wrote: > > On Mon, 21 Nov 2005 11:47:34 +0100, "Christian H. Toldnes" > > <[EMAIL PROTECTED]> said: > >> stig henning thune wrote: > >>> On Mon, 14 Nov 2005 12:04:23 +0100, "Christopher" <[EMAIL PROTECTED]> > >>> said: > >>> > >>>> Aren't you supposed to use 'crontab -e'? > >>>> > >>> Same result as before: > >>> > >>> # crontab -e > >>> 23:04:14 Unable to find fcron in /etc/group: Permission denied > >> It's the same command, simply a symlink for old times sake. :) > >> > >> Do a 'grep fcron /etc/group', it should respond: > >> > >> fcron:x:108: > >> > >> This is true for both 2.2 and 3.0. If it's not there, something has > >> messed with your /etc/group file. Since I can't see this on any of our > >> testing servers, I don't think it's caused by any upgrade or similar. > > > > True. > > I do get the > > > > # grep fcron /etc/group > > fcron:x:108: > > How about 'ls -l /etc/group', then?
# ls -l /etc/group -rw------- 1 root root 567 Nov 22 01:42 /etc/group ..ah, so chmod 640, and now I get # crontab -e 23:48:44 user "fcron" is not in passwd file. Aborting. Looked at file attributes and found that the /etc/passwd had some 600. Change /etc/passwd to 640, and now # crontab -e 00:15:48 fcrontab : editing root's fcrontab Modifications will be taken into account right now. ..but I guess this is a security issue, having the 640 attributes. When fcron is installed - what is default attributes ? / Stig Henning _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
