From owner-freebsd-questions@FreeBSD.ORG Wed May 4 22:57:27 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 21CDD16A4CE for ; Wed, 4 May 2005 22:57:27 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C765043D6A for ; Wed, 4 May 2005 22:57:26 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) id j44MrA88009360; Wed, 4 May 2005 15:53:10 -0700 (PDT) Received: from [192.168.1.6] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) (authenticated bits=0)j44Mr7oL028687; Wed, 4 May 2005 15:53:09 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0d51c586783505f1d7210cad7f9bbf0e@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 4 May 2005 18:53:06 -0400 To: fbsd_user@a1poweruser.com X-Mailer: Apple Mail (2.622) cc: FreeBSD Mailing List Subject: Re: Clock running fast 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 May 2005 22:57:27 -0000 On May 4, 2005, at 6:46 PM, fbsd_user wrote: >> Running a "sysctl -a kern.timecounter" ought to be a >> useful starting point for any recent version of FreeBSD. > > Your response is not very clear. > Are you saying that kern.timecounter.choice is not in 4.10 > > How can I find out what choices are? You can find out what the choices are by running the command I gave. :-) 1-ns1# sysctl -a kern.timecounter kern.timecounter.method: 0 kern.timecounter.hardware: i8254 2-ns1# uname -a FreeBSD ns1.pkix.net 4.11-STABLE FreeBSD 4.11-STABLE #3: Tue Apr 5 00:29:47 EDT 2005 root@ns1.pkix.net:/usr/obj/usr/src/sys/NORMAL i386 If there are more than one available, one can change kern.timecounter.method to the index of the timecounter method name that you want. In practice, most people simply change 0 to 1 and if that works, stop there. -- -Chuck