Web Hosting Talk







View Full Version : Yet another DNS question


sbrad
07-11-2001, 04:12 PM
I keep getting the following errors in my log, and I'm wondering what the problem could be:

Jul 11 12:01:27 www named[479]: sysquery: findns error (NXDOMAIN) on ns1.my-domain.com?
Jul 11 12:01:27 www named[479]: sysquery: findns error (NXDOMAIN) on ns2.my-domain.com?

mlovick
07-12-2001, 02:58 AM
This was posted on the BIND mailling list:

>If it's help im running bind 8.2.3 on Red Hat Linux 7.0
>
>"Hugo F. Martinez" wrote:
>
> > Hello:
> >
> > Ive got a server that keeps loging messages like this sysquery:
> > findns error (NXDOMAIN). Please can you tell me what could be wrong?

If all your queries are like that, check that you have a db.cache or
db.hints file. if not, create one:

dig @a.root-servers.net . ns > /etc/namedb/db.cache

If only for some queries, then those domains or RRīs just donīt exist.



The bind mailling list is here:


http://marc.theaimsgroup.com/?l=bind-users

sbrad
07-12-2001, 03:11 AM
hmm...I do have a db.cache file in /etc/named
Guess I'll need to poke around a bit more.

sbrad
07-12-2001, 03:38 AM
Ok, I think I fixed it. I added A records for ns1 and ns2. I didn't see anything popping up in the log after that.