From owner-freebsd-questions@FreeBSD.ORG Sat Dec 12 17:25:02 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 B32151065694 for ; Sat, 12 Dec 2009 17:25:02 +0000 (UTC) (envelope-from robert@webtent.com) Received: from mx1.webtent.net (mx1.webtent.net [208.38.145.6]) by mx1.freebsd.org (Postfix) with ESMTP id 874798FC1B for ; Sat, 12 Dec 2009 17:25:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.webtent.net (WebTent ESMTP Postfix Internet Mail Transport) with ESMTP id 0FC8184A7D for ; Sat, 12 Dec 2009 12:06:00 -0500 (EST) Received: from mx1.webtent.net ([127.0.0.1]) by localhost (mx1.webtent.net [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 02476-03 for ; Sat, 12 Dec 2009 12:05:59 -0500 (EST) Received: from [192.168.1.67] (media.rfitz.com [72.64.244.53]) by mx1.webtent.net (WebTent ESMTP Postfix Internet Mail Transport) with ESMTP id 8EA7E84A41 for ; Sat, 12 Dec 2009 12:05:59 -0500 (EST) Message-ID: <4B23CD8A.50203@webtent.com> Date: Sat, 12 Dec 2009 12:06:18 -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: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: WebTent Mailguard 1.0.2a Subject: 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: Sat, 12 Dec 2009 17:25:02 -0000 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 The only way I'm able to keep the clock up to date is to sync with an Internet time server regularly. Anyone have an idea how fix this issue?