Package: lighttpd Version: 1.4.25-1 The shipped /etc/logrotate.d/lighttpd uses "copytruncate", which according to the logrotate man page is prone to a race condition leading to data loss.
I suggest instead using "create" and "delaycompress", as lighttpd is perfectly able to reopen its logs, and the logrotate conf tells it to do so in the postrotate... -- Lionel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

