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] unpack list of wrong size

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] unpack list of wrong size
From: Jacob Boswell <jacob@xxxxxxx>
Date: Thu, 9 Feb 2006 21:02:53 -0700
Delivery-date: Fri, 10 Feb 2006 04:14:25 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sww53qMJe9/E3Tg1PC7kSE6Loy+7qtFgszsEeo+XVrSWJBpziqpE5+HJk2ri3QtEcW1kjM42OgUE57lRGzTcAGAOs7FAhae8UBdXWvhKI3MgwwVhgY8yTYKWdIJqpuW0BOL8DnfhShNqPcL06xKYqmjLFpBmoYxWjPKjb5gCELw=
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/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
Hello all,

I have seen a similar post on the site, but did not see any
resolution. On a fresh "binary" install on CentOS 4.2, I have created
the following config file

kernel = "/boot/vmlinuz-2.6-xenU"
ramdisk = "/boot/initrd-2.6-xenU.img"
builder= "linux"
memory = 128
vcpus = 1
name = "api.beta.s56.net"
disk = [ '/xen/loop1/api.beta.s56.net/root.dsk,hda1,w',
'/xen/loop1/api.beta.s56.net/swap.dsk,hda2,w' ]
root = "/dev/hda1 ro"


However when I go to boot this I get the following error

[root@xen1 domains]# xm create api.beta.s56.net -c
Using config file "api.beta.s56.net".
Error: Error creating domain: unpack list of wrong size

The kernel, ramdisk and disk image are in the listed location. I have
used this exact config on a very similar system and it works.

Any help would be greatly appreciated.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] unpack list of wrong size, Jacob Boswell <=