Quantcast
Viewing all articles
Browse latest Browse all 19115

0005307: CRON mistakenly starts job at the wrong time

A job was created to perform a backup every 5 hours, cron mistakenly thinks that 5 hours after 8:00PM is 12:00AM, when in fact it should be 1:00AM; see logs below:<br /> <br /> cron:Dec 13 15:00:01 adminweb crond[4579]: (root) CMD (/usr/local/bin/backupcontrolpanel.sh)<br /> cron:Dec 13 20:00:01 adminweb crond[11513]: (root) CMD (/usr/local/bin/backupcontrolpanel.sh)<br /> cron:Dec 14 00:00:01 adminweb crond[16344]: (root) CMD (/usr/local/bin/backupcontrolpanel.sh)<br /> cron:Dec 14 05:00:01 adminweb crond[22986]: (root) CMD (/usr/local/bin/backupcontrolpanel.sh)

Viewing all articles
Browse latest Browse all 19115

Trending Articles