On Wed, Mar 5, 2014 at 11:21 AM, John Thoe <[email protected]> wrote:
> Yes both scripts are there. Should I remove them?

I suppose then that the following is true too?

find /usr -name ovs-vsctl

/usr/bin/ovs-vsctl
/usr/local/bin/ovs-vsctl

find /usr -name ovs-vswitchd

/usr/sbin/ovs-vswitchd
/usr/local/sbin/ovs-vswitchd

I think I know what has happened. But I can't be sure. So do this only
if you don't have any other choice.

>From the place where you have the OVS source code, do this:

./configure
make
make uninstall

Now, "/usr/local/share/openvswitch/scripts/ovs-ctl" should disappear.

Now do this:
/configure --prefix=/usr --localstatedir=/var  --sysconfdir=/etc
make
make uninstall

This should remove the other script too.

After this all the OVS utilities should ideally be removed.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to