Ok, I am running Debian 6.0.3.  I know that this isn't "related" to blfs but
you guys have been VERY reliable while I built my previous LFS and BLFS
systems. 

 

On my debian VM, I am working on getting DHCP server and Bind9 working.  I
have gotten my DHCP server up and running and it is handing out addresses.
When I attempt to start bind9, I am getting these errors:

 

/etc/init.d/bind9 start

Starting domain name service.: bind9 failed

 

If I look at the syslog, here is what I get:

 

grep bind /var/log/syslog

 

loading configuration from '/etc/bind/named.conf'

/etc/bind/rndc.key:1: key 'rndc-key': already exists previous definition:
/etc/bind/rndc.key:1

 

Here is my configuration from my named.conf file:

 

Include "/etc/bind/named.conf.options";

Include "/etc/bind/named.conf.local";

Include "/etc/bind/named.conf.default-zones";

Include "/etc/bind/rndc.key";

 

Controls {

Inet 127.0.0.1 port 953

allow { 127.0.0.1; } keys { "rndc-key"; };

};

 

I have also already chowned the rndc.key file to root:bind.

I have also tried it as root:root and bind:bind

 

Can anyone think of anything else?  Thank you,

 

 

Danny Vukobratovich

Systems Administrator

Marian, Inc

 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to