Posted: Tue Apr 04, 2006 6:20 pm
Hmm... something is not right here,
Look in /etc/init.d/rc3.d and rc5.d for Sxxzm where xx is a number.
If it is not the last number do a mv Sxxzm S99zm
And then restart your computer.
Note that if you run SuSEConfig it will revert back the setting. You can add:
# Required-Start: apache2 mysql
to the /etc/init.d/zm script in the beginning to tell SuSEConfig that mysql and apache should be started before zm.
You can also edit the mysql start script and add zm to the Required-Stop: line.
It seems that something is not started before zm and by moving it to the last startup item will hopefully cure it.
Mikael
Look in /etc/init.d/rc3.d and rc5.d for Sxxzm where xx is a number.
If it is not the last number do a mv Sxxzm S99zm
And then restart your computer.
Note that if you run SuSEConfig it will revert back the setting. You can add:
# Required-Start: apache2 mysql
to the /etc/init.d/zm script in the beginning to tell SuSEConfig that mysql and apache should be started before zm.
You can also edit the mysql start script and add zm to the Required-Stop: line.
It seems that something is not started before zm and by moving it to the last startup item will hopefully cure it.
Mikael