I've got a fileserver set up for a small LAN, which I am using to host a local portage tree. I've set up a cronjob to update the tree bi-weekly as so:
Code: Select all
# crontab -l
30 13 * * wed,sat emerge sync --quiet >> /root/sync.log 2>&1
However, instead of executing at 1:30 pm, it runs anywhere from 12:30-2:00 am (from looking at the file modification times). Ok so its not catastrophic, but it is annoying.
Before you ask, the clock
is set to the right time, and the timezone is set correctly:
Code: Select all
# ls -l /etc/localtime
lrwxrwxrwx 1 root root 36 May 6 08:38 /etc/localtime -> /usr/share/zoneinfo/America/New_York
I've tried both vixie-cron and dcron, and both do the same thing.