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] Device 769 (vbd) could not be connected

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Device 769 (vbd) could not be connected
From: sanket hase <shase@xxxxxxxxxxxxxx>
Date: Fri, 16 Nov 2007 20:48:03 -0500
Delivery-date: Fri, 16 Nov 2007 17:48:46 -0800
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: Thunderbird 2.0.0.6 (Windows/20070728)

Hi ,

I am trying to boot a freeBSD domU .

*********************************
My config file looks like this :
=>

kernel = "/boot/kernel"
memory = 256
name = "freebsd-xen"

vif = [ 'mac=********, ip=******' ]
disk = [ 'file:/vbsdserver/freebsd_xen.img,hda1,w' ]

extra = "4"
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

extra = "boot_verbose"
extra += ",boot_single"
extra += ",kern.hz=100"

*********************************

I am using file backed system, where freebsd_xen.img is a 1GB blank image that I've created.

xm create -c freebsd_xen
Using config file "./freebsd_xen".
Error: Device 769 (vbd) could not be connected. /vbsdserver/freebsd_xen.img does not exist.

The image is very much there ... Whats with vbd error ?

Thanks,
Sanket




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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Device 769 (vbd) could not be connected, sanket hase <=