Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

openntpd under 7.10

  Date: Dec 31    Category: Unix / Linux / Ubuntu    Views: 383
  

I'm evaluating Ubuntu 7.10 as a possible replacement for 6.06 on
several machines, both actual hardware and vmware machines.

I've had no problems with 6.06 on any of these platforms, however I'm
having two problems with 7.10

The first one is with openntpd. The clock on the vmware virtual
machine drifts quite a bit, despite turning on "Time Synchronization
Between the Virtual Machine and the Host Operating System" in the
vmware-toolbox.

On 6.06 I could use ntpd to sync the clock to a real machine, under
7.10, openntpd reports that it's working in the /var/log/daemon.log
file, but it does not actually adjust the clock. Here is an excerpt
from the file after starting openntpd:

Jan 24 01:11:28 ubuntu-2 ntpd[6644]: ntp engine ready
Jan 24 01:11:51 ubuntu-2 ntpd[6644]: peer 192.168.2.252 now valid
Jan 24 01:12:43 ubuntu-2 ntpd[6643]: adjusting local clock by -2.570948s
Jan 24 01:16:29 ubuntu-2 ntpd[6643]: adjusting local clock by -17.357250s
Jan 24 01:20:17 ubuntu-2 ntpd[6643]: adjusting local clock by -28.203542s
[...]

As you can see, the drift is bad, and the adjustment does not actually
work (which it does with the old ntpd under 6.06).

I've Googled this to the best of my ability, and found other people
with the same problem (on real hardware), but no solution proposed.
Anyone have any ideas? Even though the the clock on my server does not
drift that badly, I still would like to keep it in sync, and it is the
first machine I'd like to try 7.10 on.

Share: 

 

1 Answer Found

 
Answer #1    Answered On: Dec 31    

I got it to work.

I added:

/usr/sbin/tickadj 9200 2>&1 > /dev/null
/usr/sbin/rdate -s zaphod 2>&1 > /dev/null

to /etc/rc.local

That gets the clock speed and initial setting close enough that ntpd
or openntpd can do their job.

I determined the tick value experimentally. It's 10000 by default.
zaphod is my local time server, a real hardware machine running CentOS
and ntpd.

 
Didn't find what you were looking for? Find more on openntpd under 7.10 Or get search suggestion and latest updates.




Tagged: