Package: drbd8-utils Version: 2:8.3.7-1 Severity: serious This incarnation of drbd8-utils has missing run level definitions in the INIT INFO section of the init.d script and thus does not get included when insserv does its magic. Read, drbd is never started during bootup on Squeeze. Changing the void in Default-Start/Stop to the levels below and running "insserv drbd" again fixed things:
### BEGIN INIT INFO # Provides: drbd # Required-Start: $local_fs $network $syslog # Required-Stop: $local_fs $network $syslog # Should-Start: sshd multipathd # Should-Stop: sshd multipathd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Control drbd resources. ### END INIT INFO Regards, Christian -- Christian Balzer Network/Systems Engineer ch...@gol.com Global OnLine Japan/Fusion Communications http://www.gol.com/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org