From owner-freebsd-questions@FreeBSD.ORG Wed May 4 21:24:08 2005 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 11EAA16A4CE for ; Wed, 4 May 2005 21:24:08 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E3143D54 for ; Wed, 4 May 2005 21:24:07 +0000 (GMT) (envelope-from tomasq@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so816368nzf for ; Wed, 04 May 2005 14:23:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jCqAmq0RqUZSAfbE7h5Gor65MxbLmMOMudFzdfj4y/GNrrBsDIZgnw6ugm0R8PTzfLdA9962iqFVOji+Ych8/SoDSoN7Mzq7frV2ADU5mbKtRMSXPWgiAhwAiyz4xrExk3/SFI74MMImQKVLknQpOIj0vzU+CDuYKkTX8PGsMJ4= Received: by 10.36.9.18 with SMTP id 18mr219802nzi; Wed, 04 May 2005 14:23:01 -0700 (PDT) Received: by 10.36.2.19 with HTTP; Wed, 4 May 2005 14:23:01 -0700 (PDT) Message-ID: <9e46c99e0505041423102402a5@mail.gmail.com> Date: Wed, 4 May 2005 17:23:01 -0400 From: Tomas Quintero To: Ryan Winograd In-Reply-To: <42792740.3040501@houston.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42792740.3040501@houston.rr.com> cc: freebsd-questions@freebsd.org Subject: Re: Clock running fast X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tomas Quintero List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2005 21:24:08 -0000 On 5/4/05, Ryan Winograd wrote: > Hi all, > I recently noticed that the system clock on a machine i recently set up > is running very quickly, about 2x realtime by my measuring. What can i > do to solve/investigate this problem? What information would be helpful? >=20 > Thanks, > Ryan Have you considered running an ntp service on the box? I run OpenNTPd on a few of my systems and it seems to work quite well. --=20 -Tomas Quintero