Hi all,
Yesterday I upgraded and then rebooted.
how come cron daily didn't run? I have an entry in crontab saying:
47 4 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
The cron.log just says nothing around 4:47:
Dec 21 04:09:01 78 north CRON[6746]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 21 04:39:01 78 north CRON[7485]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 21 04:45:01 78 north CRON[7701]: (clamav) CMD ([ -x /usr/sbin/clamav-unofficial-sigs ] && /usr/sbin/clamav-unofficial-sigs)
Dec 21 05:08:01 78 north CRON[8300]: (courier) CMD (/export/mail/honeypot/bot-report.sh)
Those entries come from /etc/cron.d snippets. It seems that cron doesn't run any more crontab entries since the reboot. Only entries in /etc/cron.d.
/etc/crontab didn't change.
What is going wrong?
TIA for any hint
Ale
--