On Tue, Apr 18, 2006 at 11:07:17AM -0400, Jerome Santos wrote:
> Hi there I've been trying to sync my system time using ntpd. I followed the
> FAQ on how to do this but it always seems that my time is 10 minutes fast.
> 
> my /etc/ntpd.conf:
> 
> 
> # $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $
> # sample ntpd configuration file, see ntpd.conf(5)
> 
> # Addresses to listen on (ntpd does not listen by default)
> listen on *
> 
> #sync to a single server
> server 0.north-america.pool.ntp.prg
> server 1.north-america.pool.ntp.org
> server 2.north-america.pool.ntp.org
> 
> 
> # use a random selection of 8 public stratum 2 servers
> # see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
> servers pool.ntp.org
> ~
> 
> 
> Any hints or pointers much appreciated!!

You have both "server" *and* "servers" active in your config? Hmm. In
any case ntpd should be logging to /var/log/daemon by default. Messages
there will be a great clue as to what's going on, hopefully.

I'd comment out the single server commands and go with "servers
pool.ntp.org" and see what happens.

-- 
Darrin Chandler            |  Phoenix BSD Users Group
[EMAIL PROTECTED]   |  http://bsd.phoenix.az.us/
http://www.stilyagin.com/  |

Reply via email to