|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Bump > Error in network-route script
Without knowing any more about the context of the original email than I do based on your quote, the problem is that the "eth" part (in the context of the /proc fs entry) is invalid because it should be "eth" plus the vif number. As for a "fix", you can file a bug report (if it's really a bug) or write your own network-route (which I did a long time ago, incidentally, to overcome bugs in the default networking scripts).
-Ray
On Thu, Jun 19, 2008 at 3:11 AM, Symbian Freelancer < symbian.freelancer@xxxxxxxxx> wrote:
Hello,
Was wondering if there is a solution to the error posted by "Dominique H Schramm" on the 5 Jan 2008
I've just changed from network-bridge to network-route and just noticed this problem
Thanks,
""" Hi guys,
i got the following error:
/etc/xen/scripts/network-route: line 27:
/proc/sys/net/ipv4/conf/eth/proxy_arp: no such file or directory
I use the network-route not network-bridge. It seems that the following code at line 24 didn't work:
netdev=${netdev:-eth${vifnum}}
Any hints ?
-- Have an nice day,
Viele Grüße
Dominique H Schramm """
_______________________________________________ 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
|
|
|
|
|