ubuntu - bind / named error -



ubuntu - bind / named error -

i got error somehow can't rid of.

maybe smbd can help me work out. got plesk 11 running on ubuntu machine.

the dns running , working, whenever wanna restart it, next error:

root@mach:~# service bind9 restart

stopping domain name service... bind9 warning: key file (/etc/bind/rndc.key) exists, using default configuration file (/etc/bind/rndc.conf)

named: kein prozess gefunden

named: kein prozess gefunden

named: kein prozess gefunden [ ok ]

starting domain name service... bind9 [ ok ]

root@mach:~#

do have thought about? tried deleting /etc/bind/rndc.conf, leads dns not starting.

you should not remove rndc.conf add together next named.conf:

include "/etc/bind/rndc.key"; controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; }; };

if restart bind error should go away.

ubuntu dns plesk named nameservers

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -