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] Error: 'features' is an invalid keyword argument for this fu

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Error: 'features' is an invalid keyword argument for this function
From: zHihaO <zhihao@xxxxxxx>
Date: Mon, 17 Apr 2006 18:58:28 +0800
Delivery-date: Mon, 17 Apr 2006 03:59:07 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
Hi all,

I ran into this error when I tried to create a new virtual environment using the xm create command...

clever2:/etc/xen# xm create -c /etc/xen/xen1-config.sxp
Using config file "/etc/xen/xen1-config.sxp".
Error: 'features' is an invalid keyword argument for this function
clever2:/etc/xen#

Here is my config file :

clever2:/etc/xen# cat xen1-config.sxp
name="xen1"
kernel="/boot/vmlinuz-2.6.12.6-xenU"
root= "/dev/sda1 ro"
memory = 512
disk=['phy:/dev/xenve/xen1,sda1,w','phy:/dev/xenve/xen1swap,sda2,w']
#disk=['phy:/dev/xenve/xen1,sda1,w']

# network
vif=[ '' ]
dhcp="off"
ip="10.0.0.123"
netmask="255.255.255.0"
gateway="10.0.0.1"
hostname="xen1.netdns.net"

extra= "3"

Am i missing anything here? I'm using LVM and RAID 1 to mount my virtual environment. would really appreciate any help I can get..I'm tearing my hair out here..!



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Error: 'features' is an invalid keyword argument for this function, zHihaO <=