From owner-freebsd-questions@FreeBSD.ORG Sat May 14 13:47:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4840A16A4CE for ; Sat, 14 May 2005 13:47:18 +0000 (GMT) Received: from herbert.sohotech.ca (herbert.sohotech.ca [206.116.63.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CCC43D68 for ; Sat, 14 May 2005 13:47:17 +0000 (GMT) (envelope-from greg@grokking.org) Received: from localhost (unknown [127.0.0.1]) by herbert.sohotech.ca (Postfix) with ESMTP id 64A7117A4C1 for ; Sat, 14 May 2005 06:47:17 -0700 (PDT) Received: from herbert.sohotech.ca ([127.0.0.1]) by localhost (herbert.sohotech.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21863-02 for ; Sat, 14 May 2005 06:47:16 -0700 (PDT) Received: from [192.168.1.6] (chomsky.sohotech.ca [192.168.1.6]) by herbert.sohotech.ca (Postfix) with ESMTP id 05417179760 for ; Sat, 14 May 2005 06:47:15 -0700 (PDT) Message-ID: <42860164.3030102@grokking.org> Date: Sat, 14 May 2005 06:47:16 -0700 From: "greg@grokking.org" User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at sohotech.ca Subject: Re: openntpd-3.6.1p1_1,2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 13:47:18 -0000 Darrel wrote: > Anyone have some insight of this problem? > > ntpq> associations > ind assID status conf reach auth condition last_event cnt > =========================================================== > 1 60268 8000 yes yes none reject > 2 60269 8000 yes yes none reject > 3 60270 8000 yes yes none reject > 4 60271 8000 yes yes none reject > 5 60272 8000 yes yes none reject > > # ps -x | grep ntp > 378 ?? Ss 0:00.95 /usr/sbin/ntpd -c /etc/ntp.conf -p \ > /var/run/ntpd.pid > 34181 ?? Ss 0:00.01 ntpd > 34187 p0 R+ 0:00.00 grep ntp > >> cat /etc/ntp.conf > > listen on * > listen on 127.0.0.1 > listen on ::1 > > server reva.sixgirls.org prefer > server ntp-3.vt.edu > server ntp3.cs.wisc.edu > server ntp1.kansas.net > server gilbreth.ecn.purdue.edu > >> uname -v > > FreeBSD 5.3-RELEASE-p15 #0: Fri May 13 22:01:27 EDT 2005 > > also rc.conf: > ntpd_flags="-c /etc/ntp.conf -p /var/run/ntpd.pid -f /var/db/ntpd.drift" > ntpd_enable="YES" > Add: openntpd_enable = "YES" to /etc/rc.conf and remove the lines referring to "ntpd" as these are for the BASE ntp included in the release, not openntpd. Check the port startup script (under /usr/local/etc/rc.d) for additional information and/or startup options. G