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
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 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 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. ERR: Discovered 0 NUMA nodes and 0 CPU cores Since they were already started, Im was unable to following the instructions in http://openvswitch.org/support/dist-docs/INSTALL.md.html, unable to do taskset. 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.
-- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss