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: Device 2049 (vbd) could not be connected. Backend dev

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Error: Device 2049 (vbd) could not be connected. Backend device not found.
From: "Adam Keck" <ghostis@xxxxxxxxx>
Date: Thu, 24 Aug 2006 11:00:50 -0400
Delivery-date: Thu, 24 Aug 2006 08:01:44 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hEuzA1EyDOYjpznPg+brJHxism8j61FTe3dTeLVT2DtuxrtGXx5kJyO/n9PT4yYktgn9+tFzyoJa9qbBoVS5Rs5lAgC7dRT4KMvwSfV/jTpypJswNlSoOLSKP0G+4i5isd4564Y02utpG3uKZCv3s16kUo6H7wap6P6amdK1EaY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <5b8ddaaa0608240757j683d4795t7611a7263678fb6b@xxxxxxxxxxxxxx>
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>
References: <5b8ddaaa0608240757j683d4795t7611a7263678fb6b@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello All,

 I just ran into this on Debian.  I think the ide setting is a false
lead.  I found that the underlying issue is that the "loop" module
does not get loaded by Debian at boot time.  Adding "loop" to
/etc/modules resolved the issue.  Whatever the distribution, the
solution seems to be to poke Linux in the appropriate manner during
boot to load the "loop" module or to load the loop module at xend
start-up.  Joe's stanza below in /etc/init.d/xend should work work for
the latter.
To me, at least, it looks like converting to ide emulation in one's
image is not needed.

-Adam


On 28 Apr 2006, at 12:55, Joe Warren-Meeks wrote:

Hey guys,


   I read xen-create-image to see why it seemed to work if I used
that. Just by an aside I noticed that there is an option of use-ide

   So, I've set "use-ide = 1" in /etc/xen-tools/xen-tools.conf and
recreated my images and it seems to work now.

   I figure that an IDE server has problems trying to run a SCSI domU


   I'm creating a bunch of domUs now and rebooting to see if they all
start ok. (I also had to up my loopback devices as indicated in
another post)

   Give it a shot and report back.

Just to confirm, changing use-ide = 1 and changing my /etc/init.d/ xend to read:

 start)
       modprobe loop max_loop=64
       cd /dev && /dev/MAKEDEV loop
       xend start
       await_daemons_up
       ;;

fixed my problems. I now have three domU's working happily.

Good luck.

-- joe.

Joe Warren-Meeks                       T: +44 (0) 208 962 0007
Aggregator Limited                     M: +44 (0) 7789 176078
Unit 62/63 Pall Mall Deposit           E: joe.warren-meeks@xxxxxxxxxxxxx
124-128 Barlby Road, London W10 6BL
PGP Fingerprint: 361F 78D0 56F5 8D7F 2639  947D 71E2 8811 F825 64CC

--
-Adam


--
-Adam

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Error: Device 2049 (vbd) could not be connected. Backend device not found., Adam Keck <=