Hi! Each time I boot my potato box I receive the following email:
/etc/cron.daily/logrotate: error: /etc/logrotate.conf:6 bad rotation count'2 ' run-parts: /etc/cron.daily/logrotate exited with return code 1 My /etc/logrotate.conf file is, up to line 6, the following: # see "man logrotate" for details # rotate log files weekly weekly # keep 2 weeks worth of backlogs rotate 2 I really don't understand what is going wrong with this configuration. Any help will be very welcome! Thanks in advance! Marcelo

