Natlog's init script fails to start the service. The reason is simply that in the change from oldstable to stable natlog's binary moved from /usr/sbin to /usr/bin, but the init script does not reflect that change. Simply changing DAEMON=/usr/sbin/$NAME to DAEMON=/usr/bin/$NAME in /etc/init.d/natlog fixes the issue. Bug initially reported to a downstream distribution, forwarded here after reproducing it in vanilla Debian live.
Dear abegui@gmx.com, you wrote: Thanks for the bug report (and also for the provided fix :-) I'll prepare a new version asap. Cheers,