On Saturday 21 April 2007 22:08, [EMAIL PROTECTED] wrote:
> Hi,
>
> I think that your problem is in the crontab time and day configuration.
> Can you send the relevant crontab time and date configuration.
>
> Yours,
>
> Yaron Kahanovitch
Hi Yaron,
Did you mean the scheduled jobs?
I have this on my personal cron:
$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.XXXXfhqcE6 installed on Fri Apr 20 16:43:58 2007)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
*/30 * * * * <path-to-executable> >/dev/null 2>&1
1 0 1 * * php <path-to-php-script> >/dev/null 2>&1
I actually did not mention the above in the original post, but it was supposed
to run as well. Actually, I found out about the problem when the first
command of the two did not run (and some web page that I expected to update
as a result, did not update since 17:33:17 today, again note the non-round
time)
And there's the system global /etc/crontab (where the 15-minutes command I was
talking about ran from) :
*/15 * * * * root <some command>
*/15 * * * * root <some second command>
*/15 * * * * root <some third command>
*/15 * * * * root <some fourth command>
(none of them run when the problem exists...)
And Gentoo's run-crons is also running from /etc/crontab :
*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
Thanks again,
-- Shimi
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]