Hello Andreas, Andreas Rottmann wrote: > Package: mon > Version: 0.99.2-14 > Severity: normal > > > Since some time now (sorry, don't have exact version where this > started happening), mon fails to start at system boot. > > I couldn't make find any related syslog messages, and on the console > it just says "Starting mon daemon: mon <short pause> failed". > > I know that this a rather vague report, and I'd appreciate any hints > on how to best instrument the init script to isolate the cause. > > Thanks, Rotty
Yes, the bug was accidentally introduced in the latest upload (0.99.2-14) By adding the correct settings in /etc/init.d/mon the problem goes. The top of the file should read: #!/bin/sh # ### BEGIN INIT INFO # Provides: mon # Required-Start: $syslog # Required-Stop: $syslog # Should-Start: $local_fs # Should-Stop: $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ... intead of #!/bin/sh # ### BEGIN INIT INFO # Provides: mon # Required-Start: $network $local_fs # Required-Stop: # Should-Start: $named # Should-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ... Thanks for reporting -- Dario Minnucci (midget) <deb...@midworld.net> Phone: +34 902021030 | Fax: +34 902024417 | Support: +34 807450000 Key fingerprint = 62FF F60F CE79 9CE4 EBA8 523F FC84 1B2D 82C8 B711
signature.asc
Description: OpenPGP digital signature