[Kroupware] Cannot start Kolab server
Dick Kniep
kroupware@mail.kde.org
07 Mar 2003 14:13:46 +0100
Hi,
Still no luck :-(
I ran bootstrap_kolab, but it didn't change a thing in monit. This is
not surprising, as monit is not altered in that script. After that, I
copied monit.conf.template manually to /kolab/etc/monit, and made that
monit.conf. When I start Kolab with "/kolab/etc/rc.d/rc.monit start" I
get 2 lines:
Starting monit daemon
Starting httpd at [localhost:2812]
When I run a ps -e, it gives me:
1099 ? 00:00:00 slapd
1150 ? 00:00:00 slurpd
1173 ? 00:00:00 saslauthd
1341 ? 00:00:00 master
1343 ? 00:00:00 pickup
1344 ? 00:00:00 qmgr
1402 ? 00:00:00 master
3759 ? 00:00:00 run-parts
4162 ? 00:00:00 slocate.cron
4163 ? 00:00:00 awk
4165 ? 00:00:46 updatedb
4295 ? 00:00:00 monit
so, httpd does not run, but ldap and sasl do. Postfix seems to be there
also (qmgr), so for the most part, it seems to run. however. httpd does
not. When I run apachectl configtest it says:
bad groupname nogroup.
So it seems that my config of apache is not correct either. Also, in the
logs of postfix, it complains about an incomplete hostname. When I look
in main.cf, nothing has been entered there, besides the template values.
This gives me the feeling that none of the configfiles have been
generated correctly. So the question is how to correct this?
I hope someone can give me a hint on this. (Other distribution?)
Kind regards,
D.Kniep
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 r=
ight=20
> config file for you installation.
>=20
> I think you should run the "sh /kolab/etc/kolab/kolab_bootstrap" this wil=
l=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 somet=
hing=20
> like this: (pls. remember that I have installed with the prefix /mailserv=
er)
>=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