From owner-freebsd-current@FreeBSD.ORG Tue Sep 24 11:48:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 48807BE7 for ; Tue, 24 Sep 2013 11:48:00 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0B92D261C for ; Tue, 24 Sep 2013 11:47:59 +0000 (UTC) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id 34B856A3B; Tue, 24 Sep 2013 11:47:53 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id 8157E221; Tue, 24 Sep 2013 13:47:25 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Larry Rosenman Subject: Re: unbound: start BEFORE ntpd? References: <466a5687e451c2ab69a4c5bb341ff1f9@webmail.lerctr.org> Date: Tue, 24 Sep 2013 13:47:25 +0200 In-Reply-To: <466a5687e451c2ab69a4c5bb341ff1f9@webmail.lerctr.org> (Larry Rosenman's message of "Tue, 24 Sep 2013 06:34:46 -0500") Message-ID: <86ob7ijvaq.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Freebsd current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 11:48:00 -0000 Larry Rosenman writes: > When I rebooted my box today after the latest rc.d changes for > unbound, I noted that ntpd started BEFORE unbound therefore could NOT > look up hosts. Are there more tweaks needed here? Yes - I forgot to commit this: Index: NETWORKING =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- NETWORKING (revision 255837) +++ NETWORKING (working copy) @@ -6,7 +6,7 @@ # PROVIDE: NETWORKING NETWORK # REQUIRE: netif netoptions routing ppp ipfw stf faith # REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge -# REQUIRE: static_arp static_ndp +# REQUIRE: static_arp static_ndp local_unbound =20 # This is a dummy dependency, for services which require networking # to be operational before starting. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no