Help - Search - Members - Calendar
Full Version: Error Logs from Named Coming in?
The Planet Forums > System Administration > DNS Hosting
Instagator
OK.. Named is showing errors when attempting to load.. This is what I get.


--------------------- Named Begin ------------------------

**Unmatched Entries**
succeeded: 2 Time(s)
/etc/named.conf:19: couldn't add command channel 127.0.0.1#953: not found: 2 Time(s)
/etc/named.conf:19: couldn't install keys for command channel 127.0.0.1#953: not found: 2 Time(s)
/etc/named.conf:25: couldn't find key 'rndckey' for use with command channel 127.0.0.1#953: 2 Time(s)
dns_master_load: /var/named/miecznikowski..db:10: empty label: 7 Time(s)
invalid command from 127.0.0.1#38902: bad auth: 1 Time(s)
invalid command from 127.0.0.1#38936: bad auth: 1 Time(s)
invalid command from 127.0.0.1#39052: bad auth: 1 Time(s)
named shutdown failed: 8 Time(s)
stopping command channel on 127.0.0.1#953: 3 Time(s)

This si coming from the daily log. now miecznikowski was my preious host name and that was changed.

ANy Idea?
bsykes
Check your /etc/named.conf file and make sure it has a definition for the key "rndckey" in the "controls" section and also that the key is defined somewhere in the file (usually at the top).
Instagator
Ok, Ths is what I have in named.conf

key "rndckey" {
algorithm hmac-md5;
secret "blehbleh";
};

controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "/var/named/named.ca";
};

zone "localhost" IN {
type master;
file "/var/named/localhost.zone";
allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
type master;
file "/var/named/named.local";
allow-update { none; };
};




zone "ns1.instagator.com" {
type master;
file "/var/named/ns1.instagator.com.db";

};


zone "ns2.instagator.com" {
type master;
file "/var/named/ns2.instagator.com.db";
};




Everything looks fine though icon_smile.gif PS. Under SECRET on the very firs tline, I changed it to bleh bleh just so I can hide the algo heh
Instagator
So I modified certain things in the named.conf and hostname and what not. But Aparch and BIND keep failing throughout the day. Here are is the log:

**Unmatched Entries**
succeeded: 6 Time(s)
named shutdown failed: 8 Time(s)
stopping command channel on 127.0.0.1#953: 6 Time(s)
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700: 8 Time(s)
zone instagator.com/IN: loaded serial 2004031002: 1 Time(s)
zone instagator.com/IN: loaded serial 2004031100: 8 Time(s)
zone instagator.com/IN: sending notifies (serial 2004031002): 1 Time(s)
zone instagator.com/IN: sending notifies (serial 2004031100): 8 Time(s)
zone localhost/IN: loaded serial 42: 8 Time(s)

Hrmm?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.