From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 23 08:40:09 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF4EC1065677 for ; Sun, 23 Oct 2011 08:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4758FC0A for ; Sun, 23 Oct 2011 08:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9N8e9rP050919 for ; Sun, 23 Oct 2011 08:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9N8e9hu050918; Sun, 23 Oct 2011 08:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 23 Oct 2011 08:40:09 GMT Resent-Message-Id: <201110230840.p9N8e9hu050918@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Manolis Kiagias Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA48E106564A for ; Sun, 23 Oct 2011 08:32:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A98568FC0C for ; Sun, 23 Oct 2011 08:32:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9N8Wuf3012969 for ; Sun, 23 Oct 2011 08:32:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p9N8WuZh012968; Sun, 23 Oct 2011 08:32:56 GMT (envelope-from nobody) Message-Id: <201110230832.p9N8WuZh012968@red.freebsd.org> Date: Sun, 23 Oct 2011 08:32:56 GMT From: Manolis Kiagias To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/161921: named(8): default configuration on 9.0-RC1 produces an error during startup X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 08:40:09 -0000 >Number: 161921 >Category: bin >Synopsis: named(8): default configuration on 9.0-RC1 produces an error during startup >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 23 08:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Manolis Kiagias >Release: 9.0-RC1 >Organization: >Environment: >Description: Setting named_enable="YES" to /etc/rc.conf and starting named produces the following error at the console: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found Apparently this is a file used by DNSSEC and is not present in the default configuration. The server still starts and answers queries normally, this is not a fatal error. >How-To-Repeat: Set named_enable="YES" to /etc/rc.conf and execute service named start >Fix: Creating the above file as an empty file in /etc/namedb/working hushes the error message (i.e. touch /etc/namedb/working/managed-keys.bind). Either the default named configuration should be changed or bsdinstall should create this file during installation. >Release-Note: >Audit-Trail: >Unformatted: