[Bug 131363] Re: thttpd: broken logging

2008-10-14 Thread Daniel T Chen
** 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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131363] Re: thttpd: broken logging

2007-09-10 Thread frotz
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/131363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131363] Re: thttpd: broken logging

2007-08-20 Thread Jonas
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
delaycompress
postrotate
/usr/bin/killall thttpd
/etc/init.d/thttpd restart
endscript
}

-- 
thttpd: broken logging
https://bugs.launchpad.net/bugs/131363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs