Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2005 06:47:16 -0700
From:      "greg@grokking.org" <greg@grokking.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: openntpd-3.6.1p1_1,2
Message-ID:  <42860164.3030102@grokking.org>
In-Reply-To: <Pine.GSO.4.61.0505140518180.16713@shell1>
References:  <Pine.GSO.4.61.0505140518180.16713@shell1>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42860164.3030102>