From nobody@FreeBSD.org  Mon Aug  6 11:37:19 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 07ADE16A419
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Aug 2007 11:37:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EFF1B13C46B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Aug 2007 11:37:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l76BbI8H078729
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 6 Aug 2007 11:37:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l76BbIRL078728;
	Mon, 6 Aug 2007 11:37:18 GMT
	(envelope-from nobody)
Message-Id: <200708061137.l76BbIRL078728@www.freebsd.org>
Date: Mon, 6 Aug 2007 11:37:18 GMT
From: "Vladislav V. Prodan" <universite@ukr.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Do not start named after booting FreeBSD
X-Send-Pr-Version: www-3.0

>Number:         115244
>Category:       i386
>Synopsis:       Do not start named after booting FreeBSD
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 11:40:20 GMT 2007
>Closed-Date:    Mon Aug 06 12:29:10 GMT 2007
>Last-Modified:  Mon Aug 06 12:29:10 GMT 2007
>Originator:     Vladislav V. Prodan
>Release:        7.0-CURRENT  i386
>Organization:
>Environment:
FreeBSD otrada.od.ua 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Aug  4 16:03:28 EEST 2007     vlad11@otrada.local:/usr/obj/usr/src/sys/otrada.2  i386

>Description:
# cat /etc/rc.conf | grep named
named_enable="YES"
named_program="/usr/sbin/named"
named_flags="-c /etc/namedb/named.conf"

&#1054;nly manual helps make the /etc/rc.d/named start

#cat /etc/namedb/named.conf
<SKIP ACL>
options {
        directory       "/etc/namedb";
        pid-file        "/var/run/named/pid";
        dump-file       "/var/dump/named_dump.db";
        statistics-file "/var/stats/named.stats";
        zone-statistics yes;
        version         "named 8.4.2-c2600-js-mz.120-2.XC2";

##      listen-on       { 127.0.0.1; };
        listen-on       { any; };
        listen-on-v6    { ::1; };

        forwarders {
                87.XXX.YYY.130;
                87.XXX.YYY.1;
                };

        allow-query {
                localnet;
                ns_server;
                };

        allow-transfer {
                ns_server;
                };

##      New record, against recursion
        allow-recursion {
                localnet;
                ns_server;
                };


};

include "named-log.conf";
include "named-zone-master.conf";
include "named-zone-slave.conf";
include "named-zone-dynamic.conf";

>How-To-Repeat:

>Fix:
echo "/etc/rc.d/named start" >> /etc/rc.local

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Mon Aug 6 12:29:09 UTC 2007 
State-Changed-Why:  
Hello, this seems more like a general support question then a Problem 
Report. If this was a real problem, then we would have had multiple 
complaints about this. I myself run various nameservers that are being 
started the way you are mentioning. please check whether you have indeed 
up to date configuration files; ran mergemaster, check the logfiles to 
see what is being reported there, try to issue a /etc/rc.d/named 
faststart (Which is used by the startup script as far as I can remember) 
etc. Otherwise ask around on the questions@ mailinglist, for more 
information find that at the 
http://lists.freebsd.org/mailman/listinfo/freebsd-questions/ 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115244 
>Unformatted:
