dntpd
Matthew Dillon
dillon at apollo.backplane.com
Sun Jun 24 14:28:27 PDT 2007
:This is crazy:
:
:# grep ntpd /var/log/all.log
:Jun 24 02:06:39 ylem dntpd[629]: issuing frequency adjustment: 338.189ppm
:Jun 24 02:22:27 ylem dntpd[629]: issuing offset adjustment: 3.743491
:...
:
:There's no servers directive, so here's what dntpd.conf looks like:
:
:# cat /etc/dntpd.conf
:server us.pool.ntp.org
:server us.pool.ntp.org
:server us.pool.ntp.org
:server us.pool.ntp.org
:
:Operating on -HEAD sources as of June 22.
Does your machine have a history of problems keeping time or is this
something new? Have you changed your video settings or operation
recently?... video bioses are known to mess up 8254 based timing
(which also means you are running without ACPI). What kind of machine
is it?
It kinda sounds like the bios is interfering with the 8254, and not
something broken with dntpd. If that is the case then you can tell
the kernel to use a different 8254 timer with:
hw.i8254.walltimer=1
in your /boot/loader.conf. Sometimes this works, sometimes this
locks up the box. If it locks up the box you will have to reboot,
break out of the boot menu and unset the variable in the loader before
booting so you can boot your kernel and then remove the line.
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Bugs
mailing list