[Debian-ha-maintainers] Bug#576901: init.d script fails under Squeeze with insserv due to lack of run level definitions

Christian Balzer chibi at gol.com
Thu Apr 8 04:39:25 UTC 2010


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                
chibi at gol.com   	Global OnLine Japan/Fusion Communications
http://www.gol.com/





More information about the Debian-ha-maintainers mailing list