ISPConfig 3.0.0.9 RC2 released

Discussion in 'General' started by till, Feb 15, 2009.

  1. HellMind

    HellMind Member

  2. falko

    falko Super Moderator Howtoforge Staff

    Which distribution are you using? Make sure that MySQL starts before MyDNS during the boot process.
     
  3. HellMind

    HellMind Member

    debian lenny
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /etc/rc3.d/
    ?
     
  5. HellMind

    HellMind Member

    Here is the result
     
  6. falko

    falko Super Moderator Howtoforge Staff

    MyDNS is starting after MySQL which is fine. Nevertheless, can you change the MyDNS start priority as follows?
    Code:
    update-rc.d mydns defaults 99 01
    Does it start then during boot?
     
  7. HellMind

    HellMind Member

    I think it's fixed
    Thanks
    update-rc.d mydns defaults 99 01

    update-rc.d: warning: /etc/init.d/mydns missing LSB information
    update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
    System startup links for /etc/init.d/mydns already exist.

    It that right? is overwriting the old setup?
     
    Last edited: Mar 30, 2009
  8. falko

    falko Super Moderator Howtoforge Staff

    I think you must delete the old startup links first...
    Code:
    update-rc.d -f mydns remove
    ... and then run the other command again:
    Code:
    update-rc.d mydns defaults 99 01
     
  9. rauschr

    rauschr New Member

    multiple server

    is it good for load distribution between some servers?
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    The multi Server setup enables you to configure multiple servers from one controlpanel, it is not a load distribution solution.
     
  11. rauschr

    rauschr New Member

    multiple server

    it is a bad news for me :(

    Is the new verson including the bill sytem too?
     
  12. falko

    falko Super Moderator Howtoforge Staff

    No, there's no billing system yet.
     

Share This Page