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] /etc/xen/scripts/network-bridge: line 62: ip: commandnot

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] /etc/xen/scripts/network-bridge: line 62: ip: commandnot found
From: Dominik Klein <dk@xxxxxxxxxxxxxxxx>
Date: Wed, 04 Apr 2007 12:33:43 +0200
Delivery-date: Wed, 04 Apr 2007 03:32:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <BAY109-F192077BA236316FB1A9CCFDD660@xxxxxxx>
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: <BAY109-F192077BA236316FB1A9CCFDD660@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.9 (X11/20070103)
Friedrich Nietzsche schrieb:
I'm not sure what to do I changed paths to brctl and ifconfig with /sbin/brctl and /sbin/ifconfig.

Also I saw this in another post but he didnt specify what he did and I cant find it anywhere...

"i also updated /etc/xen/scripts/network-bridge to work under gentoo as stated i de -devel ML."

In your bash, where the xend script works, execute: "dirname `which ip`" and remember, what it says.

In my case:
dirname `which ip`
/sbin

So the answer would be "/sbin"

Then edit /etc/xen/scripts/network-bridge and put this line:
export PATH=$PATH:/sbin
to line 2. Then try again.

Regards
Dominik

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] /etc/xen/scripts/network-bridge: line 62: ip: commandnot found, Dominik Klein <=