Hi Joshua, On Fri, Jun 23, 2006 at 10:44:20AM +0530, Joshua N Pritikin wrote: > I'm using bcron-run. > > $ cat /etc/crontab > SHELL=/bin/sh > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > > 14 * * * * root run-parts --report /etc/cron.hourly > 24 4 * * * root run-parts --report /etc/cron.daily > 39 4 * * 7 root run-parts --report /etc/cron.weekly > 54 4 1 * * root run-parts --report /etc/cron.monthly > > However, when I "grep run-parts /var/log/bcron/[EMAIL PROTECTED]" then I only > see > hourly. I don't see daily or weekly. > > The machine is not on 24 hours but that shouldn't matter, right?. I am
that should matter. bcron only runs scheduled jobs if the machine is up at that time, it doesn't catch up if the machine is booting up later. > using bcron 0.09-3 on my laptop and the log shows daily & weekly > crons being run. How can I diagnose the problem? I think you should be able to see it from the logs in /var/log/bcron/. > I tried "touch /etc/crontab" and I found a corresponding message > in /var/log/bcron/update/current. What else can I try? I don't see a bug here if a cron job is not run beacuse the machine is down, and am about to close this report. anacron, and IIRC fcron, can handle such situations. Thanks, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

