not start the cron (scheduler) service
- by user74730
A have problem witch Natty Narwhal uname -r 2.6.38-15-generic.
After update cron is not starting.
ps aux | grep [c]ron -- none :(
ls -la /etc/ | grep crontab
-rw-r--r-- 1 root root 724 2011-01-05 13:22 crontab
apt-get install --reinstall cron && dpkg --configure -a && service cron restart
ps aux | grep [c]ron -- none :(
chkconfig --list|grep cron
anacron 0:off 1:off 2:on 3:on 4:on 5:on 6:off
cron 0:off 1:off 2:on 3:on 4:on 5:on 6:off
How-to repair this problem?