user crontabs don't work, only /etc/crontab
- by gletscher
Hi when I use the command
crontab -e
to set up cron, the commands get triggered (according to syslog) but nothing happens. Also if I run sudo crontab -e.
The only way to actually get cron working is to manually etc
/etc/crontab
I'm confused, since syslog gives me the same output for both methods. Any ideas for tracing down this bug? Thanks alot!