Host upgrade - debian lenny to squeeze

John McMonagle johnm at advocap.org
Tue Feb 14 21:37:59 CET 2012


On Tuesday, February 14, 2012 02:51:49 am Mark Berndt wrote:
> On Tue, 14 Feb 2012 06:46:59 pm Michael Liebl wrote:
> > Hi,
> > 
> > I like to upgrade my debian host system from lenny (32bit) to squeeze
> > (32bit) with a running kolab openpkg 2.3.4 installation.
> > 
> > Is there anything I have to care of?
> > 
> > Anyone did this step already or other hints?
> > 
> > 
> > 
> > Thank you!
> 
> Squeeze uses dependency based booting, so your kolab launch script  in
> /etc/init.d needs some headers or it won't autolaunch
> 
> #!/bin/sh
> ##
> ##  kolab -- startup/shutdown transfer script for OpenPKG /kolab hierarchy
> ##
> 
> 
> ### 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
> 
I edited my /etc/init.d/kolab like this:
### BEGIN INIT INFO
# Provides:             kolab
# Required-Start:       $remote_fs $syslog 
# Required-Stop:        $remote_fs $syslog
# Default-Start:        2 3 4 5
# Default-Stop:         
# Short-Description:    Kolab server
### END INIT INFO

John




More information about the users mailing list