LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-17-2003, 04:33 PM   #1
thosm
LQ Newbie
 
Registered: Jul 2003
Location: New Jersey, USA
Distribution: Gentoo
Posts: 17

Rep: Reputation: 0
Curious dhcpd error


I keep seeing the following in my "/var/log/daemons/errors" file:

guarddog dhcpd: if IN A shnelly.muttsnet.lan rrset doesn't exist add 1800 IN A shnelly.muttsnet.lan 192.168.1.25: not a zone.

Can anyone explain this error? I haven't had much luck finding anything on the web. What does "IN A" mean? It seems familiar but I can't dig it out of my grey matter. What about that "not a zone" bit?

This error keeps occuring every 30 minutes, I suppose because of that "add 1800" statement.

Any thoughts?

Thanks,
Tom Murray
 
Old 08-18-2003, 02:10 PM   #2
MacKtheHacK
Member
 
Registered: Jul 2003
Location: Boston, MA, USA
Distribution: RedHat, SuSE, Gentoo, Slackware, Mandrake ...
Posts: 111

Rep: Reputation: 15
The "IN A" is part of an Address record from a DNS entry. Are you running your own named? If so, check it's config files for a line about shnelly. It sort of looks like all the stuff before the "not a zone" message was read from a named config file, so it could be that what was supposed to be a comment somewhere is no longer commented out. If that bad line is outside any zone definition, named would think it should be a zone def, hence the "not a zone" error message.
 
Old 08-18-2003, 11:17 PM   #3
thosm
LQ Newbie
 
Registered: Jul 2003
Location: New Jersey, USA
Distribution: Gentoo
Posts: 17

Original Poster
Rep: Reputation: 0
M the H,

Thanks for the reply.

Quote:
Are you running your own named?
Yes. Here is the contents of named.conf:

====================================

// generated by named-bootconf.pl


// secret must be the same as in /etc/rndc.conf
key "key" {
algorithm hmac-md5;
secret
"blahblahblah";
};

controls {
inet 127.0.0.1 allow { any; } keys { "key"; };
};


options {
pid-file "/var/run/named/named.pid";
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
named-xfer "/var/named/";
};

//
// a caching only nameserver config
//
zone "." {
type hint;
file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};

zone "1.168.192.in-addr.arpa" {
type master;
file "/var/named/192.168.1.rev";
};

zone "muttsnet.lan" {
type master;
file "/var/named/muttsnet.lan.hosts";
};

====================================

As you can see, there is no mention of the machine called "shnelly".
Wish there was a "dns for rank beginners"

Thanks,
Tom Murray
 
Old 08-19-2003, 09:30 AM   #4
MacKtheHacK
Member
 
Registered: Jul 2003
Location: Boston, MA, USA
Distribution: RedHat, SuSE, Gentoo, Slackware, Mandrake ...
Posts: 111

Rep: Reputation: 15
Your named.conf references files in the /var/named directory, so the problem could be in any one of the files in there. Check them too.

There is a HOWTO for DNS around. Check www.tldp.com's HOWTO list for it.
 
Old 08-20-2003, 03:43 PM   #5
thosm
LQ Newbie
 
Registered: Jul 2003
Location: New Jersey, USA
Distribution: Gentoo
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks. I read this a while ago, but I think I should make another atempt at it. I might be able to make more sense out of it this time around.

Tom Murray
 
Old 02-11-2004, 03:01 PM   #6
andrew404
LQ Newbie
 
Registered: Feb 2004
Posts: 5

Rep: Reputation: 0
Hey,

I'm getting a very similar error as you described...... actually it's practically the same

Were you ever able to progress this issue to any conclusion?

If so, I would love some advice,
cheers
andrew
 
Old 03-13-2004, 03:51 PM   #7
sneumyer
LQ Newbie
 
Registered: Mar 2004
Distribution: RedHat 9, Fedora Core 2
Posts: 2

Rep: Reputation: 0
I am having the exact same problem. As far as I can tell, the problem is that the dhcpd server is trying to update the name server, but the name server is refusing the update because of the "not a zone" part of the message.

I have been searching the internet for suggestions to what the problem may be, but so far all i have found is several threads where folks (like yourself) have reported having this problem, but I have not yet found any posts with the answer.

It seems most likely to be a problem in the named setup, but I am still considering a possibility that it could be in my dhcpd setup.

Let me know if you find an answer, and I will do the same for you.

Thanks,
Scott
 
Old 08-31-2005, 01:22 PM   #8
turnbui
Member
 
Registered: Jul 2005
Location: UK
Posts: 101

Rep: Reputation: 15
is anyone there??

Hi,
I read your thread with interest and was wondering if you ever sorted this out. I'm new to this DDNS bit and am also getting the errors you mentioned.

If you did sort it can you remember what you did?

Thanks,
Ian T
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Curious graphical error when installed on a Dell Dimension 4600 Eerath Mandriva 2 07-24-2005 01:51 AM
curious about error messages... pyre Linux - Newbie 2 03-17-2004 01:07 PM
dhcpd.conf (not listening error) SWAT Linux - Newbie 2 11-11-2003 03:22 AM
curious iptables error on startup brutal_brad Linux - Laptop and Netbook 2 09-20-2003 05:20 PM
curious error msg on startup brutal_brad Linux - Newbie 2 09-20-2003 06:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration