problem with Bind9 server not starting correctly

Scott B. scottbb1973 at gmail.com
Sun Dec 12 19:06:38 UTC 2010


-- 
Scott Berry
MCP and A Plus Certified

Hello there,

I have been trying to diagnose this problem for about a week now.  I
can not come up with any real good solutions as to what is wrong.  As
you can see I have read the syslog and I have looked through the
"named.conf.local" file.  Can anyone help?

root at pilotalk:~# service bind9 start
 * Starting domain name service... bind9                                 [fail]
root at pilotalk:~#





scott at princess:~$ ssh 192.168.1.104 -l root
root at 192.168.1.104's password:
Linux pilotalk 2.6.35-22-generic-pae #35-Ubuntu SMP Sat Oct 16
22:16:51 UTC 2010 i686 GNU/Linux
Ubuntu 10.10

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/
Last login: Sat Dec 11 16:57:05 2010 from 192.168.1.100

root at pilotalk:~#
root at pilotalk:~# clear

root at pilotalk:~#
root at pilotalk:~# clear






















root at pilotalk:~# service bind9 start
 * Starting domain name service... bind9                                 [fail]
root at pilotalk:~# tail -f /var/log/syslog
Dec 12 12:56:59 pilotalk named[9724]: /etc/bind/named.conf.options:14:
unknown option '12.109.229.75'
Dec 12 12:56:59 pilotalk named[9724]: /etc/bind/named.conf.options:15:
unknown option '12.109.229.87'
Dec 12 12:56:59 pilotalk named[9724]:
/etc/bind/named.conf.default-zones:2: unknown option 'zone'
Dec 12 12:56:59 pilotalk named[9724]:
/etc/bind/named.conf.default-zones:10: unknown option 'zone'
Dec 12 12:56:59 pilotalk named[9724]:
/etc/bind/named.conf.default-zones:15: unknown option 'zone'
Dec 12 12:56:59 pilotalk named[9724]:
/etc/bind/named.conf.default-zones:20: unknown option 'zone'
Dec 12 12:56:59 pilotalk named[9724]:
/etc/bind/named.conf.default-zones:25: unknown option 'zone'
Dec 12 12:56:59 pilotalk named[9724]: /etc/bind/named.conf:12: '}'
expected near end of file
Dec 12 12:56:59 pilotalk named[9724]: loading configuration: unexpected token
Dec 12 12:56:59 pilotalk named[9724]: exiting (due to fatal error)

 Beginning of Named.conf.local:
//
// Do any local configuration here
//

// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "pilotalk.net" {
type master;
file "/etc/bind/zones/pilotalk.net.db";
};

# This is the zone definition for reverse DNS. replace 0.168.192 with your netw$
zone "0.1.168.192.in-addr.arpa" {
type master;
file "/etc/bind/zones/rev.0.1.168.192.in-addr.arpa";

End of Named.conf.local




More information about the ubuntu-users mailing list