From owner-svn-src-head@FreeBSD.ORG Sun Jul 17 11:03:16 2011 Return-Path: Delivered-To: svn-src-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EA89106566C; Sun, 17 Jul 2011 11:03:16 +0000 (UTC) (envelope-from ache@vniz.net) Received: from vniz.net (vniz.net [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id BE5168FC14; Sun, 17 Jul 2011 11:03:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vniz.net (8.14.5/8.14.5) with ESMTP id p6HB3EN2010987; Sun, 17 Jul 2011 15:03:14 +0400 (MSK) (envelope-from ache@vniz.net) Received: (from ache@localhost) by localhost (8.14.5/8.14.5/Submit) id p6HB3EnQ010986; Sun, 17 Jul 2011 15:03:14 +0400 (MSK) (envelope-from ache) Date: Sun, 17 Jul 2011 15:03:14 +0400 From: Andrey Chernov To: Doug Barton Message-ID: <20110717110314.GA10943@vniz.net> Mail-Followup-To: Andrey Chernov , Doug Barton , src-committers@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, svn-src-head@FreeBSD.ORG References: <201107170410.p6H4A0W4057354@svn.freebsd.org> <20110717094940.GA3503@vniz.net> <4E22BCB1.3050804@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E22BCB1.3050804@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r224122 - head/usr.sbin/named X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2011 11:03:16 -0000 On Sun, Jul 17, 2011 at 03:42:57AM -0700, Doug Barton wrote: > On 07/17/2011 02:49, Andrey Chernov wrote: > > > There something wrong now with another default or missing file. > > I got > > named[3322]: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found > > on every named start, unless I manually issue > > touch /var/named/etc/namedb/working/managed-keys.bind > > and I am not sure it is 100% correct solution. > > That'll silence the warning, and is harmless. I'm more interested in why > you're getting the error, since I can't reproduce it. > > How are you starting named? Are you using the rc.d script? If so, what > options do you have in rc.conf? Can the bind user write to > /etc/namedb/working? It starts to happen only after recent update. Yes, I use rc.d script without any additional options, only named_enable="YES". Yes, bind is owner of 'working' and able to write there. No I don't use any DNSSEC (for which managed-keys-zone is, as I assume). -- http://ache.vniz.net/