[Kroupware] Cannot start Kolab server

Dick Kniep kroupware@mail.kde.org
10 Mar 2003 12:00:04 +0100


Hi List,

Answering my own question, I copied the httpd.conf.template from
/etc/kolab to /etc/apache. I get a little further now, but now it gives
me another message, telling me that apache could not be started, because
a non-null return code. I think I'll have to copy all configuration
files by hand to the proper location. So here is what I am thinking. Can
anyone please correct this if I am wrong?:

canonical.template	-> /kolab/etc/postfix
cyrus.conf.template	-> ?
httpd.conf.template	-> /kolab/etc/apache
imapd.conf.template	-> /kolab/etc/imapd
imapd.group.template	-> /kolab/etc/imapd
legacy.conf.template	-> ?
main.cf.template	-> /kolab/etc/postfix
master.cf.template	-> /kolab/etc/postfix
monit.conf.template	-> /kolab/etc/monit
php.ini.template	-> ? perhaps apache?
proftpd.conf.template	-> /kolab/etc/proftpd
saslauthd.conf.template	-> /kolab/etc/openssl????
session_vars.php.template -> ? perhapts apache?
slapd.conf.template	-> /kolab/etc/openldap
smtpd.conf.template	-> /kolab/etc/postfix
transport.template	-> /kolab/etc/postfix

Kind regards,
D.Kniep



-=20

Op ma 10-03-2003, om 11:22 schreef Dick Kniep:
> Hi list,
>=20
> One more question. It seems that the server itself is started OK now.
> However, apache is still giving me problems with "bad group name
> nogroup". I think also the httpd.conf is not properly created during
> installation. Where can I find this conf? Or is it created "on the fly"?
>=20
> Kind regards,
> D.Kniep
>=20
> Op vr 07-03-2003, om 11:02 schreef Olaf Slazak L=F8ken:
> > Hey
> > This was one of the problems I had with kolab install.
> > You see all config files are stored in /kolab/etc/kolab/*.template
> > If you take a look at monit.conf.template you will see that this is the=
 right=20
> > config file for you installation.
> >=20
> > I think you should run the "sh /kolab/etc/kolab/kolab_bootstrap" this w=
ill=20
> > regenerate all you config files and the password for kolab.
> >=20
> > When it's done you see your new password for kolab server.
> > Now check your config files in : /kolab/etc/monit.conf it should be som=
ething=20
> > like this: (pls. remember that I have installed with the prefix /mailse=
rver)
> >=20
> > -----------------------
> > set daemon 60
> > set logfile syslog
> > set mailserver localhost
> > set httpd port 2812 and
> >     use address localhost
> >     allow localhost
> >     allow kolab:monit
> >=20
> > check slapd with pidfile /mailserver/var/openldap/slapd.pid
> >    start program =3D "/mailserver/etc/rc.d/rc.openldap start"
> >    stop program =3D "/mailserver/etc/rc.d/rc.openldap stop"
> >=20
> > check saslauthd with pidfile /mailserver/var/sasl/saslauthd/mux.pid
> >    start program =3D "/mailserver/etc/rc.d/rc.sasl start"
> >    stop program =3D "/mailserver/etc/rc.d/rc.sasl stop"
> >=20
> > check apache with pidfile /mailserver/var/apache/run/apache.pid
> >    start program =3D "/mailserver/etc/rc.d/rc.apache start"
> >    stop program =3D "/mailserver/etc/rc.d/rc.apache stop"
> >=20
> > check postfix with pidfile /mailserver/var/postfix/pid/master.pid
> >    start program =3D "/mailserver/etc/rc.d/rc.postfix start"
> >    stop program =3D "/mailserver/etc/rc.d/rc.postfix stop"
> >=20
> > check imapd with pidfile /mailserver/var/imapd/imapd.pid
> >    start program =3D "/mailserver/etc/rc.d/rc.imapd start"
> >    stop program =3D "/mailserver/etc/rc.d/rc.imapd stop"
> >=20
> > check kolab with pidfile /mailserver/var/kolab/kolab.pid
> >    start program =3D "/mailserver/etc/rc.d/rc.kolab start"
> >    stop program =3D "/mailserver/etc/rc.d/rc.kolab stop"
> >=20
> > ----------------------------
> >=20
> > I hope this helps U.=20
> > =09
> >=20
> > ----
> > MVH / Best Regards
> > Olaf Slazak L=F8ken=09
> > olaf@advantux.no
> > _______________________________________________
> > Kroupware mailing list
> > Kroupware@mail.kde.org
> > http://mail.kde.org/mailman/listinfo/kroupware
>=20
>=20
> _______________________________________________
> Kroupware mailing list
> Kroupware@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kroupware