From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Kaczmarek Subject: Re: domU crash Date: Mon, 17 Oct 2005 09:59:06 -0400 Message-ID: <1129557546.3496.87.camel@pluto.linsolutions.com> References: <983B408465C04C49B0344D51FA21C7553E757F@trudi.intra.bpm.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-reply-to: <983B408465C04C49B0344D51FA21C7553E757F@trudi.intra.bpm.ch> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stephan =?ISO-8859-1?Q?B=F6ni?= Cc: xen-devel@lists.xensource.com, Ewan Mellor List-Id: xen-devel@lists.xenproject.org On Mon, 2005-10-17 at 15:34 +0200, Stephan B=C3=B6ni wrote: >=20 > > > > > The log you sent shows the domain being successfully create= d=20 > > > > > and unpaused; > > > > > it should then start to boot. What happens next? > > > >=20 > > > > Nothing. > > > >=20 > > > > # xm list > > > > Name ID Mem(MiB) CPU VCPUs State Time(s) > > > > Domain-0 0 251 0 1 r----- 36.1 > > > > inhouse 8 1024 0 1 ------ 252.2 > > >=20 > > > You have a domain here, and it's already used 252 seconds of= =20 > > > CPU time, so it's > > > doing _something_. Is that time going up rapidly? Try xm=20 > > > list a few times to > > > find out. What's on the domain's console (xm console=20 > > > inhouse)? And it's > > > Ctrl-] to exit the console again. > >=20 > > Oops. I've rebooted the hole system and now it works. :-) >=20 > Bullshit! It works only one time and then i've got the same problem= : >=20 > # xm list > Name ID Mem(MiB) CPU VCPUs State Time(s) > Domain-0 0 251 0 1 r----- 26.4 > inhouse 3 1024 0 1 ------ 28.9 > # xm list > Name ID Mem(MiB) CPU VCPUs State Time(s) > Domain-0 0 251 0 1 r----- 26.5 > inhouse 3 1024 0 1 ------ 36.1 > # xm list > Name ID Mem(MiB) CPU VCPUs State Time(s) > Domain-0 0 251 0 1 r----- 26.8 > inhouse 3 1024 0 1 ------ 165.8 > # xm list > Name ID Mem(MiB) CPU VCPUs State Time(s) > Domain-0 0 251 0 1 r----- 27.0 > inhouse 3 1024 0 1 ------ 178.8 >=20 > # xm console inhouse >=20 > (nothing displayed!) >=20 > Stephan >=20 Make sure you start the domU in console and have a serial console connected to xend. You will likely have a better chance of seeing wha= t is happening. Regards, Ted