I have setup a suse 11 as per the how-to on this site (was very impressed to) I am having problems and i think it is realated to the start order as it appears that mydns is trying to start before mysql. How do i make it start after mysql? Thanks in advance
mydnsconfig version 3 does it all by it self during the installation but just in case first of all run a ls -l at /etc/rc.d/rc3.d/ /etc/rc.d/rc4.d/ /etc/rc.d/rc5.d/ and see what number is assigned to mydns Code: cd /etc/rc.d/rc3.d mv S52mydns S99mydns cd /etc/rc.d/rc4.d mv S52mydns S99mydns cd /etc/rc.d/rc5.d mv S52mydns S99mydns
Check this: http://howtoforge.com/forums/showthread.php?t=31615 It has the solution for opensuse 11.1 and mydns (at least it works for me).
Getting there Yeah... i can start it using the "/etc/init.d/mydns restart" i have in my rc3.d and rc5.d (nothing in rc4.d) K01mydns k03mysql S08mysql S99mydns But it still starting before mysql and failing on start up... anythoughts (P.S. what is the K01 and K03?) Thanks.
You haven't read all the thread that i gave to you. Change the "RUN_PARALLEL" to "no" in "/etc/sysconfig/boot".