From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 14:10:47 2003 Return-Path: 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 30E8437B401 for ; Wed, 4 Jun 2003 14:10:45 -0700 (PDT) Received: from priv-edtnes56.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A6A43FB1 for ; Wed, 4 Jun 2003 14:10:44 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from njamn8or ([207.6.229.118]) by priv-edtnes56.telusplanet.net ESMTP <20030604211044.CFSN12076.priv-edtnes56.telusplanet.net@njamn8or>; Wed, 4 Jun 2003 15:10:44 -0600 Date: Wed, 4 Jun 2003 14:10:33 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@njamn8or.no-ip.org To: Constantine In-Reply-To: <3EDE4A67.3@rbcmail.ru> Message-ID: <20030604140818.X26939@njamn8or.no-ip.org> References: <3EDE4A67.3@rbcmail.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Can I synchronise local time with some NTP-server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 21:10:47 -0000 On Wed, 4 Jun 2003, Constantine wrote: > I am running FreeBSD 4.8. How can I synchronise my clock with some NTP > server? The time on my server right now is 4 minutes fast, and I do not > like that... Can I set up a script that would automatically synchronise > the time with some available server? The easiest way to do this is from /stand/sysinstall/configure/networking/ntpdate, which will give you a list of servers to select from. Cheers, Viktor