From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 15:25:57 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 82F3216A41F for ; Fri, 2 Dec 2005 15:25:57 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06F8943D5D for ; Fri, 2 Dec 2005 15:25:56 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by wproxy.gmail.com with SMTP id i24so96583wra for ; Fri, 02 Dec 2005 07:25:56 -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=iWuS3GWYP+RYkMVoQY6IRFtBjLzNU6mwdwfngB4jtZoK+uH0YOpAgsP9fZzwrMxvZaGJHuo1GlcPTrWLaEdXHulnG1o3TkMnRcQt0zrpLPTcN/xNYuwyJyowD4wjX51MJb8IHADrSvbalMGPMQe31AVZgcWu6ZeSMmZL3enrYoc= Received: by 10.64.184.19 with SMTP id h19mr702392qbf; Fri, 02 Dec 2005 07:25:54 -0800 (PST) Received: by 10.65.253.2 with HTTP; Fri, 2 Dec 2005 07:25:54 -0800 (PST) Message-ID: <54db43990512020725q1b464241ob84591f4673a4837@mail.gmail.com> Date: Fri, 2 Dec 2005 10:25:54 -0500 From: Bob Johnson To: "J. W. Ballantine" In-Reply-To: <200512021501.jB2F1Jo08623@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: <200512021501.jB2F1Jo08623@akiva.homer.att.com> Cc: bobo1008@mailtest1.engnet.ufl.edu, freebsd-questions@freebsd.org Subject: Re: 6-RELEASE, calcru, FAQs and kern.timercounter.method 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 15:25:57 -0000 On 12/2/05, J. W. Ballantine wrote: > > I've been getting the calcru: negative time message. After > search the site I found the FAQ (5.18) that says to set this variable > sysctl kern.timecounter.method=3D1. > > When I do that, I get sysctl: unknown old 'kern.timercounter.method'. > > What is the fix/search term for 6-release?? > sysctl -a | grep timecounter should reveal the sysctl to use. In 5.4, kern.timecounter.hardware sounds like what you want, and (if I understand it correctly) the values you can try setting it to are given by kern.timecounter.choice. - Bob