Please see my response below.
> On Mar 27, 2016, at 11:40 PM, Vivek Gupta <vive...@hcl.com> wrote: > > Please provide any help in this > From: Vivek Gupta > Sent: Wednesday, March 23, 2016 11:10 AM > To: discuss@openvswitch.org > Subject: ovsdb-server: I/O error: open: –detach failed > > Hi > > I am installing OVS on Ubuntu 14 with following steps: > • Downloaded tab ball of OVS 2.5 > • untar the file. > • cd OVSDIR > • ./boot > • ./configure > • make && make install > • mkdir –p /usr/local/etc/openvswitch > ii) mkdir –p /usr/local/var/run/openvswitch > • cd $OVS_DIR > ./ovsdb/ovsdb-tool create /usr/local/etc/openvswitch/conf.db \ > ./vswitchd/vswitch.ovsschema > • Start OVS Server > ./ovsdb/ovsdb-server > --remote=punix:/usr/local/var/run/openvswitch/db.sock \ > --remote=db:Open_vSwitch,Open_vSwitch,manager_options \ > --private-key=db:Open_vSwitch,SSL,private_key \ > --certificate=Open_vSwitch,SSL,certificate \ > --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --pidfile –detach I believe someone else already responded, but you may have missed their reply. The error is right at the end of your command line. If I'm not mistaken, it should be "--detach". -- Scott _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss