[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Raq2 Named cannot redefine options
- Subject: Re: [cobalt-users] Raq2 Named cannot redefine options
- From: flash22@xxxxxxx
- Date: Fri Jul 12 15:28:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
yOn Fri, 12 Jul 2002, Jay Summers wrote:
> > You have to fully restart the nameserver if you change it's
> > configuration, reload is just to fetch new zone data
>
> Thanks gsh,
>
> I stopped it and started it again and still get
>
> Jul 12 16:59:34 www named[1603]: /etc/named.conf:2: cannot redefine options
> Jul 12 16:59:34 www named[1603]: /etc/named.conf:3: cannot redefine options
>
> Is it a permissions thing?
Ahhh, you also have the syntax wrong, 'options' can only occur once
the parameters all go inside the {}'s
options { directory "/etc/named"; recursion no; fetch-glue no; };
[Tho i have no idea why you want to turn off glue]
You really should be thinking access control here...
gsh