WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] date in domU

Hi,

On Fri, Feb 10, 2006 at 05:12:21PM +0530, Anand Gupta wrote:
> On 2/10/06, Bob <maillists@xxxxxxxxx> wrote:
> >
> > I use ntp-server in each domain - dom0 and all domUs.
> >
> > Do:
> >
> > echo 1 > /proc/sys/xen/independent_wallclock
> >
> > in each domU.  I don't do it in dom0.
> >
> > Works great for me.  I using xen 3.0 and 3.01.
> >
> 
> Is it possible to ensure this from dom0 for all domU's ? Or the only way is
> from inside the domU ?

Just a guess:

Replace

 static int independent_wallclock = 0;

by

 static int independent_wallclock = 1;

in the xenified kernel sources ( arch/i386/kernel/time-xen.c ) and recompile
the kernel.

Regards,

Frank

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>