[Kolab-devel] [issue4737] Kolab fails to bootstrap on Debian 6 Squeeze

Del issues at kolab.org
Thu May 12 20:25:52 CEST 2011


Debian has changed the way services are added, this is not implemented in Kolab.
ref. http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
A header is now needed for all init.d scripts. Without it, Kolab processes fail
to start at boot, and apt will provide an informative error message on first
attempt to install a new package on the Debian server.

Solution is to add the following header to /etc/init.d/kolab

### BEGIN INIT INFO
# Provides:          kolab
# Required-Start:    
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description:
### END INIT INFO

Also note that the command "update-rc.d mydaemon defaults" is deprecated in
favour of "insserv mydaemon"

----------
exturl: http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
messages: 27740
nosy: Del
priority: critical
status: unread
title: Kolab fails to bootstrap on Debian 6 Squeeze

______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue4737>
______________________________________




More information about the devel mailing list