PDA

View Full Version : [ubuntu] fail to start BIND9


elmusishian
July 4th, 2009, 04:10 PM
Im new to Ubuntu, and i recently installed the server version on a desktop. I have been trying to configure it, but i am having problems trying to start BIND9. when i type:

/etc/init.d/bind9 start this is what i get in /var/log/syslog:

Jul 4 15:07:38 gusserver named[6577]: starting BIND 9.5.1-P2 -u bind
Jul 4 15:07:38 gusserver named[6577]: found 1 CPU, using 1 worker thread
Jul 4 15:07:38 gusserver named[6577]: using up to 4096 sockets
Jul 4 15:07:38 gusserver named[6577]: loading configuration from '/etc/bind/named.conf'
Jul 4 15:07:38 gusserver named[6577]: none:0: open: /etc/bind/named.conf: permission denied
Jul 4 15:07:38 gusserver named[6577]: loading configuration: permission denied
Jul 4 15:07:38 gusserver named[6577]: exiting (due to fatal error)
thank you everybody in advance!

gombadi
July 4th, 2009, 06:48 PM
none:0: open: /etc/bind/named.conf: permission denied


What are the permissions of this file and the /etc/bind directory?


ls -la /etc/bind

windependence
July 5th, 2009, 06:47 AM
First of all, do you really need to run your own DNS? What are you going to use the server for?

-Tim

hzq1e
July 8th, 2009, 09:25 PM
First of all, do you really need to run your own DNS? What are you going to use the server for?

-Tim

like me... just learn to know..
just have some experiment dude...:guitar:;)

drave99
July 9th, 2009, 12:38 PM
are you running as root ??

sudo /etc/init.d/bind9 start