<div dir="ltr"><div>I installed ovs on an ARM based machine running ubuntu 16.04, kernel 4.1.15 using "sudo apt-get install openvswitch-switch". The installation seems to automatically start ovsdb-server and ovs-switchd and its monitoring processes</div><div><br></div><div>ovsdb-server /etc/openvswitch/conf.db -vconsole:emer -vsyslog:err -vfile:info --remote=punix:/var/run/openvswitch/db.sock --private-key=db:Open_vSwitch,SSL,private_key --certificate=db:Open_vSwitch,SSL,certificate --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --no-chdir --log-file=/var/log/openvswitch/ovsdb-server.log --pidfile=/var/run/openvswitch/ovsdb-server.pid --detach --monitor</div><div><br></div><div>ovs-vswitchd unix:/var/run/openvswitch/db.sock -vconsole:emer -vsyslog:err -vfile:info --mlockall --no-chdir --log-file=/var/log/openvswitch/ovs-vswitchd.log --pidfile=/var/run/openvswitch/ovs-vswitchd.pid --detach --monitor</div><div><br></div><div>However, when I run "ovs-vsctl add-br mybr" I get the following error: ovs-vsctl: Error detected while setting up 'mybr'.  See ovs-vswitchd log for details.</div><div><br></div><div>ERR: Discovered 0 NUMA nodes and 0 CPU cores</div><div><br></div><div>Since they were already started, Im was unable to following the instructions in <a href="http://openvswitch.org/support/dist-docs/INSTALL.md.html">http://openvswitch.org/support/dist-docs/INSTALL.md.html</a>, unable to do taskset.</div><div><br></div><div>Is there/could you provide a list of commands to follow when installing ovs on unbuntu using "apt-get install openvswitch-switch"? Also, the ovsdb-server seems to have started with pvt_key,cer. Please provide details on what is required.</div></div>