I can't seem to get cron working. Root has a crontab which I have edited with -e and listed with -l, and which is in /var/spool/cron/crontabs/root. The entry itself is
Code:
0 3 * * * /root/bin/daily >/tmp/cronlog 2>&1
and the /tmp file does not show up. The cron and crontab groups list root and myself.
I have also tried putting that shell script and an even simpler version of it in /etc/cron.daily and it does not run.
On to regular users. I can't even run crontab -e or -l; I get permission denied. /var/spool is rwxr-xr-x; cron is rwxr-x--- owned by root.cron, and crontab is rwx-wx--T owned by root.crontab.
This all appears exactly the same as another gentoo system where root and myself have working cron jobs.
I am doing something trivially wrong, I am sure, but I can't fire out what it is.