Jarry writes:
> Hi, I'm getting strange mails from vixie-cron-4.1-r10:
> ------------------
> SUBJECT: Cron <r...@obelix> test -x /usr/sbin/run-crons &&
> /usr/sbin/run-crons
>
> error: kernel:9 unknown option 'compytruncate' -- ignoring line
> error: kernel:12 unknown option 'endscript' -- ignoring line
> ------------------
>
> What does it mean???
I assume you are using logrotate, and have the /etc/logrotate.d/kernel
file? I guess the 'compytruncate' is misspelled and should be
'copytruncate'. And 'endscript' is used after using 'prerotate' or
'postrotate', which you probably do not have.
Something like that, I never used logrotate by myself. See the man page
for more information.
Wonko