** Changed in: thttpd (Ubuntu)
Status: New => Confirmed
--
thttpd: broken logging
https://bugs.launchpad.net/bugs/131363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
This might be a symptom of bug #123155. The solution is to edit
/etc/init.d/thttpd and replace all lines using grep to match this:
if ps ax | grep -q "^ *$PID "; then
Notice the space and asterisk before $PID and the space after.
--
thttpd: broken logging
https://bugs.launchpad.net/bugs/13
A brute force workaround that seems to work for me is to replace
everything in the postrotate clause in /etc/logrotate.d/thttpd with
this:
/usr/bin/killall thttpd
/etc/init.d/thttpd restart
The result is:
/var/log/thttpd.log {
rotate 14
daily
compress
missingok