From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 14:20:47 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C1D31065679 for ; Mon, 1 Sep 2008 14:20:47 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from koef.zs64.net (koef.zs64.net [212.12.50.230]) by mx1.freebsd.org (Postfix) with ESMTP id 07F2A8FC3A for ; Mon, 1 Sep 2008 14:20:46 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from localhost by koef.zs64.net (8.14.3/8.14.3) with ESMTP id m81EKZ9g089140 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 1 Sep 2008 16:20:42 +0200 (CEST) (envelope-from stb@lassitu.de) (authenticated as stb) Message-Id: <597586F2-3D3E-4B16-8E20-C3D2B69D25BD@lassitu.de> From: Stefan Bethke To: Alex Goncharov In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Mon, 1 Sep 2008 16:20:29 +0200 References: <200809011331.m81DV7pq094904@lurza.secnetix.de> X-Mailer: Apple Mail (2.928.1) Cc: freebsd-current@freebsd.org Subject: Re: named mystery -- error: dumping master file: master/tmp-wTjhUzoix6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 14:20:47 -0000 Am 01.09.2008 um 15:58 schrieb Alex Goncharov: > | There's no reason that the named process needs write access > | to the master directory. If you use dynamic zone updates, > | you should use the "dynamic" directory for those zones, > | which is writable by bind. > > I just tried a simplistic change: > > a. Changed "type master" to "type dynamic" in named.conf. > > b. cp master/* dynamic There no "dynamic" type. You need to change the file path for the zone from 'file "master/foo.bar"' to 'file "dynamic/foo.bar"'. Maybe reading the Bind Admin Guide or one of the books might be in order? Stefan -- Stefan Bethke Fon +49 170 346 0140