PDA

View Full Version : rndc problem


unkn0wn
21st October 2006, 04:57
rndc reload
rndc: connect failed: connection refused

what to do?

falko
22nd October 2006, 16:44
Have a look at the comments below http://www.howtoforge.com/howto_bind_chroot_debian
It's a problem with your permissions.

unkn0wn
22nd October 2006, 19:22
so i just do:
knod /var/lib/named/dev/null c 1 3
mknod /var/lib/named/dev/random c 1 8
chmod 666 /var/lib/named/dev/null /var/lib/named/dev/random

On Debian Sarge (3.1):

chown -R bind:bind /var/lib/named/var/*
chown -R bind:bind /var/lib/named/etc/bind

And thats it?

falko
23rd October 2006, 18:18
Which distribution do you use? Did you follow any of the tutorials on HowtoForge?

unkn0wn
24th October 2006, 09:35
I use debian 3.1
I follow one of tutorials dont know which (from howtoforge)
I just apt-get bind9. And now haave that error. :(

falko
25th October 2006, 16:06
I use debian 3.1
I follow one of tutorials dont know which (from howtoforge)

Maybe this one? http://www.howtoforge.com/perfect_setup_debian_sarge

Please follow the instructions on http://www.howtoforge.com/perfect_setup_debian_sarge_p3