mydns not starting

Discussion in 'General' started by planetsi, May 18, 2009.

  1. planetsi

    planetsi New Member

    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
     
  2. akamarinos

    akamarinos New Member

    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
    
    
    
    
    
    
     
  3. baskin

    baskin Member

  4. planetsi

    planetsi New Member

    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.
     
  5. baskin

    baskin Member

    You haven't read all the thread that i gave to you.:)

    Change the "RUN_PARALLEL" to "no" in "/etc/sysconfig/boot".
     

Share This Page