cron – what’s going on?
Source: http://aplawrence.com/Unixart/crontab_not_running.html
Check the last time cron was run:
1 # ls -lut /etc/init.d/cron
Is cron still running:
1 ps -el | grep cron
Has cron looked at its files lately?:
1 # ls -lut /etc/crontab