Re: [ovs-dev] ovs-vsctl add-br stuck on raspbian

2016-12-28 Thread Piyush Agarwal
Thank you much Ben. I uninstalled it all (apt-get remove/purge), rm -rf'ed all log files and gave it another go and things work fine now. I did notice that apt-get installs stuff at /var/run and /usr/bin, but there were some ovsdb-tool and other binaries in /usr/local/bin -- I really don't know

Re: [ovs-dev] ovs-vsctl add-br stuck on raspbian

2016-12-28 Thread Ben Pfaff
It looks like your database schema doesn't match the version of Open vSwitch you're using. I don't how that could have happened. Since this is a new installation, you might just stop OVS, delete the database, and then restart it. On Wed, Dec 28, 2016 at 06:17:01PM +, Piyush Agarwal wrote: >

Re: [ovs-dev] ovs-vsctl add-br stuck on raspbian

2016-12-28 Thread Piyush Agarwal
Here are the logs: On issuing "add-br br1", I see ovs-vsctl is just "stuck" and I see ovs-vswitchd.log printing messages continuously (please note the ID in jsonrpc request, this is incrementing continuously and has reached all the way to 6k so far!). (i) Are the missing columns a likely cause?

Re: [ovs-dev] ovs-vsctl add-br stuck on raspbian

2016-12-27 Thread Ben Pfaff
On Tue, Dec 27, 2016 at 06:22:06PM -0800, Piyush Agarwal wrote: > I am trying to get ovs up and running on Raspbian (Jessie). > > I installed the following: > > apt-get install openvswitch-switch > apt-get install openvswitch-common > > I see lsmod shows openvswitch module loaded fine. > > I

[ovs-dev] ovs-vsctl add-br stuck on raspbian

2016-12-27 Thread Piyush Agarwal
Hi, I am trying to get ovs up and running on Raspbian (Jessie). I installed the following: apt-get install openvswitch-switch apt-get install openvswitch-common I see lsmod shows openvswitch module loaded fine. I started ovsdb-server, ovs-vsctl init and ovs-vswitchd and all of them came up