Results 1 to 2 of 2
OS: SLES 10 (EVALUATION)
#rccron start
then
#crontab -e
<submit the job> e.g
33 22 * * * /usr/sbin/init 0
But the system doesnt shutdown at 22:33... why ? It ...
- 03-07-2007 #1Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
cron doesnt work on SLES 10(EVAL)
OS: SLES 10 (EVALUATION)
#rccron start
then
#crontab -e
<submit the job> e.g
33 22 * * * /usr/sbin/init 0
But the system doesnt shutdown at 22:33... why ? It seems that cron is not working ? Is there any bug ?
And where should I check for the logs(errors/warnings) for cron ? because /var/log/messages doesnt show me any info about cron.
Here I'll add, that "at" is working quite fine.
Plz help me resolve this issue
Regards
- 03-08-2007 #2Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
oooooopppppppppssssssss
I am sory, I myself was doing wrong.... infect i was providing the wrong path of "init"
/usr/sbin/init 0 (wrong)
/sbin/init 0 (right)
thats the only issue why cron was failed to shutdown the machine..
Any how.. any1 can plz le me know how can I check the cron logs(error/warning/info)
Regards


Reply With Quote