From owner-freebsd-questions Thu Aug 15 10: 6:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8EDF37B401 for ; Thu, 15 Aug 2002 10:06:27 -0700 (PDT) Received: from mailout6.nyroc.rr.com (mailout6-0.nyroc.rr.com [24.92.226.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F4443E7B for ; Thu, 15 Aug 2002 10:06:26 -0700 (PDT) (envelope-from met@uberstats.com) Received: from SURVIVAL (rrcs-nys-24-97-200-196.biz.rr.com [24.97.200.196]) by mailout6.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id g7FH6OC26090; Thu, 15 Aug 2002 13:06:24 -0400 (EDT) From: "MET" To: "'Roman Neuhauser'" Cc: Subject: RE: Setting the Time || Public Time Servers Date: Thu, 15 Aug 2002 13:11:24 -0400 Message-ID: <002c01c2447e$c99af920$6901a8c0@SURVIVAL> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020815080545.GA389@freepuppy.bellavista.cz> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Where would I get a list of ntpd servers so that I can run ntpdate_enable="YES" ntpdate_flags="-b -t10 -u ntp1.example.com ntp2.example.com" Or xntpd_enable="YES" xntpd_flags="-g -p /var/run/ntpd.pid" ~ Matthew -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Roman Neuhauser Sent: Thursday, August 15, 2002 4:06 AM To: MET Cc: freebsd-questions@freebsd.org Subject: Re: Setting the Time || Public Time Servers > From: "MET" > To: > Subject: Setting the Time || Public Time Servers > Date: Wed, 14 Aug 2002 19:35:33 -0400 > > How would I make my BSD machine get its time from something like a > public time server so that reports the correct time? If you boot your machine often, you may want to use ntpdate. It synces on startup only. ntpdate_enable="YES" ntpdate_flags="-b -t10 -u ntp1.example.com ntp2.example.com" If your machine stays up for extended periods of time, you would prefer ntpd, which synces every 64 - 1024 seconds. xntpd_enable="YES" xntpd_flags="-g -p /var/run/ntpd.pid" /etc/ntp.conf: server ntp1.example.com server ntp2.example.com server ntp3.example.com -- FreeBSD 4.6-STABLE 9:57AM up 5 days, 21:52, 17 users, load averages: 0.00, 0.00, 0.00 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