[rhn-users] crontab issue

inode0 inode0 at gmail.com
Sat Jun 4 15:37:52 UTC 2005


On 6/2/05, Kvetch <kvetch at gmail.com> wrote:
> Hello, I am having an odd issue with my crontab on multiple RH ES3 boxes.
> The line in my crontabs that are causing me problems is this one.  I
> have noticed it happens for any job that is scheduled to run with a
> numeric day of week listed.
> 
> # Run somescript.sh at 11:12 on Thursday
> 12 11 * * 5 /home/nick/somescript.sh

I think for Thursday you would need

12 11 * * 4 /home/nick/somescript.sh

Does that not work either?  If not, please give us an example script
which fails and a crontab to use to try to reproduce your problem.

John




More information about the rhn-users mailing list