From owner-freebsd-questions@FreeBSD.ORG Thu Nov 14 15:13:17 2013 Return-Path: Delivered-To: freebsd-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 816846B9 for ; Thu, 14 Nov 2013 15:13:17 +0000 (UTC) Received: from lena.kiev.ua (lena.kiev.ua [82.146.52.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22BC42369 for ; Thu, 14 Nov 2013 15:13:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lena.kiev.ua; s=3; h=In-Reply-To:Content-Type:Mime-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=oQqGUnFnJ668SJE2y9jugmQ4flQGTFJBx6nTkO7YSWM=; b=EwnS2eMi+PLwB58413/WqkO5oO7e7ta77oFpljYtPcdat0Ehq8BpNTNSNZ/A4lnptdUrGGJeYvMN3oBvNmn7QK5Sm1aVk7aNMZZM2ojPpjE9vlmT7h39XdcG/p/giiX0BPoznnhehNr63kR8rZl5FRj42GGmqDH4IX4yyk01z90=; Received: from ip-384c.rusanovka-net.kiev.ua ([94.244.56.76] helo=bedside.lena.kiev.ua) by lena.kiev.ua with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VgyM4-000HNY-Kc; Thu, 14 Nov 2013 16:57:13 +0200 Received: from bedside.lena.kiev.ua (localhost.lena.kiev.ua [127.0.0.1]) by bedside.lena.kiev.ua (8.14.7/8.14.7) with ESMTP id rAEEuuF4020762; Thu, 14 Nov 2013 16:56:56 +0200 (EET) (envelope-from Lena@lena.kiev.ua) Received: (from lena@localhost) by bedside.lena.kiev.ua (8.14.7/8.14.7/Submit) id rAEEuuEN020761; Thu, 14 Nov 2013 16:56:56 +0200 (EET) (envelope-from Lena@lena.kiev.ua) Date: Thu, 14 Nov 2013 16:56:56 +0200 From: Lena@lena.kiev.ua To: freebsd-questions@freebsd.org Subject: Re: unbound and ntp in FreeBSD 10 Beta 3 Message-ID: <20131114145656.GL786@lena.kiev> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131113144937.089e8a2a@gumby.homeunix.com> User-Agent: Mutt/1.4.2.3i Cc: Gerard Seibert X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 15:13:17 -0000 > From: RW > This looks like the cause of the problem: > > $ rcorder /etc/rc.d/* | grep -E "ntp|unbound" > /etc/rc.d/ntpdate > /etc/rc.d/ntpd > /etc/rc.d/local_unbound > Alternately you might try adding an extra rc file with: > > # PROVIDE: ORDERUNBOUND > # REQUIRE: ntpd ntpdate > # BEFORE: local_unbound /etc/rc.d/ntpdate contains: # REQUIRE: NETWORKING syslogd named I think that "unbound local_unbound" should be included into this line. I use unbound as local recursive resolver in 8.4-RELEASE. I added that, and "sleep 1" before "${ntpdate_program:-ntpdate} $rc_flags $ntpdate_hosts".