I think I've got the explanation:

> /etc/cron.daily/logrotate:
> error: error running shared postrotate script for /var/log/apache2/*.log

logrotate.d/apache2 was returning 1 but no output.
(I used 'grep -v' to filter mod_proxy output bug, but grep -v returns
1 as it didn't match any other line)

> kill(1420, 12)
> signal 12 sent to process 1420

zope is sending output to stderr but returns 0, so no 'error running
...' warning.

> run-parts: /etc/cron.daily/logrotate exited with return code 1

We're done with 1 error in 'apache2'.

-- 
Sylvain



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to