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?
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?
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
The multi Server setup enables you to configure multiple servers from one controlpanel, it is not a load distribution solution.