Re: Troubleshooting lame server errors


Subject: Re: Troubleshooting lame server errors
From: Mike Tibor (tibor@lib.uaa.alaska.edu)
Date: Thu Dec 05 2002 - 10:31:40 AKST


On Thu, 5 Dec 2002, Mike Barsalou wrote:

>
> Can someone point me to some sort of guide about how to troubleshoot lame
> server errors? My current understanding is that a lame server response is
> just a DNS server that is supposed to be authoritative for a domain is not
> really.
>
> Ideas?

Yup, that's exactly it. About the only real thing you can do is tell
named not to log such errors. I had the following in my bind8 named.conf:

options {
        [...]
        logging {
                category lame-servers { null; };
        };
};

For some reason though bind9 didn't like it, and I haven't taken the time
to figure out why yet.

Mike

-- 
Mike Tibor         Univ. of Alaska Anchorage    (907) 786-1001 voice
Network Technician     Consortium Library         (907) 786-6050 fax
tibor@lib.uaa.alaska.edu       http://www.lib.uaa.alaska.edu/~tibor/
http://www.lib.uaa.alaska.edu/~tibor/pgpkey  for PGP public key

--------- To unsubscribe, send email to <aklug-request@aklug.org> with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Thu Dec 05 2002 - 10:31:42 AKST