From owner-freebsd-questions@FreeBSD.ORG Tue Dec 8 19:17:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EEAE106566B for ; Tue, 8 Dec 2009 19:17:54 +0000 (UTC) (envelope-from ryallsd@gmail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id E00D68FC08 for ; Tue, 8 Dec 2009 19:17:53 +0000 (UTC) Received: by qyk6 with SMTP id 6so2551044qyk.3 for ; Tue, 08 Dec 2009 11:17:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=dD4mARtUkf+0ZrzhwXWd5hK49oe8ftgjV9Pe0mrt8nk=; b=q9ARPZmeUuz6fC7cyQh90hDuAo2bxpDzxxrZeiS3HqyiNsoYac6mvrUi1T6puPCGbS WUXo3NA4WujsGsJEoMH0cDHWm/pRUuWNJOY6tzN9XvmPO0ZaBtQk8VhDSec2ZdNfEtfA T3UdPLGiQ2Hmb/iie3Lax6A9+WvUBKL7gInQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=axkZOxADl3mqkGTcZ6RogKlNCeM0eip8Xh9JMFfWM9+tPSpKCYgkgNtC7+PCc0XDzd xIo+IIsoUmrRPSJ0Ge/rms1tdfVywlPUrZxCeX1Onz4aBhg9ySPMGGtKjSfyJWwndmto Q+3GA2nTW2prXz6THuWMLvdUTaZdLdvVLhMMw= MIME-Version: 1.0 Received: by 10.229.100.214 with SMTP id z22mr1216483qcn.77.1260299873130; Tue, 08 Dec 2009 11:17:53 -0800 (PST) Date: Tue, 8 Dec 2009 11:17:53 -0800 Message-ID: From: Derrick Ryalls To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: named needs restart after a reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 19:17:54 -0000 Greetings, uname: FreeBSD example.com 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #0: Sun Dec 6 11:23:52 PST 2009 ryallsd@example.com:/usr/obj/usr/src/sys/FRODO amd64 I have most things working, but I have noticed that every time I reboot the machine, I need to manually restart named to get it listening on the proper interfaces as by default it is listening on 127.0.0.1 interfaces only. A simple /etc/rc.d/named restart fixes it which seems like it would be configured correctly, but I have had to do this on a install before. Anyone have a guess as to what could be wrong? Thanks.