Strange _default view error

Alexander Ottl alexander.ottl at nci.de
Mon Dec 10 18:48:05 UTC 2007


Dmitry Rybin wrote, On 12/10/2007 11:57 AM:
> Dec 10 13:55:37 xxx named[85885]: command channel listening on 
> 127.0.0.1#1953
> Dec 10 13:55:37 xxx named[85885]: couldn't find view _default
> Dec 10 13:55:37 xxx named[85885]: binding lightweight resolver ports: 
> not found
> Dec 10 13:55:37 xxx named[85885]: loading configuration: not found
> Dec 10 13:55:37 xxx named[85885]: exiting (due to fatal error)
> 
> 
> I didn't find it in documentation.

Nothing strange at all. Most likely there is a view {...} statement in
your named.conf (or lwresd.conf). Without view statements all configured
zones are contained in the default view, which is appropiately named
"_default". But once you have views configured, the lightweight resolver
needs to be told which world view to present. A _default view no longer
exists. That's why you also get the error message "binding lightweight
resolver ports: not found"

To use the lightweight resolver in the presence of views you need:
lwres {
 view <viewname>;
};



More information about the bind-users mailing list