From owner-freebsd-questions@FreeBSD.ORG Sat Dec 12 18:20:08 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 A7DAC1065692 for ; Sat, 12 Dec 2009 18:20:08 +0000 (UTC) (envelope-from lists@webtent.net) Received: from mx1.webtent.net (mx1.webtent.net [208.38.145.6]) by mx1.freebsd.org (Postfix) with ESMTP id 7B36B8FC16 for ; Sat, 12 Dec 2009 18:20:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.webtent.net (WebTent ESMTP Postfix Internet Mail Transport) with ESMTP id 8962684A8B; Sat, 12 Dec 2009 13:20:08 -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 06932-02; Sat, 12 Dec 2009 13:20:08 -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 1BBB584A89; Sat, 12 Dec 2009 13:20:08 -0500 (EST) Message-ID: <4B23DED5.3010308@webtent.net> Date: Sat, 12 Dec 2009 13:20:05 -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: andrew clarke , FreeBSD References: <4B23CD8A.50203@webtent.com> <20091212175949.GB3084@ozzmosis.com> In-Reply-To: <20091212175949.GB3084@ozzmosis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: WebTent Mailguard 1.0.2a Cc: 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: Sat, 12 Dec 2009 18:20:08 -0000 On 12/12/2009 12:59 PM, andrew clarke wrote: > On Sat 2009-12-12 12:06:18 UTC-0500, Robert Fitzpatrick (robert@webtent.com) wrote: > > >> pgsql# cat /boot/loader.conf >> kern.ipc.semmni=32 >> kern.ipc.semmns=512 >> hint.apic.0.disabled=1 >> > According to the loader.conf man page these should all be in the format: > > kern.ipc.semmni="32" > kern.ipc.semmns="512" > hint.apic.0.disabled="1" > > I don't know if this matters. > > I'm not sure hint.apic.0.disabled is valid for 7.2. sysctl -a doesn't > list this variable on my machine. Maybe it's only available on some > machines. > > >> 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? >> > Can you use ntpd? > > Regards > Andrew > I'm pulling from a time server now every hour, keeps it from getting behind too much. Perhaps that is what I'll end up doing, loading the ntp server, I guess that would keep it up to date better? Thanks.