|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: Lvm-based domUs keep crashing... limited to 2 domU
Solved!
as root tail -f /var/log/messages/xen/xend.log
I think it was the following line that gave me a clue...
"[2007-06-17 11:39:46 10835] ERROR (__init__:1072) VM bx5x restarting too
fast (17.125304 seconds since the last restart). Refusing to restart to
avoid loops."
This prompted me to rebuild:-
make linux-2.6-xen-config CONFIGMODE=menuconfig && make -j2
linux-2.6-xen-build && make -j2 linux-2.6-xen-install
and look for the modules related to --time-- under processor. I made sure that
"Preemption Model" and "frequency" had the same time values.
On Tue, 19 Jun 2007 15:41:31 +0100
"john maclean" <jayeola@xxxxxxxxx> wrote:
> I normally leave the uuid stuff alone as that goes --whoosh-- over my
> head. Mind you, I have run
> cp /etc/xen/foo /etc/xen/bah
> sed -i 's/foo/bah/g' /etc/xen/bah
>
> To set up a number of domains. I don't think that UUID are specified
> in /etc/xen/config files. Will continue to dig in and explore.
>
> On 19/06/07, Petersson, Mats <Mats.Petersson@xxxxxxx> wrote:
> >
> >
> > > -----Original Message-----
> > > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> > > [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
> > > john maclean
> > > Sent: 19 June 2007 15:04
> > > To: Xen Users
> > > Subject: Re: [Xen-users] Lvm-based domUs keep crashing...
> > > limited to 2 domU
> > >
> > > # grep ^name /etc/xen/*
> > > /etc/xen/blag50k:name = "blag50k"
> > > /etc/xen/bx5x:name = "bx5x"
> > > /etc/xen/cxhosting:name = "cxhosting"
> > > /etc/xen/cxvm4:name = "cxvm4"
> > > /etc/xen/etch0:name = "etch0"
> > > /etc/xen/sxvm:name = "sxvm"
> > > /etc/xen/xmexample1:name = "ExampleDomain"
> > > /etc/xen/xmexample2:name = "VM%d" % vmid
> > > /etc/xen/xmexample.hvm:name = "ExampleHVMDomain"
> > > /etc/xen/xmexample.vti:name = "ExampleVTIDomain"
> >
> > That looks good to me, so I don't know what could be the problem.
> >
> > Check that you don't set uuid the same on two domains either!
> >
> > --
> > Mats
> > >
> > > On 19/06/07, Petersson, Mats <Mats.Petersson@xxxxxxx> wrote:
> > > > >
> > > > > acid:~# grep ^disk /etc/xen*
> > > > Excellent, but I'd rather see:
> > > > #grep ^name /etc/xen*
> > > >
> > > > Since that's the factor that is conflicting.
> > > >
> > > > --
> > > > Mats
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > John Maclean - 07739 171 531
> > > MSc (DIC)
> > >
> > > _______________________________________________
> > > Xen-users mailing list
> > > Xen-users@xxxxxxxxxxxxxxxxxxx
> > > http://lists.xensource.com/xen-users
> > >
> > >
> > >
> >
> >
> >
>
>
> --
> John Maclean - 07739 171 531
> MSc (DIC)
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|