On Tue, Oct 13, 2015 at 9:01 AM, Nishanth Devarajan <dev_ra...@yahoo.com> wrote:
> It says;
>  /usr/sbin/ovs-vswitchd
> /usr/local/sbin/ovs-vswitchd

The error message in your log file says that there was already a
ovs-vswitchd running. It is likely that since you have 2 ovs-vswitchd
installed in your system, one of them has already been started with a
startup script. So when you start the other one, it complained saying
that another one has already been started.

You having 2 ovs-vswitchd in /usr/sbin/ and /usr/local/sbin/ also
tells me that you likely installed one using 'make install' and the
other using rpm or ubuntu packages. I strongly suggest to uninstall
one of them (unless you know very well what you are doing)
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to