Re: Crontab doesn't run jobs
- From: Dan Espen <daneNO@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 01 Dec 2008 17:17:22 GMT
VP <telodico@xxxxxxx> writes:
Jean-David Beyer ha scritto:
ls -l /var/spool/cron returns:See, on my machine (RHEL 5), /var/spool contains only a file for
drwxrwx--T 2 daemon daemon 24 2008-11-30 16:07 atjobs
drwxrwx--T 2 daemon daemon 8 2008-11-29 19:36 atspool
drwx-wx--T 2 root crontab 4096 2008-12-01 00:45 crontabs
each user that has an individual crontab. Thus, it appears as
follows:
# ls -l cron
total 4
-rw------- 1 jdbeyer root 488 Nov 17 2007 jdbeyer
/var/spool/at/spool would contain the at jobs (I have none).
Your distro must keep them in different places. I infer yours keeps
at jobs in atjobs, cron jobs in crontabs, etc. So my revised
question is, what is in /var/spool/cron/crontabs ?
there is just the root file containing exactly what i put into it.
my distro is debian etch.
i'm starting to think about any cron alternative for this computer :(
Has anyone asked you to verify that crond is running?
Run this command, looking for this result:
my sys> ps -ef | grep [c]rond
root 2230 1 0 Nov26 ? 00:00:00 crond
You should be able to see messages from CROND in /var/log/messages:
my sys> grep -i crond /var/log/messages
.
- Follow-Ups:
- Re: Crontab doesn't run jobs
- From: VP
- Re: Crontab doesn't run jobs
- References:
- Crontab doesn't run jobs
- From: VP
- Re: Crontab doesn't run jobs
- From: Jean-David Beyer
- Re: Crontab doesn't run jobs
- From: VP
- Re: Crontab doesn't run jobs
- From: Jean-David Beyer
- Re: Crontab doesn't run jobs
- From: VP
- Crontab doesn't run jobs
- Prev by Date: Re: Crontab doesn't run jobs
- Next by Date: Re: Crontab doesn't run jobs
- Previous by thread: Re: Crontab doesn't run jobs
- Next by thread: Re: Crontab doesn't run jobs
- Index(es):
Relevant Pages
|