View previous topic :: View next topic |
Author |
Message |
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Sep 20, 2010 6:38 pm Post subject: bind errors on 1.5.3 |
|
|
Sorry, my previous post on bind error was posted to wrong section. Maybe you might want to move it to here
Here is another message I get in syslog:
udevd[1861]: bind failed: Address already in use
Sep 20 09:16:13 ns1 udevd[1861]: error binding control socket, seems udevd is already running |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Mon Sep 20, 2010 7:02 pm Post subject: |
|
|
Did you run dnsmasq or your rc.dnsmasq is executable?
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Sep 20, 2010 7:11 pm Post subject: |
|
|
I had not run dnsmasq. Also, it was not executable. I chmod +x and tried to start it but gave me message address already in use. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Mon Sep 20, 2010 8:13 pm Post subject: |
|
|
OK do a
Code: | mkdir /var/named/managed-keys
touch /var/named/managed-keys/managed-keys.bind
chown -R nobody:nobody /var/named/managed-keys/
|
and add in /etc/named.conf under options
Code: | managed-keys-directory "managed-keys"; |
Also if you have an /etc/rndc.conf delete it , you should have an /etc/rndc.key if not create one with "rndc-confgen -r /dev/urandom -a"
Restart BIND and post any errors.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
|