|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] domU clock over 23s off
On (2006-07-12 15:37 +0200), Harald Koenig wrote:
> does running ntp in a domU disable the clock synchronisation between dom0 and
> domU ?
I do this:
[ytti@xxxxxxx ~]% ssh root@xxxxxxxxxxx "cat /etc/cron.hourly/ntp-hack"
#!/bin/sh
PATH=/bin
date -s $(date +%H:%M:%S) > /dev/null
[ytti@xxxxxxx ~]%
Ugly, but works for me.
--
++ytti
signature.asc
Description: Digital signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|