From owner-freebsd-questions Thu Nov 9 19:57:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id B34EA37B479 for ; Thu, 9 Nov 2000 19:57:42 -0800 (PST) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G3S00B01IZJ9D@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Thu, 9 Nov 2000 19:57:20 -0800 (PST) Received: from tagalong ([165.107.42.185]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G3S00B21IZJ7W@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Thu, 09 Nov 2000 19:57:19 -0800 (PST) Date: Thu, 09 Nov 2000 19:57:38 -0800 From: Drew Tomlinson Subject: RE: ntpd "Synchronization Lost" Errors In-reply-to: <20001109142516.A22141@dan.emsphone.com> To: 'Dan Nelson' Cc: "'FreeBSD Questions (E-mail)'" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Dan Nelson [mailto:dnelson@emsphone.com] > Sent: Thursday, November 09, 2000 12:25 PM > To: Drew Tomlinson > Cc: 'FreeBSD Questions (E-mail)' > Subject: Re: ntpd "Synchronization Lost" Errors > > > In the last episode (Nov 09), Drew Tomlinson said: > > > Yow. an offset of 32 seconds is a whole lot. What is > the contents > > > of /etc/ntp.drift? If it's over 500 or less than -500, ntpd will > > > have a hard time keeping your clock in synch because it drifts too > > > fast. > > > > 145 Blacksheep# cat ntp.drift > > -500.000 > > NTP limits drift to 500 ppm, so that means that your clock is probably > worse than 500. > > > > I'd set up a cron job that fires every hour and runs "cat > > > /etc/ntp.drift >> /var/log/ntp.drift", and check that log after a > > > day or so so see what the trend is. > > > > So is the ntp.drift file recalculated after every update? I haven't > > gotten to cron jobs yet but I guess there's no time like > the present. > > :) > > The drift file is updated once an hour, I believe. > > > I edited my ntp.conf file to point to a different server and > > restarted ntpd. I received the following messages in my log file: > > > > Nov 9 08:59:32 blacksheep ntpd[1546]: ntpd 4.0.99b Mon Nov > 6 00:47:01 PST 2000 (1) > > Nov 9 08:59:32 blacksheep ntpd[1546]: using kernel > phase-lock loop 2040 > > Nov 9 08:59:32 blacksheep ntpd[1546]: frequency > initialized -500.000 from /etc/ntp.drift > > Nov 9 08:59:32 blacksheep ntpd[1546]: using kernel > phase-lock loop 2041 > > > > I don't know exactly what they mean but I didn't get them > before. Now I get > > the following with ntpdc: > > You should get those lines every time ntp is started. > > Another thing you can try is changing your clock source. Add the > following lines to your kernel config file and recompile: > > options CLK_USE_I8254_CALIBRATION > options CLK_USE_TSC_CALIBRATION > > That should calibrate two internal clocks against the CMOS > clock, which > is usually pretty accurate. I've taken your suggestion and recompiled my kernel with the above options. After the first update, my drift is now just 3.954. So it looks like things are working much better now. Thanks again! Drew > -- > Dan Nelson > dnelson@emsphone.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message