Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2009 09:02:27 +0200
From:      Jonathan McKeown <j.mckeown@ru.ac.za>
To:        freebsd-questions@freebsd.org
Subject:   Re: NTP Client synchronization with a Windows 2003/2008
Message-ID:  <200910140902.27825.j.mckeown@ru.ac.za>
In-Reply-To: <4AD4AE89.6010802@radel.com>
References:  <2345d18f0910130813j6a2bbde0sec59647f44d43585@mail.gmail.com> <2345d18f0910130921g17b8d9fdy8fdb99bd5a0e8cf4@mail.gmail.com> <4AD4AE89.6010802@radel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 13 October 2009 18:44:57 Jon Radel wrote:
> Jacques Henry wrote:
> > I commented the commands involved and nothing changed... (with only 10
> > minutes of time difference)
>
> The 19 minutes between when I sent my suggestions and you responded is
> hardly enough time to see if ntpd was slewing the time.  Slewing 587
> seconds takes days.
>
> > I even tried to "force" the sync:
> >
> > U450XA0A0800650>nstop ntp
> > U450XA0A0800650>ntpd -x -n -q -c /var/ntp.conf
> > U450XA0A0800650>nstart ntp
>
> Are you sure that -x in there, telling ntpd to not step unless the
> offset is over 600 sec, doesn't override what you're trying to do with
> the -q?  How about you try simple:
>
> ntpdate the_windows_server
>
> and see what that does?  After that look in /var/log/messages.
>
> >  In fact I am still quite convinced that the MS implementation isn't
> > totally compliant with the client...
>
> Could be, but ntpq was showing that your ntpd was accepting time data
> from the Windows server at least on some level.

Alternatively, from the commandline try

ntpd -g -q -c /etc/ntp.conf

The -g flag allows ntpd to set the clock once regardless of the offset and 
the -q causes it to quit after setting the time.

In /etc/rc.conf, all you should need is

ntpd_enable="YES"
ntpd_sync_on_start="YES"

The second option adds -g to the ntpd flags, allowing it to set the clock at 
startup and continue running.

Jonathan



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