> When do the daily system cron jobs run? Typically (unless you
> specifically set a specific time) I find that the daily system cron jobs
> are run every 24 hrs based on when the system was first booted(when the
> OS was installed). Maybe one of them is wacking OWFS and it happens to
> run at that time.
> 
> Lyle
 

Hi Lyle,

        Well, here is my fcron jobs. I already stopped the:
00 7 1-31 1-12 0-7 rm -f /var/lib/mysql/decibelshelp-bin.*
and
0 6 1-31 1-12 0-7 /etc/cron.daily/rootdriveuse.sh
and today stopped this one cause got annoyed by seeing it
too much in the logs when working on this:
#*/10  *  * * *      /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons

The owreadsensor.sh and graphrrd.sh and the chown one is just to 
read the sensors, graph it and then move it to my apache folder so can
view the graphs. And has been working fine all year.

If you see something else to try let me know.  Oh, and the only way I know
that it has stopped working is the approx time on the graphs. 

0  *  * * *      rm -f /var/spool/cron/lastrun/cron.hourly
1  3  * * *      rm -f /var/spool/cron/lastrun/cron.daily
15 4  * * 6      rm -f /var/spool/cron/lastrun/cron.weekly
30 5  1 * *      rm -f /var/spool/cron/lastrun/cron.monthly
#*/10  *  * * *      /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons
0 0,6,12,18 1-31 1-12 0-7 ntpdate -b -u time-ext.missouri.edu
#0 6 1-31 1-12 0-7 /etc/cron.daily/rootdriveuse.sh
#see if causing stopping problem 00 7 1-31 1-12 0-7 rm -f 
/var/lib/mysql/decibelshelp-bin.*
*/8 * * * * chown apache:apache /home/decibels/housesensors/*.png && mv 
/home/decibels/housesensors/*.png /var/www/localhost/htdocs/housetemps/ > 
/dev/null
*/5 * * * * /home/decibels/owreadsensors.sh > /dev/null
*/6 * * * * /home/decibels/graphrrd.sh > /dev/null
00 4 1-31 1-12 0-7 /root/firewall-script1.sh stop
02 4 1-31 1-12 0-7 /root/firewall-script1.sh start
#uncomment for imediate change
#39 18 1-31 1-12 0-7 /root/firewall-script1.sh stop
#39 18 1-31 1-12 0-7 /root/firewall-script1.sh start

Thanks,
Dave

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to