Fedora 22 - syslog rotating but old files being updated! - SOLVED but still weird . .

Tom Horsley horsley1953 at gmail.com
Thu Jul 2 14:19:19 UTC 2015


On Thu, 02 Jul 2015 23:45:38 +1000
Philip Rhoades wrote:

> and there is nothing in crontab with a 3:25am on it . . what is going 
> on?

You have no doubt encountered the wonders of anacron, which, instead of running
things when you want them run, runs them at some random time.

You used to be able to just remove anacron from your system, but now
it has been improved so much that it is tightly integrated.

You have to move everything from /etc/anacrontab to /etc/crontab
(and reformat it properly since they aren't the same syntax), then
to really make sure you drive a stake through its heart, cat /dev/null
to each of /etc/cron.d/0hourly /etc/cron.hourly/0anacron /etc/anacrontab
(and repeat following every update in case an update reinstalls them :-).


More information about the users mailing list