Re: [gentoo-user] logrotate not working

2007-09-25 Thread Arnau Bria
On Tue, 25 Sep 2007 12:36:57 +0100 Neil Bothwick wrote: > On Tue, 25 Sep 2007 12:06:09 +0200, Arnau Bria wrote: > [...] > blog_log_access_common does not match the *log pattern in the config > file. You're completely right... apache2/access_fotos.emergetux.net_log apache2/blog_log_access_c

Re: [gentoo-user] logrotate not working

2007-09-25 Thread Neil Bothwick
On Tue, 25 Sep 2007 12:06:09 +0200, Arnau Bria wrote: > I have this in my logroate.d/apache > # Apache2 logrotate snipet for Gentoo Linux > # Contributes by Chuck Short > # > /var/log/apache2/*log { > daily > missingok > notifempty > size 5M > sharedscripts > postrotate > /etc/init.d/

[gentoo-user] logrotate not working

2007-09-25 Thread Arnau Bria
Hi, I have this in my logroate.d/apache # Apache2 logrotate snipet for Gentoo Linux # Contributes by Chuck Short # /var/log/apache2/*log { daily missingok notifempty size 5M sharedscripts postrotate /etc/init.d/apache2 reload > /dev/null 2>&1 || true endscript } And my logs are: #