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

[Xen-users] Re: Lvm-based domUs keep crashing... limited to 2 domU

Subject: [Xen-users] Re: Lvm-based domUs keep crashing... limited to 2 domU
From: John Maclean <jayeola@xxxxxxxxx>
Date: Tue, 19 Jun 2007 23:20:41 +0100
Cc: "Xen Users" <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 19 Jun 2007 15:25:41 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=VhzWjUfcABCLT9a/Mqyi2k0e7lEU6rSe47kH0Kl5W0FgHCy1GxPgo2uJ+CWGq+yw8a7GAueITk8ugVk8FLpDhINZKxHDz5vUhOaUrlqUTz4VXqmNCGMlPZmFxe/Wkf6JuCY+xFl824QE3+OGbf61xucaupoAGrif26seqMoXcWc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=cZN3nFSMf++gXZcoc1SNZUghztEgfP4OsGByk8oQSpvgODDTfVOpb470M4O7D8wMJgbpH7Xku9LJA3dmZPO8++cu9ldhsPjpE7P2CgKskPKRXsS5RND+Gg0pmQljCbuImRKitRJ5PYipHgEMhv8qbRZouwZKWTy4wPMqVLcdkew=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4170c1720706190741l3a86407es31f1b258ccca4b01@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4170c1720706190703j6f8c37c4scc445994b5412d35@xxxxxxxxxxxxxx> <907625E08839C4409CE5768403633E0B02561E4A@xxxxxxxxxxxxxxxxx> <4170c1720706190740l3a062113ic3943e7406ad60fc@xxxxxxxxxxxxxx> <4170c1720706190741l3a86407es31f1b258ccca4b01@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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