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

Re: [cobalt-users] Raq2 Named cannot redefine options



On Fri, 12 Jul 2002, Jay Summers wrote:
> 
> In an effort to turn off recursive queries on my Raq2 running DNS, I
> consulted the old Cricket book and added the following to my named.conf.
> 
> options { recursion no; };
> options { fetch-glue no; };
> 
> I then issued an ndc reload and I see the following in my /var/log/messages.
> 
> Jul 12 15:23:51 www named[3692]: reloading nameserver
> Jul 12 15:23:51 www named[3692]: /etc/named.conf:2: cannot redefine options
> Jul 12 15:23:51 www named[3692]: /etc/named.conf:3: cannot redefine options
> 
> Does this mean that my config is not working? Is this some kind of
> Cobaltism? I spent some time digging on Google and the archives but wasn't
> successful in finding anything.

You have to fully restart the nameserver if you change it's
configuration, reload is just to fetch new zone data

gsh