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] Re: "link veth4 is missing"

To: Jeffrey Buell <jbuell@xxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: "link veth4 is missing"
From: Tomasz Chmielewski <mangoo@xxxxxxxx>
Date: Wed, 24 Jan 2007 23:02:52 +0100
Delivery-date: Wed, 24 Jan 2007 14:03:14 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <F5DCDB421018204CAE56002EAEB79E9623866C@xxxxxxxxxxxxxxxxxxxx>
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: <F5DCDB421018204CAE56002EAEB79E9623866C@xxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061110 Mandriva/1.5.0.8-1mdv2007.1 (2007.1) Thunderbird/1.5.0.8 Mnenhy/0.7.4.666
Jeffrey Buell wrote:
Hi Thomas,

I see the same problem you mentioned back in October:  "link veth4 is
missing".  I'm using Xen 3.0.4-1.  Did you ever find a fix?  This seems to be
a rare problem, little is found in a google search.

Yes I did found a solution to that problem just a couple of days ago when I upgraded to Xen 3.0.4.


I had to add something like "netloop.nloopbacks=16" to grub's menu.lst ("module" line with the kernel):

kernel /boot/xen-3.0.gz dom0_mem=256M
module /boot/vmlinuz-2.6.16.33-xen root=/dev/LVM2/1 netloop.nloopbacks=16
module /boot/initrd-2.6.16.33-xen.img


Note that if you're using LILO instead of GRUB to start Xen [1], there is no way to pass parameters to the kernel (like "root=/dev/LVM2/1 netloop.nloopbacks=16") in the example above - so, use GRUB (officially, LILO is unsupported anyway). This is probably why it didn't work for me before (I used LILO).

After you restart, check if you have ~16 veth devices with:

ip link show |grep veth


Hope this helps!

[1] http://wpkg.org/index.php/Running_Xen_with_LILO

--
Tomasz Chmielewski

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: "link veth4 is missing", Tomasz Chmielewski <=