This is a discussion on Re: named within the Linux Networking forums, part of the Linux Forums category; Gregor Rot wrote: > > Hi, > > in the logs: > > named[30756]: lame server resolving 'www.something....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Gregor Rot wrote:
> > Hi, > > in the logs: > > named[30756]: lame server resolving 'www.something.net' (in > 'something.net'?): someIP#53 > > what does this mean? It means that the server in question has the domain delegated to it but is not serving it. It is a problem for the administrators of the domain in question, not you. Regards, Ian |
|
|||
|
On Tue, 08 Jul 2003 22:01:28 +0100, Ian Northeast
<ian@house-from-hell.demon.co.uk> wrote: >Gregor Rot wrote: >> >> Hi, >> >> in the logs: >> >> named[30756]: lame server resolving 'www.something.net' (in >> 'something.net'?): someIP#53 >> >> what does this mean? > >It means that the server in question has the domain delegated to it but >is not serving it. > >It is a problem for the administrators of the domain in question, not >you. > >Regards, Ian Very succinct, You also can make it go away by adding the following to your /etc/named.conf ******* Don't log lame servers ******** logging { category lame-servers{ null; }; }; Rich Piotrowski To reply via E-Mail use rpiotro(at)wi(dot)rr(dot)com |