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@lists.xensource.com http://lists.xensource.com/xen-users
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@gmail.com> 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@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Max Baro Technical Support Supervisor FACTS Services, Inc. (305) 284 - 7440 meb@factsservices.com Try adding "vifname=" in the config file for the nic definition. I stick to the default naming convention of vif0, vif1 and such. -----Original Message----- Date: Thu, 19 Jun 2008 19:11:16 +1200 From: "Symbian Freelancer" <symbian.freelancer@gmail.com> Subject: [Xen-users] Bump > Error in network-route script To: xen-users@lists.xensource.com Message-ID: <d395c2ea0806190011w4c89ffeao9d769a58eead93d9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 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@lists.xensource.com http://lists.xensource.com/xen-users