From owner-freebsd-questions@FreeBSD.ORG Sun Aug 24 02:44:59 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FEF5B59 for ; Sun, 24 Aug 2014 02:44:59 +0000 (UTC) Received: from mail-qc0-f180.google.com (mail-qc0-f180.google.com [209.85.216.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC0E3A93 for ; Sun, 24 Aug 2014 02:44:58 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id l6so12297055qcy.25 for ; Sat, 23 Aug 2014 19:44:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=S8Nv43z7ioBO+hu7UdOob7ytHNk4kQtv+YdHrG3Dc3c=; b=N1GN42IlOvzW6UMs5KXacPYngfj9m4Tf4kB0rk8hAd7mIzr7EmBR/YxyRGNQY8wkqY gmZXA3JyIQSKrffYD71PWMs/Ye7GfadWtJ7+GfNT5nz0Javsq/8Uz8fxwCCefyctSzow FUHialcGFP+h13MhD1wZUf5kLQJQyy6so6yxG5pY1Z+Mszpu8643ClxUMI5qWaM2gHsW 1Ox1yh9DIu/PR16n6pb9cgvVlZeZZZs11MyRCdsWkcEl68Sf7dPmBZvnL7Rku93nbo34 MKYPR8d80koWcBjQBlwRTQ90P1ae+nChi8wofiij3yDmNQIcFyQ5FDpYDk3LB+W5xRki ZfLg== X-Gm-Message-State: ALoCoQlYspULwXhfEJg+AficrwoEZXfQ1IdzDnqDhsidOHunJLo/NWJFDPYeUcZwShqUbQuBy0dv X-Received: by 10.224.137.6 with SMTP id u6mr21871690qat.91.1408847932434; Sat, 23 Aug 2014 19:38:52 -0700 (PDT) Received: from [192.168.2.65] ([96.236.21.80]) by mx.google.com with ESMTPSA id e10sm14781675qaa.20.2014.08.23.19.38.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 23 Aug 2014 19:38:51 -0700 (PDT) Subject: Re: FreeBSD 10.0-R-p7 bind9.9 starting named on boot? Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii From: Paul Kraus In-Reply-To: <1408818209.56025.YahooMailBasic@web120305.mail.ne1.yahoo.com> Date: Sat, 23 Aug 2014 22:38:51 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <4A3C9E03-1C66-4C91-B33C-FED90EE9C135@kraus-haus.org> References: <1408818209.56025.YahooMailBasic@web120305.mail.ne1.yahoo.com> To: Burton Sampley X-Mailer: Apple Mail (2.1878.6) Cc: "questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 02:44:59 -0000 On Aug 23, 2014, at 14:23, Burton Sampley wrote: > Thank you for your help. I installed bind 9.9 from the ports = collection (is there any other way???). The only changes I have made to = the named.conf file are to add the logging section as you have = suggested. To my amazement, after 2 consecutive reboots, named has = started correctly. I'm stumped as to why it would not start on boot = before now, but I will not complain as long as it remains consistent. I *think* the default logging configuration has any logging going to = syslog, is it possible that named was trying to start before syslog was = up and since it could not hand off the log messages it exited ? That is = my best *guess* as to *how* that logging change can cause the fix. Note that the logging config I gave you will generate *lots* of logs, so = either adjust it back or add an /etc/newsyslog.conf entry for it to roll = the logs. -- Paul Kraus paul@kraus-haus.org