From owner-freebsd-questions@FreeBSD.ORG Tue Nov 12 23:00:53 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 CA5DAED2 for ; Tue, 12 Nov 2013 23:00:53 +0000 (UTC) Received: from st11p05mm-asmtp003.mac.com (st11p05mm-asmtp003.mac.com [17.172.108.248]) by mx1.freebsd.org (Postfix) with ESMTP id A37D82F27 for ; Tue, 12 Nov 2013 23:00:53 +0000 (UTC) Received: from [17.198.13.205] (unknown [17.198.13.205]) by st11p05mm-asmtp003.mac.com (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTPSA id <0MW600M4ZAL4NM30@st11p05mm-asmtp003.mac.com> for freebsd-questions@freebsd.org; Tue, 12 Nov 2013 23:00:42 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794,1.0.431,0.0.0000 definitions=2013-11-12_08:2013-11-12,2013-11-12,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1308280000 definitions=main-1311120206 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: unbound and ntp in FreeBSD 10 Beta 3 From: Charles Swiger In-reply-to: <005401cedffa$087868d0$19693a70$@seibercom.net> Date: Tue, 12 Nov 2013 15:00:40 -0800 Content-transfer-encoding: quoted-printable Message-id: References: <00dc01cedf99$5e1c0cd0$1a542670$@seibercom.net> <44d2m5b9zc.fsf@be-well.ilk.org> <005401cedffa$087868d0$19693a70$@seibercom.net> To: Gerard Seibert X-Mailer: Apple Mail (2.1510) Cc: freebsd-questions@freebsd.org 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 23:00:53 -0000 Hi-- On Nov 12, 2013, at 2:53 PM, Gerard Seibert wrote: > =46rom what I can find, I only have to place that declaration in the = rc.conf file to get unbound working. I found the info here: = http://blog.des.no/2013/09/local-caching-resolver-in-freebsd-10/ = However, I am not sure if I am also supposed to put the "service = local_unbound start" line into the rc.conf file also. If not; how am I = supposed to start the service? I think the directions could use a = little clarification. Hmm...OK, what part of the below was unclear? # echo local_unbound_enable=3Dyes >>/etc/rc.conf # service local_unbound start The first line updates /etc/rc.conf to startup unbound upon system boot. You could edit /etc/rc.conf instead to add that line, if you prefer. The second line starts unbound immediately (ie, without rebooting). = It's a shell command which should be run as root, and not a config entry = for /etc/rc.conf. Regards, --=20 -Chuck