To make bind work you have to add user named to the group named. Set the rights to make named work correctly chmod 770 /etc/named.conf chmod 770 /etc/named.rfc1912.zones chown root:named /etc/named.conf chown named:named /etc/named.rfc1912.zones chmod -R 770 /var/named chown -R named:named /var/named chown named:named /etc/rndc.key chown named:named /var/run/named/
Also what version of bind are you using? "rpm -qa | grep bind" Jonn On 11/24/2010 07:09 AM, hemanth kumar wrote: > Hi all, > > When I start the named after adding the line include > "/usr/local/samba/private/named.conf"; > > to named.conf file,named fails to start with error the following msg. > > Starting named: > Error in named configuration: > /etc/named.conf:64: open: /usr/local/samba/private/named.conf: file not > found > [FAILED] > but the file is very much present in that path. > > anybody got any idea about this? > > thanks in advance. > > > Hemanth Kumar.M -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
