Re: [ovs-dev] ifconfig not installed on minimal Debian Stretch

2017-05-25 Thread Ben Pfaff
On Wed, May 24, 2017 at 08:42:04AM -0600, Raymond Burkholder wrote: > This probably isn’t an optimal solution, as openvswitch runs on a > number of different platforms. I am not sure how to perform a proper > selection of ifconfig vs ip link. But i think I noticed some other > openvswitch

Re: [ovs-dev] ifconfig not installed on minimal Debian Stretch

2017-05-24 Thread Guru Shetty
On 24 May 2017 at 10:10, Raymond Burkholder wrote: > > > > Can you do a 'sh -x /etc/init.d/openvswitch-switch status' to see > whether it looks at _SYSTEMCTL_SKIP_REDIRECT in any of the system libraries. > > > > For e.g, on a ubuntu15.04, when I run the above command, I get

Re: [ovs-dev] ifconfig not installed on minimal Debian Stretch

2017-05-24 Thread Raymond Burkholder
> > Can you do a 'sh -x /etc/init.d/openvswitch-switch status' to see whether it > looks at _SYSTEMCTL_SKIP_REDIRECT in any of the system libraries. > > For e.g, on a ubuntu15.04, when I run the above command, I get a match for > _SYSTEMCTL_SKIP_REDIRECT variable in

Re: [ovs-dev] ifconfig not installed on minimal Debian Stretch

2017-05-24 Thread Guru Shetty
On 24 May 2017 at 09:06, Raymond Burkholder wrote: > > > On 24 May 2017, at 09:31, Guru Shetty wrote: > > > > Does your '/etc/init.d/openvswitch-switch have the following line: > > https://github.com/openvswitch/ovs/blob/master/ >

Re: [ovs-dev] ifconfig not installed on minimal Debian Stretch

2017-05-24 Thread Raymond Burkholder
> On 24 May 2017, at 09:31, Guru Shetty wrote: > > Does your '/etc/init.d/openvswitch-switch have the following line: > https://github.com/openvswitch/ovs/blob/master/debian/openvswitch-switch.init#L30 > > That line should prevent any redirects to systemd. > yes it does have:

Re: [ovs-dev] ifconfig not installed on minimal Debian Stretch

2017-05-24 Thread Guru Shetty
Does your '/etc/init.d/openvswitch-switch have the following line: https://github.com/openvswitch/ovs/blob/master/debian/openvswitch-switch.init#L30 That line should prevent any redirects to systemd. On 24 May 2017 at 08:05, Raymond Burkholder wrote: > ok, sorry, this

Re: [ovs-dev] ifconfig not installed on minimal Debian Stretch

2017-05-24 Thread Raymond Burkholder
ok, sorry, this message can be ignored, I see github changes on Mar 17 to reflect the ‘ip link’ change, but I think that the '/etc/init.d/openvswitch-switch status’ may still be a problem. > On 24 May 2017, at 08:42, Raymond Burkholder wrote: > > This probably isn’t an

[ovs-dev] ifconfig not installed on minimal Debian Stretch

2017-05-24 Thread Raymond Burkholder
This probably isn’t an optimal solution, as openvswitch runs on a number of different platforms. I am not sure how to perform a proper selection of ifconfig vs ip link. But i think I noticed some other openvswitch scripts use ip link only. The first change below relates to my previous