Re: lame server messages in named.log
From: Alexey Fadyushin (fab_at_s-tunnel.com)
Date: 03/31/04
- Previous message: Ed Greshko: "Re: up2date error !"
- In reply to: Nabin Limbu: "lame server messages in named.log"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Mar 2004 15:33:23 +0400 To: General Red Hat Linux discussion list <redhat-list@redhat.com>
Those messages are indication of misconfiguration of the name servers
responsible for zones specified in the messages. There is no problem
with _your_ name server, the problems exist with _their_ name servers.
"lame server" message is logged when your server sends request to the
name server which is responsible for some zone (as shown by the NS
record
in parent zone) but the name server asked responds that it is actually
not responsible for that zone (as set in that name server
configuration).
If you do not want to see such messages in your log files you can
disable
logging of "lame server" messages by including in your name server
configuration the following lines (in the 'logging' section):
channel null {
null;
};
category lame-servers {
null;
};
Alexey Fadyushin
Brainbench MVP for Linux
http://www.brainbench.com
Nabin Limbu wrote:
>
> Hi,
>
> I am getting lots of message like below in my named.log. Could
> you pls help me to understand what they mean and are they
> indication of any problem in my name server.
>
> Hoping for your kind help.
>
> With Regards
> Nabin Limbu
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Ed Greshko: "Re: up2date error !"
- In reply to: Nabin Limbu: "lame server messages in named.log"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|