Comment 5 for bug 463471

Revision history for this message
Richard Ayotte (rich-ayotte) wrote :

I get messages like the following all day long.

Nov 30 05:09:01 polarbear CRON[13941]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Nov 30 05:17:01 polarbear CRON[13973]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Nov 30 05:39:01 polarbear CRON[14056]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
Nov 30 06:02:01 polarbear CRON[14127]: (logcheck) CMD ( if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi)

Adding ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ CRON\[[0-9]+\]: \([_[:alnum:]-]+\) CMD \(.*\)$ to /etc/logcheck/ignore.d.paranoid/cron fixed the problem.