From owner-freebsd-i386@FreeBSD.ORG Fri May 9 21:40:03 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 441881065677 for ; Fri, 9 May 2008 21:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 339B78FC0A for ; Fri, 9 May 2008 21:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m49Le3iZ097617 for ; Fri, 9 May 2008 21:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m49Le3Zn097616; Fri, 9 May 2008 21:40:03 GMT (envelope-from gnats) Date: Fri, 9 May 2008 21:40:03 GMT Message-Id: <200805092140.m49Le3Zn097616@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Bruce Cran Cc: Subject: Re: i386/104867: Clock running at 2x speed of wall clock X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 21:40:03 -0000 The following reply was made to PR i386/104867; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, Jeff@PointHere.net Cc: Subject: Re: i386/104867: Clock running at 2x speed of wall clock Date: Fri, 09 May 2008 22:31:29 +0100 Could you check which timecounter is being used, with the kern.timecounter.hardware sysctl? The ACPI-safe source is known to run far too fast on many systems, and it's better to use i8254 instead: try putting the following in /etc/sysctl.conf and rebooting kern.timecounter.hardware=i8254 If the clock is still running slightly fast (e.g. 1s per minute) then you can configure ntpd to track and correct the drift. There's a guide to setting it up in the handbook at http://www.freebsd.org/doc/en/books/handbook/network-ntp.html -- Bruce Cran