Cron jobs arent working

pilpelet

Verified User
Joined
Oct 12, 2003
Messages
108
Hello to all ,

What could be the resone/s for all the cron jobs that configured in the crontab file stoped work for a few weeks now .

I must add that its aboat the time i installed mail scanner also
mails to root arent getting thru .

If how can i unisntall mail scanner . and what files do i have to
reverse config to the basic no scan config .

Thanks for any idea .
 
Hello,

Make sure that your cron deamon is running.. and check the /var/log/messages and /var/log/cron file for clues.

To revert exim, you can install the latest exim.conf:
Code:
wget -O /etc/exim.conf [url]http://files.directadmin.com/services/exim4.conf[/url]
service exim restart
John
 
Jhon thanks ,

I checked the logs but couldnt figure it out , in the cron log i see nothing but direct admin crons . In messages i all i see is FTP logings , daemons restarts etc...

How do i check if the cron daemom itself is running ?

Regards ,

:D
 
Code:
[root@system root]# ps -ax |grep cron
 1951 ?        S      0:00 crond
 3294 pts/0    S      0:00 grep cron
the "grep cron" is just the program you're running, but the crond is the actual crond program you're looking for. If you see a lot of entries in the cron log (dataskq) then it's probably working.

John
 
Back
Top