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-devel

Re: [Xen-devel] xl create

To: Jonathan Tripathy <jonnyt@xxxxxxxxxxx>
Subject: Re: [Xen-devel] xl create
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Fri, 10 Jun 2011 12:00:05 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 10 Jun 2011 03:57:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4DF12A42.2090502@xxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4DF12A42.2090502@xxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
On Thu, 9 Jun 2011, Jonathan Tripathy wrote:
> Hi Everyone,
> 
> I'm having some problems with the new xl command. When I try to start my 
> DomU by doing xl create config.xen, I get the following error:
> 
> Parsing config file config.xen
> the rate parameter for vifs is currently not supported
> libxl: error: libxl_device.c:476:libxl__wait_for_device_model Device 
> Model not ready
> xl: fatal error: libxl_create.c:535, rc=-1: 
> libxl__confirm_device_model_startup
> 
> My config.xen file looks like this:
> 
> bootloader = "/usr/bin/pygrub"
> memory = 128
> name = "u23018"
> vif = [ 
> 'ip=10.87.0.118,bridge=public,script=vif-bridge,mac=00:16:3e:29:a2:24,rate=50Mb/s,vifname=vifu23018'
>  
> ]
> #disk = 
> ['file:/home/sysadmin/xen/ubuntu-10.04-x86_64/ubuntu.10-04.x86-64.20100426.img,sda1,w']

make sure both lines are commented out

> disk = ['phy:/dev/vg0/u23018,xvda1,w']
> root = "/dev/xvda1"
> extra = "fastboot"
> on_poweroff = 'destroy'
> on_reboot   = 'restart'
> on_crash    = 'restart'
> 
> Even when I comment out the vif line, the above problem still persists. 
> I'm using CentOS 5.6 x86_64 as my DomU with kernel 2.6.18-238.12.1.el5xen
> 
> Using the xm command works fine.
> 
> Any help is appreciated.

Could you please post the output of "xl create -d"?
This should help us understanding the problem.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>