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

RE: [Xen-users] Error: Device 0 (vif) could not be connected.Hotplugscri

To: "Kevin van Kuik" <kkuik@xxxxxxxxxxxxxxxxxxxxxx>, "Javier Guerra" <javier@xxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] Error: Device 0 (vif) could not be connected.Hotplugscripts not working.
From: "Kevin van Kuik" <kkuik@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 15 May 2006 18:04:10 +0200
Delivery-date: Mon, 15 May 2006 09:04:45 -0700
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
Thread-index: AcZ1ueAAhIR++JEqSsutMvYeEQk2/gAACeEQAJ+79UA=
Thread-topic: [Xen-users] Error: Device 0 (vif) could not be connected.Hotplugscripts not working.
the solution is to set loopback.nloopbacks=64 on the grub.conf
(module /vmlinuz-2.6.12.6-xen root=LABEL=/ ro maxcpus=1 console=tty1 
console=ttyS0,115200n8 loopback.nloopbacks=64)

-----Oorspronkelijk bericht-----
Van: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx]Namens Kevin van Kuik
Verzonden: Friday, May 12, 2006 1:52 PM
Aan: Javier Guerra; xen-users@xxxxxxxxxxxxxxxxxxx
Onderwerp: RE: [Xen-users] Error: Device 0 (vif) could not be 
connected.Hotplugscripts not working.


I have 128 loop devices. And yes the domU partitions are filebacked.

kernel ="/boot/vmlinuz-2.6-xen"
memory = 3512
name = "chroom"
vif = [ '', 'bridge=xenbr0' ]
disk = 
['file:/xen/guests/chroom.img,sda1,w','file:/xen/swap/chroom.swap,sda2,w']
root = "/dev/sda1 ro"

If I do "ip route | grep veth" I have 8 veth so I need more. But how? 


-----Oorspronkelijk bericht-----
Van: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx]Namens Javier Guerra
Verzonden: Friday, May 12, 2006 1:45 PM
Aan: xen-users@xxxxxxxxxxxxxxxxxxx
Onderwerp: Re: [Xen-users] Error: Device 0 (vif) could not be connected. 
Hotplugscripts not working.


On Friday 12 May 2006 2:21 am, Kevin van Kuik wrote:
> I have a HP370 with 16 GB memory. If I build 7 Guests everything works
> fine. If I start the 8 guest I get this error: Error: Device 0 (vif) could
> not be connected. Hotplug scripts not working.

are your domU partitions file-backed?  if so, you have to increase the max 
number of loop devices (somewhere in /proc), or begin using LVM....

-- 
Javier

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

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

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-users] Error: Device 0 (vif) could not be connected.Hotplugscripts not working., Kevin van Kuik <=