From owner-freebsd-questions Tue Nov 5 12:37:56 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23406 for questions-outgoing; Tue, 5 Nov 1996 12:37:56 -0800 (PST) Received: from gate.leissner.se (gate.leissner.se [193.45.192.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA23394 for ; Tue, 5 Nov 1996 12:37:47 -0800 (PST) Received: from leissner.se (uucp@localhost) by gate.leissner.se (8.8.2/8.8.2) with UUCP id UAA15500 for freefall.freebsd.org!questions; Tue, 5 Nov 1996 20:37:03 GMT Subject: Re: Time Server Setup - xntpd To: questions@freefall.freebsd.org Date: Tue, 5 Nov 1996 21:36:47 +0100 (SNT) From: Peter Olsson Cc: george@lincc.lincc.lib.or.us In-Reply-To: <199611052006.MAA21074@freefall.freebsd.org> from "owner-questions-digest@freefall.freebsd.org" at Nov 5, 96 12:06:37 pm X-Mailer: ELM [version 2.4 PL11] Content-Type: text Message-ID: <9611052136.aa10106@lda.leissner.se> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello! > myriad of config options for xntpd. Would someone be kind enough to > send me a part of their /etc/sysconfig to show startup switches and > /etc/ntp.conf (if needed) along with any setup wisdom. I think I need xntpdflags="-c /etc/ntp.conf -f /etc/ntp.drift" In /etc/ntp.conf only one line is needed (this could probably be moved to a commandline switch but ntp.conf has become a habit): server xxx /etc/ntp.drift is dynamically created by xntpd after some period of runtime. Runtime messages (startup and calibration) end up in /var/log/messages. Try the ntpq-program for status, I use ntpq with commands peer, associations and readvar to see what's going on. The xxx above is the interesting part, that's your time-feed. There is a web-server somewhere which lists all public NTP-servers in the world, but I don't recall the URL and I only have it at work. Search the web for NTP and you'll probably find it, mail me otherwise and I will look it up. Oh, also, don't forget setting your TZ to a correct value and preferrably as early in the startup-sequence as possible. I have my TZ-setting at the top of /etc/rc and it seems to work fine. Peter Olsson pol@leissner.se