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] VIFs do not always work

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] VIFs do not always work
From: Peter Mellon <knascent@xxxxxxxxx>
Date: Wed, 15 Jul 2009 09:33:05 -0400
Delivery-date: Wed, 15 Jul 2009 06:33:44 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=3pJ+5IB9WvBg8Ih5npa8ONPICox2kXueLAOwoQ3Gah0=; b=RTB0cjL+xQ84/ZDmRYeSoBEkHnKALoezbOYahR6T+3VlBLxDGrakjK6UcizVAzh+yO xylbSgK7QR6jPfDQsD5+tmG9Kz/H3+VFtR4T5NpkMG0gNcAs3puRQ2ShHlRUyuiAoxJD mp+QptXbtFQ/7js6XIfW5n/DW65fysyxY/IAo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=tVedSc7us6gcJG2N9Hi0ig25/7f3kWqWVgzUoZcOyy+mHxsrx/BQ9Bb6Hq51eYm5YD 6fknJikQR4S1j4mffqYhoL/tg0ouLog6fW5+0r80BQXbA3MJTIjr/Vzy/0x/nJa0cDH8 BXYZIOx2z7FHNBmUwbUMC0M0KQnjIKYw9SRBs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello, I'm creating domU's with a lot of VIFs each. On one of my
computers, I've been able to create a domU with 30 VIFs successfully.
On another one, however, the domU fails during boot with this error:

Error: Device 15 (vif) could not be connected. Hotplug scripts not working.

The Device number that it shows (15 in this case) is sometimes higher
and sometimes lower (sometimes domU finishes booting successfully.
This happens about once in three times). Both computer have the same
hardware, the same config files, and even the same DomU image. Anyone
know why this is happening? Thanks

config:
memory=400
name="ExampleDomain"
vcpus=4
vif = [ "bridge=br0", "bridge=br1", ..................., "bridge=br30" ]
disk = [ 'file:/home/xen/image,xvda,w' ]

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] VIFs do not always work, Peter Mellon <=