Bug#475249: bug found, simple fix

2009-01-05 Thread Marty Pauley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The problem is that slim is not closing it's stdin, which is tty1 in this case. (I can replicate the problem.) Slim is daemonising by calling the daemon(0,1) at line 270 of app.cpp. If you change that call to daemon(0,0) it will redirect stdin to

Bug#390178: firehol: DHCP rules are broken (works upstream)

2006-09-29 Thread Marty Pauley
Package: firehol Version: 1.231-5 Severity: important Tags: patch In version 1.211 upstream the simple DHCP service was replaced with a complex version that was stateless. This Debian package includes both the simple and the complex definitions, so the simple one is used. The problem can be

Bug#389911: lighttpd: error.log fills with messages like checking if /var/www is a symlink

2006-09-28 Thread Marty Pauley
Package: lighttpd Version: 1.4.12~20060907-1 Severity: normal It seems that lighttpd was compiled with DEBUG_STAT_CACHE defined, and this is causing it to write lots of messages to the errer log like: 2006-09-27 13:04:52: (stat_cache.c.555) checking if /usr/share/doc/lighttpd-doc is a symlink

Bug#358763: /etc/logrotate.d/cherokee looking for wrong files

2006-03-24 Thread Marty Pauley
Package: cherokee Severity: normal /etc/logrotate.d/cherokee says: /var/log/cherokee*log { ... but /etc/cherokee/sites-enabled/default says: AccessLog /var/log/cherokee.access ErrorLog /var/log/cherokee.error so the default cherokee logs are not rotated. We fixed this by