From owner-freebsd-questions@FreeBSD.ORG Mon Nov 11 16:58:55 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 ESMTP id 6560A569 for ; Mon, 11 Nov 2013 16:58:55 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-qe0-x234.google.com (mail-qe0-x234.google.com [IPv6:2607:f8b0:400d:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20DA42662 for ; Mon, 11 Nov 2013 16:58:54 +0000 (UTC) Received: by mail-qe0-f52.google.com with SMTP id t9so482731qeq.25 for ; Mon, 11 Nov 2013 08:58:54 -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=WSumnAepf7/GB1oZM9IYxDHtxFQi685SX/2RdcHqZdc=; b=Dpb4kWT15ChnJT6GvZsxk1GAYfwhjjOB3mB/2v9HMa7kQLBgnaNuwtmzl4EZ3GgvIN kNMwsj05iVRi/towC6NGyn903TW7+QRxu7zptQEzbbbDSZYsBICV13vAeC9UrVuY11uH Wo48645yYst9Pj6G4cvRDBGYrkU+pNNc9aoEA= 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=WSumnAepf7/GB1oZM9IYxDHtxFQi685SX/2RdcHqZdc=; b=Ca0b2Prwz8/it37OSXwG3qqx0SQq5QuFfHkERrNGfr5hBZBwMUXyCVSd/VmtrYE5q3 dTjMxiJUsK5Tx6wGAgI2aOfe2GZYsKinhjPhadYCViN+k1sw2RZeEqDD/SQlEVAEhvHq KUV/Nm+bxJHrebnVFbVdt2hk52X61LlKcINI0xpUKlP9i4gecJV34C2fSrHoYX0fHDCc Wb44Bb/tISkIqp4iysSJvia2+qkLVMLUonIR/+omUnhqkxO+zc0tS7OQPPoV8/e6BU1n Cab4NXwSMzYvAfRd0FSmoIwjtU6bweleUOzwj4kIRN5D5zF0GTIyyQaAAud10s4vvh7a dbpA== X-Gm-Message-State: ALoCoQmDOSV9imlchTNVHIKCKY/KpuatD8PSWSE/8FkhwxK21swITgtgo4uwOosHKJB8tvK2sYAK X-Received: by 10.224.3.5 with SMTP id 5mr50821394qal.93.1384189134223; Mon, 11 Nov 2013 08:58:54 -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 n4sm27704604qax.0.2013.11.11.08.58.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 11 Nov 2013 08:58:53 -0800 (PST) From: "Gerard Seibert" To: Subject: FreeBSD 10 and missing "make.file" and ntp won't resolve addresses with unbound running Date: Mon, 11 Nov 2013 11:58:45 -0500 Message-ID: <007401cedeff$492c9b90$db85d2b0$@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: Ac7e/rgt5HHKG59bT6y+8DHmNz5tpg== Content-Language: en-us X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 16:58:55 -0000 I just did a fresh install of FreeBSD 10 on a clean machine. I have two = immediate questions. 1) Why is there no "make.conf" file in the /etc directory? Has it been = moved or is it no longer supported? 2) I discovered that with "unbound" loaded, ntp cannot resolve an = address. Bu unloading unbound and changing the /etc/resolve.conf it = works correctly. What am I doing wrong with it. --=20 Jerry