From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 02:06:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 85B4116A41F for ; Fri, 2 Dec 2005 02:06:15 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE03943D72 for ; Fri, 2 Dec 2005 02:06:10 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by zproxy.gmail.com with SMTP id 14so131268nzn for ; Thu, 01 Dec 2005 18:06:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GgCoWonge//EhsS04QjAyAALvY/Rb2p6VvtHIIbeMLLBMpPuc1BCprR620O8xP4nqxVUHAaWE0IFvVnaCa7zyWYiQTLg1dCH3/CSAZpOTbvHxoF8kwOhNFOolc3U9CxWVwfNHbo8tH5yukkoD1uird1nKoUhetj/seZxE1wAOzg= Received: by 10.64.232.11 with SMTP id e11mr1244674qbh; Thu, 01 Dec 2005 18:06:09 -0800 (PST) Received: by 10.65.253.2 with HTTP; Thu, 1 Dec 2005 18:06:09 -0800 (PST) Message-ID: <54db43990512011806x2ab9a58ayde78b97c2f90b66a@mail.gmail.com> Date: Thu, 1 Dec 2005 21:06:09 -0500 From: Bob Johnson To: "J. W. Ballantine" In-Reply-To: <200512012036.jB1Kaqo08304@akiva.homer.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200512012036.jB1Kaqo08304@akiva.homer.att.com> Cc: bobo1009@mailtest1.eng.ufl.edu, freebsd-questions@freebsd.org Subject: Re: calcru: runtime went backwards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 02:06:15 -0000 On 12/1/05, J. W. Ballantine wrote: > > I running 6-RELEASE as a guest under vmware 5.5 and I'm having > problems with the clock going backwards. I'm getting the message (sample= ): > > calcru: runtime went backwards from 10542602 usec to 10542600 usec for pi= d > 13924 > (vmware-guestd) [etc.] > > Is this bsd or vmware related, and any way to fix it? > I don't have direct experience with this, but the reports I've seen indicate that vmware has clock problems with both FreeBSD and Linux.=20 One suggestion is that in vmware, set host.useFastclock =3D "FALSE" in the .vmx file. Another suggestion is that in FreeBSD 6.0 you can try setting sysctl kern.MUMBLE.timecounter=3DTSC except I don't know what "MUMBLE" is in 6.0. sysctl -a | grep timecounter should reveal it, though. And if it is already "TSC", try "i8254", I've seen both recommended. There are probably other possibilities (e.g. "ACPI-safe" seems to be the default these days) but as I said, I have no direct experience with vmware. It has also been recommended to set "options HZ=3D1000" in your kernel configuration. Hope that helps, and if I got any of that wrong, someone please correct me! - Bob -- Spammers: please send mail to bobo1009@mailtest1.eng.ufl.edu and help me tune my spam filters!