Bug 138551 - cron.daily runs at normal office working hours
Summary: cron.daily runs at normal office working hours
Status: RESOLVED DUPLICATE of bug 114761
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: RC 4
Hardware: All Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Mads Martin Joergensen
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 14:12 UTC by Stefan Hundhammer
Modified: 2005-12-14 14:18 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Hundhammer 2005-12-14 14:12:40 UTC
Figuring out what on earth slows my machine down every afternoon, I found that we run cron.daily at the most unreasonable of times: At 14:40.

From /usr/lib/cron/run-crons:

    ...
    test -e $SPOOL/$BASE && {
        case $BASE in
          cron.hourly)  TIME="-cmin  +60 -or -cmin  60" ;;
          cron.daily)   TIME="-cmin +1440 -or -cmin 1440"  ;;
          ...

I don't mind those cron jobs running in the middle of the night when I am away from my computer. Of course when the machine does not run at that time, there must be a fallback time - but running it at 14:40 every day for everybody does not make sense.

Please move it to, say, 3:00 in the night or some other time then the machine is idle anyway.
Comment 1 Mads Martin Joergensen 2005-12-14 14:18:05 UTC
1440 has nothing to do with the time it runs. It just keeps running 24 hours after the last time it ran.

*** This bug has been marked as a duplicate of 114761 ***