Thank you for the quick reply.
"brunold" <bru...@no-mx.forums.novell.com> wrote in message
news:brunold...@no-mx.forums.novell.com...
>
> jmcg,
>
> reordering is not the best way to do this because is is just a
> temporary solution (that might not have worked for you).
>
> The startup order is calculated based on the LSB header in the runlevel
> scripts in /etc/init.d when they got activated for automatically
> startup. The LSB header contains some "Required" and "Provides" sections
> which are use to calculate the startup order. So you should adopt that
> LSB header - "Required" line to contain novell-nss in the mysql file
> like this:
>
>
> Code:
> --------------------
> # cat /etc/init.d/mysql
> ...
> ### BEGIN INIT INFO
> # Provides: mysql
> # Required-Start: $network $remote_fs *_novell-nss_*
> # Required-Stop:
> # Default-Start: 2 3 5
> # Default-Stop:
> # Description: Start the MySQL database server
> ### END INIT INFO
> ...
> --------------------
>
>
>
> Then use yast to disable mysql for automatically startup (or do it via
> the command line) and reinsert it. Then the startup order for this mysql
> script is calculated newly and it should be palced in the correct
> order.
>
> Command line:
>
> # insserv -r mysql
> # insserv mysql
>
> Please take in mind that mysql updates might overwrite this runlevel
> script and you might adopt it then another time.
>
> Rainer
>
>
> --
> brunold
> ------------------------------------------------------------------------
> brunold's Profile: http://forums.novell.com/member.php?userid=562
> View this thread: http://forums.novell.com/showthread.php?t=398698
>
"brunold" <bru...@no-mx.forums.novell.com> wrote in message
news:brunold...@no-mx.forums.novell.com...
>
> jncg,
>
> sorry I'm a little bit bussy at the moment because I need to prepare a
> workshop. Therefor I took some time to respond.
> From what I can see from your boot.msg is that mysql is still started
> before nss gets started.
>
> I can see that the mysql runlevel script is okay and contains the
> novell-nss and namcd, but I guess it is still placed incorrectly in the
> runlevel order.
>
> I assume you start always in runlevel 5 as I see that at the end of the
> boot.msg, therefor we check that directory.
>
> # ls /etc/init.d/rc5.d/*novell-nss
> # ls /etc/init.d/rc5.d/*mysql
> # ls /etc/init.d/rc5.d/*namcd
>
> The numbers of novell-nss and namcd must be lower then the one from the
> mysql.
>
> If that is not correct, remove it from automatically startup and
> reinsert it with:
>
> # insserv -r mysql
> # insserv mysql
>
> and then check the 3 ls commands once again and see if the order has
> changed.
>
> if not, please post the contents of the /etc/init.d/rc5.d:
>
> # ls /etc/init.d/rc5.d