Displaying 1 result from an estimated 1 matches for "xenclockdrift".
2008 Jan 08
1
Xen clock drift
...nutes. For a fix, one
suggestion is to run this command in DomU:
echo 1 > /proc/sys/xen/independent_wallclock
This didn't change anything. As an experiment, I wrote a script to call
ntpd -q, sleep 60, and repeat indefinitely. Here are a couple of
snippets of output:
goodclock# ksh ./xenclockdrift
ntpd: time slew +0.001211s
ntpd: time slew +0.001200s
ntpd: time slew +0.001855s
ntpd: time slew +0.001532s
ntpd: time slew +0.001603s
ntpd: time slew +0.001320s
ntpd: time slew +0.001931s
badclock# ksh ./xenclockdrift
ntpd: time slew -0.000193s
ntpd: time set -57.356377s
ntpd: time slew +0.00...