From owner-freebsd-questions@FreeBSD.ORG Wed Dec 16 17:54:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDFAB106566B for ; Wed, 16 Dec 2009 17:54:01 +0000 (UTC) (envelope-from robert@webtent.com) Received: from vnyxbo.webtent.net (vnyxbo.webtent.net [208.38.145.41]) by mx1.freebsd.org (Postfix) with ESMTP id 82DE48FC1A for ; Wed, 16 Dec 2009 17:54:00 +0000 (UTC) Received: from [192.168.1.103] (h166.130.89.75.dynamic.ip.windstream.net [75.89.130.166]) (authenticated bits=0) by vnyxbo.webtent.net (8.13.8/8.13.8) with ESMTP id nBGHrweW026703; Wed, 16 Dec 2009 12:53:59 -0500 Message-ID: <4B291EB5.5040605@webtent.com> Date: Wed, 16 Dec 2009 12:53:57 -0500 From: Robert Fitzpatrick User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Jacques Manukyan References: <4B23CD8A.50203@webtent.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: slow clock on FreeBSD 7.2 on vmware 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: Wed, 16 Dec 2009 17:54:01 -0000 On 12/15/2009 9:38 AM, Jacques Manukyan wrote: > On Sat, 12 Dec 2009 12:06:18 -0500, Robert Fitzpatrick > wrote: > >> I found posts about this and a possible solution is to disable APIC >> by adding hint.apic.0.disabled=1 to /boot/loader.conf. But after >> doing so, it booted to the mountroot prompt and would not recognize >> my ufs:/dev/da0s1a partition when tried. I went to FixIt and removed >> the line from the loader.conf file and it boots fine. I do have some >> other things to help the pgsql db on this server in the loader.conf >> file, are they interfering? >> >> pgsql# cat /boot/loader.conf >> kern.ipc.semmni=32 >> kern.ipc.semmns=512 >> hint.apic.0.disabled=1 >> > > Try putting: > > kern.hz="50" > > in your /boot/loader.conf Thanks, that worked. I removed the hint.apic.0.disabled line and put the kern.hz line back in except this time with 50 instead of 100 and it boots and seems to be keeping time now fine. Since I am a programmer and not a system admin, not sure what this does and would like to know, what is the kern.hz telling FreeBSD? > > I run multiple FreeBSD servers inside VMWare and I don't have this > problem. Are you running VMWare workstation? Or ESX/ESXi? I am running VMware Server 2.0...thanks again.