From owner-freebsd-stable@FreeBSD.ORG Wed Jan 21 20:36:59 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63DDC1065D31 for ; Wed, 21 Jan 2009 20:36:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 225618FC1E for ; Wed, 21 Jan 2009 20:36:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 6C01AFEF2; Thu, 22 Jan 2009 09:36:58 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JM-7Qk2aTSkq; Thu, 22 Jan 2009 09:36:54 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Thu, 22 Jan 2009 09:36:54 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 598261142D; Thu, 22 Jan 2009 09:36:54 +1300 (NZDT) Date: Wed, 21 Jan 2009 12:36:54 -0800 From: Andrew Thompson To: Jeffrey Williams Message-ID: <20090121203654.GB84399@citylink.fud.org.nz> References: <49777A7E.30904@sailorfej.net> <26ddd1750901211209k83250d7re8bb82dc2965ccd0@mail.gmail.com> <497785E2.5040007@sailorfej.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <497785E2.5040007@sailorfej.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Maxim Khitrov , dimitry@andric.com, freebsd-stable@freebsd.org, mike@jellydonut.org Subject: Re: FreeBSD 7, runaway clock as guest OS on Microsoft Virtual Server X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 20:37:02 -0000 On Wed, Jan 21, 2009 at 12:30:26PM -0800, Jeffrey Williams wrote: > Hi Guys, > > Thanks for kern.hz suggestion, but according loader.conf in the > /boot/defaults directory, kern.hz is already set to 100, is this overridden > somewhere else? > Thats a bit misleading, the commented out value isnt actually the default. Set it in the loader.conf, can verify this with 'sysctl kern.hz' Andrew