Originally Posted by gruntz
couple of things come to mind.
cron isn't running? This is a daemon that executes crontab.
Your crontab access has been removed. If you are listed in /etc/cron.d/cron.deny(if exists) or not in /etc/cron.d/cron.allow.
Check your man page...man -k for more info
Hello,
somebody can have changed the PATH variable, too. Check your mail, where you can find some hints. If I were you, I would redirect the stdout and stderr from your cron job into files. It makes it possible to catch the error messages easily.
Regards  |