[Kolab-devel] Kolab Server 2.2.3

Thomas Spuhler thomas at btspuhler.com
Tue Nov 17 02:47:47 CET 2009


On Monday 16 November 2009 11:05:52 am Thomas Arendsen Hein wrote:
> * Thomas Spuhler <thomas at btspuhler.com> [20091116 05:29]:
> > On Sunday 15 November 2009 04:23:47 pm Richard Bos wrote:
> > > Op zaterdag 14 november 2009 22:42:07 schreef Thomas Spuhler:
> > > > > Ok, I get a little closer, but I know receive the message that the
> > > > > module is already loaded.
> > > > > I am not a Perl coder, but it looks is if the code loads it twice
> > > > >
> > > > > See this http://mandriva.pastebin.fr/6001
> > > >
> > > >  Ok, I figured this out.
> > >
> > > What did you make of it?
> > >
> > > > But the kolabd has a couple line that may be a problem:
> > > > . /etc/rc.status
> > >
> > > No idea where this come from:
> > > kolabd> grep -R "rc\.status" *
> > > No result, there is no file in the kolabd module that contains sting.
> > > Neither does perl-kolab.
> >
> > I am traveling this week and don't have access to my virtual from
> > outside. But here is a link that describes it:
> > https://wiki.kolab.org/index.php/Init_Script
>
> I think you can ignore that script.
>
> On Debian with OpenPKG packaghes it looks like this:
>
> #!/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
The script gets called from kolabsrv as far as I remember, but I can use 
service kolab |start, stop, etc|

Thomas




More information about the devel mailing list