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

xen-users

[Top] [All Lists]

Re: [Xen-users] Error: Device 769 (vbd) could not be connected. Backend

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Error: Device 769 (vbd) could not be connected. Backend device not found.
From: Stephan Augustin <stephan.augustin@xxxxxx>
Date: 2006年1月31日 14:40:59 +0100
Cc: Molle Bestefich <molle.bestefich@xxxxxxxxx>
Delivery-date: 2006年1月31日 17:13:05 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <62b0912f0601310520u2dafecc7se6dcba5f83de3dd1@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: <200601301555.58845.stephan.augustin@xxxxxx> <200601311342.15809.stephan.augustin@xxxxxx> <62b0912f0601310520u2dafecc7se6dcba5f83de3dd1@xxxxxxxxxxxxxx>
Reply-to: stephan.augustin@xxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.2
Am Dienstag, 31. Januar 2006 14:20 schrieb Molle Bestefich:
> Stephan Augustin wrote:
> > > That may be true, but it's much easier to adjust it on the kernel
> > > command line. Just add max_loop=128 or some such.
> >
> > Do you mean the commandline
> > kernel /boot/xen.gz
> > in /boot/grub/menu.lst ?
>
> No, that's the parameter line for the hypervisor.
> The loop devices exist within the domain 0 kernel.
> So you must append the max_loop parameter to the
> "module=<linux-dom0-kernel>" line in your grub configuration file.
>
> Sorry, should've mentioned that.
Sorry , but this doesnt work for me..
do I have to do something else for get this working ?
i have this script :
"If you have the “loop” driver compiled into your kernel, you need to add 
“max_loop=64” to your kernel boot arguments (the “append=” line in lilo.conf, 
or to the end of the “kernel” line in grub’s menu.lst), and reboot."
If you have the “loop” driver compiled as a module, you need to insmod it with 
“max_loop=64” added to its options. On Debian systems, you 
edit /etc/modules.conf and add “options loop max_loop=64”, and “rmmod loop” 
“modprobe loop”.
If you’re using devfs, then stop here. The new /dev/loop* will appear 
automatically. If not, you’ll need to edit and run MAKEDEV:
Change:
 loop)
 for part in 0 1 2 3 4 5 6 7
 do
 makedev loop$part b 7 $part $disk
 done
 ;;
To:
 loop)
 for part in `seq 0 63`
 do
 makedev loop$part b 7 $part $disk
 done
 ;;
And run “MAKEDEV loop”.
"
with the original debian -kernel, It is possible to use the modules - but this 
doesnt create more loop-devices.
and even the kernel /boot/vmlinuz-2.6[...] max_loop=64 
line does not work.
under the xen-kernel the command-line doesnt work ( I dont get more devices) , 
and the modprobe command aborts with an error
stephan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
Previous by Date: Re: [Xen-users] Error: Device 769 (vbd) could not be connected. Backend device not found. , Stephan Augustin
Next by Date: Re: [Xen-users] Error: Device 769 (vbd) could not be connected. Backend device not found. , Stephan Augustin
Previous by Thread: Re: [Xen-users] Error: Device 769 (vbd) could not be connected. Backend device not found. , Molle Bestefich
Next by Thread: Re: [Xen-users] Error: Device 769 (vbd) could not be connected. Backend device not found. , Molle Bestefich
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /