Scott Bolte <[EMAIL PROTECTED]> wrote:
 >         I recently switched from running ntpdate via cron to ntpd.
 >         While ntpd starts and runs, the clock drifts badly (over 6
 >         seconds) in just a few hours. It looks to me like ntpd is
 >         not doing anything.

Two hints:

First, add this line "restrict 127.0.0.1" to your ntp.conf.
It is required so that ntpd can access its own clock on the
local machine.

Second, when the ntpd process has run for a few minutes,
type "ntpq -p".  The output is very useful to diagnose
problems.  It contains compact information about all known
servers, including connectivity, stratum and delay.

Another command that I use sometimes to debug NTP problems
is "ntpdc -c monlist".

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"All that we see or seem is just a dream within a dream" (E. A. Poe)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to