From owner-freebsd-questions@FreeBSD.ORG Mon Dec 3 22:35:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9409516A41A for ; Mon, 3 Dec 2007 22:35:33 +0000 (UTC) (envelope-from freebsd@superhero.nl) Received: from superman.superhero.nl (superhero.nl [82.95.198.17]) by mx1.freebsd.org (Postfix) with ESMTP id 1B38213C468 for ; Mon, 3 Dec 2007 22:35:32 +0000 (UTC) (envelope-from freebsd@superhero.nl) Received: (qmail 21051 invoked by uid 80); 3 Dec 2007 22:35:19 -0000 Received: from robin.ad.superhero.nl ([10.202.77.103]) (SquirrelMail authenticated user gelsemap) by webmail.superhero.nl with HTTP; Mon, 3 Dec 2007 23:35:19 +0100 (CET) Message-ID: <4861.10.202.77.103.1196721319.squirrel@webmail.superhero.nl> In-Reply-To: <4754834E.6090200@riderway.com> References: <4760.10.202.77.103.1196718933.squirrel@webmail.superhero.nl> <47547D3F.50307@riderway.com> <4797.10.202.77.103.1196720642.squirrel@webmail.superhero.nl> <4754834E.6090200@riderway.com> Date: Mon, 3 Dec 2007 23:35:19 +0100 (CET) From: "Gelsema, P \(Patrick\) - FreeBSD" To: "Philip M. Gollucci" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: "Philip M. Gollucci" , "Gelsema, P \(Patrick\) - FreeBSD" , "freebsd-questions@freebsd.org" Subject: Re: named / BIND 9.4.1-P1 /etc/named/master ownership X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2007 22:35:33 -0000 On Mon, December 3, 2007 23:29, Philip M. Gollucci wrote: >> When I change the ownership, problem goes away. >> How can I get the problem away without changing the ownership? > in the options {} section > what do you have for: > > options { > // Relative to the chroot directory > // named_chrootdir="/var/named" > directory "/etc/namedb"; > pid-file "/var/run/named/pid"; > dump-file "/var/dump/named_dump.db"; > statistics-file "/var/stats/named.stats"; > ..... > acl "home" {10.202.77.0/24;127.0.0.1;}; options { // Relative to the chroot directory, if any directory "/etc/namedb"; pid-file "/var/run/named/pid"; dump-file "/var/dump/named_dump.db"; statistics-file "/var/stats/named.stats"; allow-query {"home"; }; listen-on { 10.202.77.110; 127.0.0.1; }; Ok.. In the /var directory there is no dump directory. So solving this I should do the following: hulk# mkdir /var/dump hulk# chown bind:bind /var/dump Is that correct? Whilst I am on the BIND topic, does BIND automatically refreshed the content of a zone. Will it notice that the serial of a loaded zone has been changed and reload it? Rgds, Patrick > -- > ------------------------------------------------------------------------ > Philip M. Gollucci (philip@ridecharge.com) > o:703.549.2050x206 > Senior System Admin - Riderway, Inc. > http://riderway.com / http://ridecharge.com > 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF > > Work like you don't need the money, > love like you'll never get hurt, > and dance like nobody's watching. > >