From owner-freebsd-questions@FreeBSD.ORG Tue Nov 12 11:21:57 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id 875F675F for ; Tue, 12 Nov 2013 11:21:57 +0000 (UTC) Received: from mail-qe0-x236.google.com (mail-qe0-x236.google.com [IPv6:2607:f8b0:400d:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 461A123F3 for ; Tue, 12 Nov 2013 11:21:57 +0000 (UTC) Received: by mail-qe0-f54.google.com with SMTP id 1so5504647qec.13 for ; Tue, 12 Nov 2013 03:21:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:thread-index:content-language; bh=wBENJjBgGt+uGSZehcILnsELAT9rDmbqVodKtrkrTEs=; b=YdrOFQYHExxtenU9CdIlSQnVySr3N51E7N+Ul+qH2FzOXyRQkF8wPCkPm8lJrNxuuF 2UfZ8fZCk1aNZnt3jJn1DXBEgM7CGLYW/zPCEK7o+V88mOT5rNlhgnXQXmc1h9D3KAWB 0iW3rhJDDlESFP9wfbuzrHLIhKS6z3Kw7IVz0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:thread-index :content-language; bh=wBENJjBgGt+uGSZehcILnsELAT9rDmbqVodKtrkrTEs=; b=lQd01NIQQGAmmyOVPeagAk3JmzRHInRoO7hjkRUZqeIe5gEfC8OsW56fqQwNNGtlCu EpQOuwxVUEv6jY71nUktvA9Yoab5FJ24r8hton4UsUPhaDjWUd+5d5T6QtgSQbLlCHgH rd7kpU4GozC4FFabvwrsHx45/teis5adxflQNjaD87ClOnCnaoAhNO3EJOakvjKutBdK +WEiDeebcyd5xe3VV0gUwkbjjo1p6hVINGE3vj9/3eS/0JrXra3pFmYJdQgH+7+756d+ LxrCZ8MR92FIG8svnF5vgW9xfcyv3ZmJ5c2pEUqpNF84SlPtTalaRwi7ud4vLShBdwTq LWJQ== X-Gm-Message-State: ALoCoQlU7IHEiZxI1zyX8xyNoAEnVoEJ0FD8xkbtXGstAWRxhTYfb/5wkLbl4IgAI/uOmbrhTeSx X-Received: by 10.49.103.161 with SMTP id fx1mr55172492qeb.68.1384255316400; Tue, 12 Nov 2013 03:21:56 -0800 (PST) Received: from boss530 (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id x10sm69379998qas.5.2013.11.12.03.21.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 12 Nov 2013 03:21:55 -0800 (PST) From: "Gerard Seibert" To: Subject: unbound and ntp in FreeBSD 10 Beta 3 Date: Tue, 12 Nov 2013 06:21:43 -0500 Message-ID: <00dc01cedf99$5e1c0cd0$1a542670$@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: Ac7fmPCnAI7lXtvbQMCxGpq5IRQyQg== Content-Language: en-us 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: Tue, 12 Nov 2013 11:21:57 -0000 I just did a fresh install of FreeBSD 10 Beta 3 on a clean machine. For = whatever reason, I am having the following problem. I added this to the rc.conf file: local_unbound_enable=3D"YES" I also have: ntpd_enable=3D"YES" in the file. This is the resolv.conf file: #Generated by resolvconf #nameserver 209.18.47.61 #nameserver 209.18.47.62 #nameserver 192.168.1.1 nameserver 127.0.0.1 options edns0 Now, with this configuration, ntpd never resolves any of the addresses = it needs to work. My screen fills up with error messages. If I 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. --=20 Jerry