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] had: lost interrupt under domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] had: lost interrupt under domU
From: "Arpan Jindal" <jindalarpan@xxxxxxxxx>
Date: Thu, 28 Feb 2008 12:23:38 +0530
Delivery-date: Wed, 27 Feb 2008 22:54:13 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=tzbX0DXn98/qdjFiW2oNZ53fFV/bKn4mxSoxQtgEj4s=; b=c7L3rGnt6X3s4Il+SuGPIg33r+c5+MvMe9QM5VWGJPD/zpFc+iEjTmtkU2x35nUjF864Yw/PzOWagyVX13EQCb7ye153WRRIsUNMuvTEXtO0sTQIF8KvtlQQ0/GwWJZZANky5rXTGFfuDzan/ZCcAY0k46mnPLGzVH40y66NLZE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Sc3aCouqLmfUJgd8xZGCQOJgzqP4iyucX8zqbP/bRYO8UUG6cogdIYM9VdI4R0PWYAX6Uvzddo+J+HmUFwz2wHPS3A9GOyyqKiPb3PWfXRItDfm3FUuM99yMa5bnlxEgcphZD2zqKAD1VCVo0fIiD/yH3+V4pAEX05UITjuWHlY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <OFC6C30728.04CDDB00-ON652573FD.0025311F-652573FD.002549BE@xxxxxxx>
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: <OFC6C30728.04CDDB00-ON652573FD.0025311F-652573FD.002549BE@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Hi all
I am running multiple redhat domU trought NAS box and my configuration for one of the domU is as follows:

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 3048
name = "rhel-nas1"
vcpus=1
cpus = ""
pae = 1
vif = [ 'type=ioemu, mac=00:16:3e:2a:4b:a0, bridge=xenbr0' ]
disk = [ 'file:/tmp/nas1/rhel1,hda,w']
>
on_reboot   = 'restart'
on_crash    = 'destroy'
device_model = '/usr/lib64/xen/bin/qemu-dm'
sdl=0
vnc=1
vncviewer=0
stdvga=0
serial='pty'
ne2000=0
usb=1
usbdevice='mouse'
usbdevice='tablet'

Where /tmp/nas1/rhel1 is a locally mounted NAS folder/file.

When I start the domU by
xm create rhel-nas1 –c
guest os boots fine but after some time its starts hanging up and on the VNC console an error message keeps on coming as:

had: lost interrupt  

what could be problem is it related to network setting ? kindly provide me solutions to resolve this problem.


thanks
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] had: lost interrupt under domU, Arpan Jindal <=