[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Messages error:named: sysquery: no addrs found for root NS



Hey,

1) Try to restart the DNS service
# /etc/rc.d/init.d/named restart

if still have same error I think You must Update your root name server cache
file
as root type
# mv /etc/named/named.root /etc/named/named.old
# dig > /etc/named/named.root

restart
# /etc/rc.d/init.d/named restart

and the error message should be gone

===========================
Abdelmalek Said |said@xxxxxxxxxxxxxxx
http://www.abdelmalek.info


> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Jim Dory
> Sent: jeudi 10 octobre 2002 17:59
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Messages error:named: sysquery: no addrs
> found for root NS
>
>
> Jim Dory wrote:
>
> >
> > I started this thread and see it has become something else.. proftp.
> > I must've either stumped the experts or didn't give enough info, which
> > is probably more likely.
> >
> > This error message is showing up under /var/log/messages and started
> > maybe a week ago. The complete message is:
> > "[date and time] mydomain named [387] : sysquery: no addrs found for
> > root NS (ns)" and then sometimes it also includes the name of a ns
> > server at the end.
> >
> > Thinking about this I may have figured it out. Maybe since this is an
> > internal, unqualified? domain, outside name servers are seeing it and
> > since it is 'illegal', my logs are reporting the error message from
> > these nameservers. No? So my problem becomes how do I make it so this
> > 'mydomain' is not seen by the outside world, if that is indeed the
> > problem?
> >
> > I have webmin installed and under Edit Root Zone it says not to delete
> > it unless it is for an internal network (mine). Should I delete it?
> >
> > I suppose I should take this to the dns newsgroup, but maybe someone
> > here could offer some quick advice..
> >
> > Cheers,
> >
> Ok, continuing this conversation with myself, which seems kinda strange
> but who knows, maybe someone will spot it with an answer..
>
> I've done some more research and it seems my problem is fairly common
> and nothing to worry about. But since it is filling up the message log,
> I need to do something. I found this bit to add to the named.conf:
>
> logging {
> catagory queries {null;};
> };
>
> But it doesn't seem to work. The instructions were for query rather than
> queries, and I've tried them both with no luck. Also added quotes to it
> with no luck. So anyone know what I'm missing or can do otherwise? ( I
> found catagory queries on some dns webpage.)
>
>
> --
> Jim D.
>
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>