Date: Sun, 13 Dec 2009 04:59:49 +1100 From: andrew clarke <mail@ozzmosis.com> To: Robert Fitzpatrick <robert@webtent.com> Cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: slow clock on FreeBSD 7.2 on vmware Message-ID: <20091212175949.GB3084@ozzmosis.com> In-Reply-To: <4B23CD8A.50203@webtent.com> References: <4B23CD8A.50203@webtent.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091212175949.GB3084>