From owner-freebsd-questions@FreeBSD.ORG Wed Nov 13 13:16:45 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 83B20166 for ; Wed, 13 Nov 2013 13:16:45 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2235820E3 for ; Wed, 13 Nov 2013 13:16:44 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hm11so5206475wib.8 for ; Wed, 13 Nov 2013 05:16:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Q/zSUtNq/ftwUBbt6IvjWfCGcFZV/+cg9rsc3NSiq4E=; b=nh/JyHD5D9yKa10Ar4unp4Y/GQcm/AXtIcPx9YPrK8mPct34l7L6avI7+2wK2eyRF+ y6fh+eTMSOno6v82WSD7A9aehXH2/gn968+nhv6yd5psv5A3ZdNzvamZZDQP4RftWvDS JaxGDgU0g/MsQ8Jn8QNQ93kB0WoYSRtiPf8yT/ghE+BbqgllIJuvzZ1MWh8HKPC+qP3v NP6fmHKbcpvLUThYgvELQpYNKIRfhf4dUcRLSmIMZpnasTdJe/mWL57J9rnPr/U9K/cP 1FCN7FbEUHE02g33Xjm9TfvzHwAsvOJftiqhJlD/WBqTsN42J4NtScoqqsCNokaaPyd8 pyPA== X-Received: by 10.180.8.98 with SMTP id q2mr20860504wia.26.1384348603648; Wed, 13 Nov 2013 05:16:43 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id dn2sm54926400wid.1.2013.11.13.05.16.42 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 13 Nov 2013 05:16:43 -0800 (PST) Date: Wed, 13 Nov 2013 13:16:41 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: unbound and ntp in FreeBSD 10 Beta 3 Message-ID: <20131113131641.5140ef09@gumby.homeunix.com> In-Reply-To: <44d2m5b9zc.fsf@be-well.ilk.org> References: <00dc01cedf99$5e1c0cd0$1a542670$@seibercom.net> <44d2m5b9zc.fsf@be-well.ilk.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Wed, 13 Nov 2013 13:16:45 -0000 On Tue, 12 Nov 2013 16:12:23 -0500 Lowell Gilbert wrote: > "Gerard Seibert" writes: > > > uncomment the three nameserver entries it works fine until the next > > reboot. I had to comment out the unbound line in the rc.conf file to > > prevent it from causing the resolv.conf file from being over written > > > > I obviously have something configured incorrectly. Can anyone help > > me with this? Also, what do the "options" mean? I cannot find any > > documentation on it. > > There are options documented in resolv.conf(5), but edns0 isn't one of > them. I believe it is supported by the libraries on some other > Unix-ish systems. Most likely, resolv.conf isn't the source of the > problem, and your version of that file would work fine if unbound > were working. > > If I'm guessing correctly, unbound is not starting at all. 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