Hi all,
Wacky problem on a RH 8.0 install, where all my cron reports seem to show up twice. In looking at the cron log I see that it seems to be running everything twice!?! By example:
Feb 16 04:21:01 mail CROND[4975]: (mailman) CMD (/usr/bin/python -S /var/mailman /cron/qrunner)
Feb 16 04:22:00 mail CROND[4979]: (root) CMD (run-parts /etc/cron.weekly)
Feb 16 04:22:00 mail CROND[4980]: (root) CMD (run-parts /etc/cron.weekly)
Feb 16 04:22:00 mail CROND[4981]: (mailman) CMD (/usr/bin/python -S /var/mailman /cron/qrunner)
As you can see at 4.22 cron.weekly ran twice. This seems to be the case for everything cron related.
I've checked for dual crontabs and root and mailman are the only ones on the system.
The usual run-parts are in the root crontab:
# run-parts
01 * * * * run-parts /etc/cron.hourly
02 4 * * * run-parts /etc/cron.daily
22 4 * * 0 run-parts /etc/cron.weekly
42 4 1 * * run-parts /etc/cron.monthly
But absolutely nothing else that would account for something running twice.
I've been looking at this one for a while now and am totally confused. Any good suggestions where to look for more evidence?
Chris