Re: question about cron



On 12/26/06, Bill Tangren <bjt@xxxxxxxxxxxxxxxx> wrote:
I have one server on which it does not seem that the cron daemon is working. I
use cron to do system backups and to rotate those backups (as well as quite a
few other things). None of them seem to be happening.

My question is, what do I look for in the logs to determine whether or not the
cron daemon is running, and if not, why not?

# chkconfig --list crond
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
# service crond status
crond (pid 3311) is running...

/var/log/cron may be helpful.

John

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: question about cron [FIXED]
    ... use cron to do system backups and to rotate those backups (as well as quite a ... cron daemon is running, and if not, why not? ...
    (RedHat)
  • Re: question about cron
    ... If you don't see the command execute in the log file, ... My understanding is that cron should be able to re-read the crontab file on the fly, but, but just in case, you may need to do that. ... I use cron to do system backups and to rotate those backups. ...
    (RedHat)