starting namd

Chris cpollock at embarqmail.com
Thu Mar 12 02:29:16 UTC 2009


I've just recently upgraded from Mandrake 10.1 to Mandriva 2009. I had
it running great before the upgrade. Tonight I installed BIND 9.5.0-P2
via rpm and can't get it to start for some reason. named-checkconf gives
me no errors and neither does named-checkconf -z. 

[root at localhost ~]# named-checkconf -z
zone localdomain/IN: loaded serial 42
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
zone
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
zone 255.in-addr.arpa/IN: loaded serial 42
zone 0.in-addr.arpa/IN: loaded serial 42

Here's a portion of my /etc/named.conf:

// secret must be the same as in /etc/rndc.conf
include "/var/lib/named/etc/rndc.key";

key "rndc-key" {
       algorithm hmac-md5;
       secret "";
 };

controls {
    inet 127.0.0.1 port 953
    allow { 127.0.0.1; } keys { mykey; };
};

// Access lists (ACL's) should be defined here
include "/var/lib/named/etc/bogon_acl.conf";
include "/var/lib/named/etc/trusted_networks_acl.conf";

// Define logging channels
include "/var/lib/named/etc/logging.conf";

options {
    version "";
    directory "/var/lib/named";
    dump-file "/var/tmp/named_dump.db";
    pid-file "/var/run/named.pid";
    statistics-file "/var/tmp/named.stats";
    zone-statistics yes;
//    datasize 256M;
    coresize 100M; 
//    fetch-glue no;
//    recursion no;
//    recursive-clients 10000;
    auth-nxdomain yes;
    query-source address * port *;
    listen-on port 53 { any; };
    cleaning-interval 120;
    transfers-in 20;
    transfers-per-ns 2;
    lame-ttl 0;
    max-ncache-ttl 10800;

When stopping named, though I know it's not running I get:

[root at localhost ~]# service named stop
Stopping named: rndc: connect failed: 127.0.0.1#953: connection refused
                                                                [FAILED]

All I see when trying to start it is [FAILED]

I have port 953 tcp and udp allowed in my firewall. I'm sure whatever
I'm doing wrong is stupid and simple but I can't seem to find it. Any
help would be appreciated.

Thanks
Chris

-- 
KeyID 0xE372A7DA98E6705C

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20090311/8a04f860/attachment.bin>


More information about the bind-users mailing list