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] xm create results in blocked state guest

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xm create results in blocked state guest
From: Ananth <cbananth@xxxxxxxxx>
Date: Fri, 1 May 2009 05:40:07 +0530
Delivery-date: Thu, 30 Apr 2009 17:10:54 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=9LKzEzc/xMLDgRABIbz/kN0pkbylKKP/WFcqxOtfdv0=; b=xLN2+2OTyrNtbMovb6hsfqOd30mxXhdosiIDPKgrVvv+D9Sij7G0Zwqznj8V9GSv9o PpHHBAUadnKUkSWeh4wVCaPPDyu5yGCVPLcWREKiFBQHe+zeiNx7+Vo1eyDhU6n0fYxk 2P3Us8OPS4E9BomBeAs+lOdHkqkS/j7OaWoAg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qUmhAG365ktW42bnMooPbk1KMtyo8WVqySocr2UskZKU7o/UchzKfz0gJpBFqal3UK VimtU5Xi0f4mCE/cGAulyYB6AxMIcfX0tHknkY2s2+NROE8OwOI/khkDpSkWR5fnvAUf 5eph2KRWF78S8sWibO0SeRfkrEFu4ZHfYx9ZM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
I created a DomU using the command,

"xm create fedora.fc9.xen3.cfg --vncviewer

The control returned to the prompt and xm list shows fedora9 to be in blocked state.

If I create the same using,

"xm create fedora.fc9.xen3.cfg -c"  ,

the shell is hung with the message "Freeing unused kernel memory: 140k freed"
I have attached the full trail of messages displayed.

The contents of the config file are as below..

kernel = "/boot/vmlinuz-2.6.18.8-xenU"
name = "fedora9"
vif = [ '' ]
dhcp = "192.168.31.29"
disk = ['file:/home/cbananth/new_guest/guests/fedora.fc9.20080706.img/fedora.fc9.img,sda1,w']
root = "/dev/sda1 ro"

Please guide me as to where it is going wrong. Also, xm new <config file> does not seem to be adding the domain to the list managed by xend. Please let me know how to add a domain to the xend managed list.

Thank you

Warm Regards
Ananth

Attachment: xm create hung.txt
Description: Text document

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xm create results in blocked state guest, Ananth <=