On Sat, 2005-08-13 at 14:48 +0000, steelrails2001 wrote: > i have set up a cron job (as a user, not root) to run on the hour, > every hour, every day, etc, etc. > I works as expcted except twice a day at 10:00 and 22:00 the job runs > twice, back to back. The only entry in crontab is for this job and > looks like this: > > 0 * * * * /home/scale1/movelog > > The movelog program is a script that simply renames and moves 3 files > from one directory to another, nothing fancy. It's not really causing > any major problems, I'm just curious as to why it's happening. As far > as I can see there's nothing else happening at those two times that > would confuse things. Any ideas? Thanks!
According to your cron command (if you're using a cron daemon like dcron (what I use)), you've got movelog running every hour on the hour... ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hh82frm/M=362335.6886445.7839731.1510227/D=groups/S=1705006580:TM/Y=YAHOO/EXP=1123956967/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font> --------------------------------------------------------------------~-> To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
