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] Problem to get more than 8 loopback deviceses.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem to get more than 8 loopback deviceses.
From: madd_@xxxxxx
Date: Sun, 17 Dec 2006 16:21:05 +0100
Delivery-date: Tue, 19 Dec 2006 02:58:39 -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>
Organization: http://freemail.web.de/
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello Xen-Users,

I read serveral threads about this problem but I can't get any solution.
I've also read the FAQ 
http://wiki.xensource.com/xenwiki/XenFaq?highlight=%28nloopbacks%29
(position 4.5)

what i made was following:
- add netloop/loopback as a xen-kernelargument
- add max_loop in dom0 kernelargument
- add loop-devices in /dev 
  cd /dev/; for i in `seq 8 127` ; do mknod loop"$i" b 7 $i; done
  but there are gone after reboot (no wonder, because udev? )

localhost:/dev# grep loop /var/log/dmesg
Kernel command line: root=/dev/sda1 ro console=tty0 max_loop=128
loop: loaded (max 8 devices)

need i a option in /etc/modules?


grub:
...
#kernel         /boot/xen-3.0.3-1-i386.gz loopback.nloopbacks=128
kernel          /boot/xen-3.0.3-1-i386.gz netloop.nloopbacks=128
module          /boot/vmlinuz-2.6.18-3-xen-686 root=/dev/sda1 ro console=tty0 
max_loop=128
module          /boot/initrd.img-2.6.18-3-xen-686


Madd Sauer

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem to get more than 8 loopback deviceses., madd_ <=