11 msgbind-dlz
3 msgbind-9.4.2, notify, slave and views; supported?
7 msgtesting bind-dlz
4 msgexternal DNS
4 msgMisfeature of 9.4.2 named-checkzone

Strange _default view error
\ Dmitry Rybin (10 Dec 2007)
. \ cindyjohnson1 (10 Dec 2007)
. \ Alexander Ottl (10 Dec 2007)

4 msgone more nsupdate question..
2 msgnsupdate cannot update, only add or delete
25 msgmax-cache-size doesn't work with 9.5.0b1
3 msgProblem with Views and restricting recursive qu...
1 msgnotify - ixfr to interface alias problem ** Sol...
2 msgMemory management. 'USE INTERNAL MALLOC' is now...
3 msgnotify - ixfr to interface alias problem
2 msgTaub, Beau is out of the office.
2 msgonly for translate ...
6 msgBind /named stopped working - getting SERVFAIL
2 msgNeed a little help with recursion in Bind
65 msgFrom RHEL to CentOS BIND 9
2 msgWhy named forwards NS queries when is autoritat...
1 msgBind 9.3.4P1 Wouldn't run in Sandbox in FreeBSD...
Subject:Re: Strange _default view error
Group:Bind-users
From:Alexander Ottl
Date:10 Dec 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>;
};




© 2004-2008 readlist.com