|
Well, normally if cron has a problem, it logs it in /var/log/cron (?) and sends an email, normally to the owner of the crontab.
note that the email may only be accessible via
mail
OR
mailx
ie it may not make it out to whatever normal email system you use.
Check also /var/log/messages
|