[Logcheck-devel] Bug#755158: After dist-upgrade logcheck cannot open logoutput

matteo.castellani at t-hoster.com matteo.castellani at t-hoster.com
Thu Mar 2 12:19:18 UTC 2017


This is a problem that can present itself and generate cron emails not 
only if the permissions are wrong, but also if the file 
/etc/logcheck/logcheck.logfiles does not contains any non commented line

To avoid receiving notification I have modified the following line:

- $SORT "$TMPDIR/logoutput"/* | sed -e 's/[[:space:]]\+$//' | cat  \
+ cd && find "$TMPDIR/logoutput" -type f | $SORT | sed -e 
's/[[:space:]]\+$//' | cat  \

Matteo Castellani



More information about the Logcheck-devel mailing list