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] xenU vbd error -22

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] xenU vbd error -22
From: "Lockenvitz, Jan \(EXT\)" <Jan.Lockenvitz.extern@xxxxxxxxxxxxxx>
Date: Thu, 6 Oct 2005 16:41:39 +0200
Delivery-date: Thu, 06 Oct 2005 14:39:18 +0000
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
Thread-index: AcXKhA+BkyeaEQsOSOSrlpms+diUlw==
Thread-topic: xenU vbd error -22

Hi,

i have the latest XEN unstable source from today (06.10.2005) and I'm not able to boot my xenU.

I got the following error, which i think is the reason why it can't mount the rootfs:

xen_blk: Initialising virtual block device driver
vbd: probe of vbd-2049 failed with error -22
Registering block device major 8
xen_net: Initialising virtual ethernet driver.
vif: probe of vif-1 failed with error -22
xen_net: Timeout connecting to device!

this is my config for this domain:

kernel = "/boot/vmlinuz-2.6.12-xenU"
ramdisk = "/boot/initrd.img-2.6.12-xenU"
memory = 256
name = "becki"
vcpus = 1
nics=1
disk = [ 'file:/data/dom_becki/os.img,sda1,w', 'file:/data/dom_becki/swap.img,sda2,w' ]
root = "/dev/sda1 ro"
extra = "2"
restart = 'onreboot'

I also tried to attach the files direktly to a loop device an changed the "disk" part in the config file:

disk = [ 'phy:/dev/loop0,sda1,w', 'phy:/dev/loop1,sda2,w' ]

But it doesn't help.
I googled and searched the xen mailarchive, but can't find any references to this problem. Can someone give
me a hint what to test next?
What exactly is this "error -22"?

Thanx in advance,
Jan

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xenU vbd error -22, Lockenvitz, Jan \(EXT\) <=