Install successfull and now?

David Schneider d.schneider at weigl.de
Mon May 17 09:37:47 CEST 2004


Hi Markus,

i had the same problem after installing the suse binaries. it was caused
by
part 3 of the quick installation manual (QIM.txt), which is the same
file for
binary/source installations so check this first:


------------------------------------------
3. Replace the following script in /etc/init.d/kolab

#!/bin/sh
#
# kolab -- startup/shutdown transfer script for /kolab OpenPKG hierarchy
#
[ ! -f /kolab/etc/rc.d/rc.kolab ] && exit 0
case $1 in
    start ) exec /kolab/etc/rc.d/rc.kolab start ;;
    stop  ) exec /kolab/etc/rc.d/rc.kolab stop  ;;
esac
-----------------------------------------


The original startup script is:


-----------------------------------------
#!/bin/sh
##
##  kolab -- startup/shutdown transfer script for OpenPKG /kolab
hierarchy
##
[ ! -f /kolab/etc/rc ] && exit 0
case $1 in
    start ) exec /kolab/etc/rc all start ;;
    stop  ) exec /kolab/etc/rc all stop  ;;
esac
------------------------------------------


as you see the script from QIM.txt only starts the kolab server itself,
not the needed services like apache, ldap, cyrus...
check your kolab startup script for this, or type "/kolab/etc/rc all
start" in the shell and check for your missing services.
hope this helped you out.


greets
david




More information about the users mailing list