From 92cecc4dbfc85f03320b0f4e0e9050fcb61e8ffd Mon Sep 17 00:00:00 2001 From: "tomh.org" Date: Thu, 19 Nov 2009 19:17:08 +0000 Subject: [PATCH] clock skew troubleshooting for VCORE --- wiki/Troubleshooting.wiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wiki/Troubleshooting.wiki b/wiki/Troubleshooting.wiki index c90d41f0..e2b0259b 100644 --- a/wiki/Troubleshooting.wiki +++ b/wiki/Troubleshooting.wiki @@ -39,6 +39,10 @@ vtysh -b * 2.6.18-128.2.1.el5.028stab064.4 - appears to be a bad kernel: testing 5 random wireless nodes and pressing start causes system to hang * 2.6.18-128.2.1.el5.028stab064.7 - good kernel, fixes previous issues +== VMware version of OpenVz CORE == + +CentOS has a known clock skew issue when running as a Linux guest on VMware server. The symptoms are that the guest clock can run erratically compared to the outside world wall clock. To remedy this, pass the following command-line parameters to the OpenVz kernel configuration at boot time (i.e., within /boot/grub/menu.lst): + `divider=10 clock_source=acpi_pm` == FreeBSD version == * *debugging commands:*