Xen and ntpdate
2009-02-16 by xpheas
If ntpdate does not work on your virtual Linux box try this:
echo 1 > /proc/sys/xen/independent_wallclock
ntpdate should work fine now:
After a reboot you have to do this again, or put the stuff into the local boot scripts "/etc/rc.local"
(before exit 0).
echo 1 > /proc/sys/xen/independent_wallclock
ntpdate should work fine now:
BASH-Code:
| ntpdate ntp.ubuntu.com |
After a reboot you have to do this again, or put the stuff into the local boot scripts "/etc/rc.local"
(before exit 0).
BASH-Code:
| echo 1 > /proc/sys/xen/independent_wallclock ntpdate ntp.ubuntu.com > /dev/null |
« back