|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] dom0 clock skew
On 29 Dec 2006 at 0:09, Alexander Wilms wrote:
> Hello all,
>
As I'm unsure what hwclock is actually doing, try to replace "hwclock" with
"cat
/proc/driver/rtc | head -2 | awk '{ print $3 }' | tr '\012' ' '". Maybe also
replace "date" with "date +'%D %T.%N'".
On my Dom0 I see this:
# cat /proc/driver/rtc | head -2 |awk '{ print $3 }' | tr '\012' ' '; date +'%D
%T.%N'
14:22:15 2007-01-08 01/08/07 15:23:04.345571000
It seems the system time is OK, but the RTC isn't updated. I run NTP and
independent clocks. (RTC is UTC, local timezone is 1h ahead of UTC)
Ulrich
> I have a huge time skew in my dom0, even while running ntpd, see:
>
> xen0:/srv/xen # date; hwclock; sleep 60; date; hwclock
> Fr 29. Dez 00:01:04 CET 2006
> Do 28 Dez 2006 23:59:37 CET -0.421291 Sekunden
> Fr 29. Dez 00:02:05 CET 2006
> Fr 29 Dez 2006 00:00:45 CET -0.888387 Sekunden
>
> Any Idea what I can do against it?
>
> Thanks,
> Alex
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-users] dom0 clock skew,
Ulrich Windl <=
|
|
|
|
|