<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi</div><div><br></div><div>I am trying to build the ovs for windows according to instructions that appear here <br></div><div><br></div><div><a href="http://docs.openvswitch.org/en/latest/intro/install/windows/">http://docs.openvswitch.org/en/latest/intro/install/windows/</a></div><div><br></div><div>Everything went fine (almost make check failed some unitests). However when I am trying to run the ovsdb-server with the following command line</div><div><br></div><div>ovsdb-server -vfile:info --remote=unix:db.sock --log-file --pidfile  -v</div><div><br></div><div>It says it cannot connect to pipe. In the beginning it complained that it cannot find the db.sock file however when I created it is now cannot connect to windows pipe with similar name. Looking st the code of <br></div><div><a href="https://github.com/openvswitch/ovs/blob/master/lib/stream-windows.c">https://github.com/openvswitch/ovs/blob/master/lib/stream-windows.c</a></div><div><br></div><div>I notice that it assumes that both file and pipe should exist.</div><div><a href="https://github.com/openvswitch/ovs/blob/df514c62b6685bda925afab6b5857b2067517354/lib/stream-windows.c#L120">https://github.com/openvswitch/ovs/blob/df514c62b6685bda925afab6b5857b2067517354/lib/stream-windows.c#L120</a></div><div><br></div><div><a href="https://github.com/openvswitch/ovs/blob/df514c62b6685bda925afab6b5857b2067517354/lib/stream-windows.c#L132">https://github.com/openvswitch/ovs/blob/df514c62b6685bda925afab6b5857b2067517354/lib/stream-windows.c#L132</a><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div> I can easily create the file but does ovsdb-server really expects from me to create a named pipe also? Can someone shed a light on whether I missed something during the build process. And how can I get this running?</div><div><br></div><div>Thanks<br></div></div></div></div></div></div></div>