From owner-freebsd-i386@FreeBSD.ORG Sat May 10 16:15:49 2008 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D621106566C for ; Sat, 10 May 2008 16:15:49 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 17B438FC14 for ; Sat, 10 May 2008 16:15:48 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ug-out-1314.google.com with SMTP id q2so403659uge.37 for ; Sat, 10 May 2008 09:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=eZzcz8GHEbEO8VRGeh78XrZOuE2X9NiLI3kO9lpURsU=; b=JYIXxAC6B4dkKvBxXkaL/yORZe2F0WZw8/RRePkOhh7Jcs/WbWvojBiZ+Q0KEkI5TzuzQm9LjMaJu1hSsYOHGZ9rfbPFHGhNWSwpeAsaIxVf54tL5nOloeAQl5pppPax+x0IP96rUwBxg3Lh3h+yXus5pqrwiAA9JKK5i97FDyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=HOzzBTmD5aHXNgENjVAhhO2xDCmaPcXJvQLo7vjreqHzGMfIdyLAUAHUChDlKCE0MYHFhSPintlamA0p5t8iCSFVWE2PtqMJHS1QsMvOi71NSXV8XHqaYuw4OlTUG5P8UutgQ5qUh1YAyymdlIsLHw37DdL0tevNy6hZhz959uE= Received: by 10.66.250.18 with SMTP id x18mr2723639ugh.79.1210436147340; Sat, 10 May 2008 09:15:47 -0700 (PDT) Received: from epsilon.local ( [89.214.172.15]) by mx.google.com with ESMTPS id b39sm5964526ugf.39.2008.05.10.09.15.44 (version=SSLv3 cipher=RC4-MD5); Sat, 10 May 2008 09:15:45 -0700 (PDT) Message-ID: <4825CA2D.20901@FreeBSD.org> Date: Sat, 10 May 2008 17:15:41 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Rene Maroufi References: <200805092200.m49M04Eo098042@freefall.freebsd.org> <48257DEB.1040509@FreeBSD.org> <20080510151729.GA29461@lleu.maroufi> In-Reply-To: <20080510151729.GA29461@lleu.maroufi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: Rui Paulo Cc: freebsd-i386@FreeBSD.org Subject: Re: i386/123462: clock is to fast X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2008 16:15:49 -0000 Rene Maroufi wrote: > On Sat, May 10, 2008 at 11:50:19AM +0100, Rui Paulo wrote: >> Can you boot with "kern.hz=100" and check whether or not it makes a >> difference? > > There is no sysctl called kern.hz: > sysctl kern.hz > sysctl: unknown oid 'kern.hz' > > Greetings > René Maroufi This is not a sysctl, it's a tunable. Escape to the boot loader prompt and type: > set kern.hz=100 > boot Regards, -- Rui Paulo