Re: [ovs-dev] [PATCH v2 1/2] daemon-windows: Ability to handle windows service calls.

2014-02-04 Thread Ben Pfaff
On Tue, Feb 04, 2014 at 08:29:41AM -0800, Gurucharan Shetty wrote: > > > > That's a nice start, let's go wiht that fo rnow. > > Thanks for the review. I pulled in changes from patch2 of the series > (as you suggested) to this patch and committed them. Great! I hope that we are making progress on

Re: [ovs-dev] [PATCH v2 1/2] daemon-windows: Ability to handle windows service calls.

2014-02-04 Thread Gurucharan Shetty
> > That's a nice start, let's go wiht that fo rnow. Thanks for the review. I pulled in changes from patch2 of the series (as you suggested) to this patch and committed them. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinf

Re: [ovs-dev] [PATCH v2 1/2] daemon-windows: Ability to handle windows service calls.

2014-02-03 Thread Ben Pfaff
On Mon, Feb 03, 2014 at 02:10:43PM -0800, Gurucharan Shetty wrote: > On Fri, Jan 31, 2014 at 2:56 PM, Ben Pfaff wrote: > > On Tue, Jan 28, 2014 at 01:56:21PM -0800, Gurucharan Shetty wrote: > >> The following code does not add any users yet. > >> > >> The visioned workflow that this piece of code

Re: [ovs-dev] [PATCH v2 1/2] daemon-windows: Ability to handle windows service calls.

2014-02-03 Thread Gurucharan Shetty
On Fri, Jan 31, 2014 at 2:56 PM, Ben Pfaff wrote: > On Tue, Jan 28, 2014 at 01:56:21PM -0800, Gurucharan Shetty wrote: >> The following code does not add any users yet. >> >> The visioned workflow that this piece of code should work with is: >> * Create a windows service through a startup script w

Re: [ovs-dev] [PATCH v2 1/2] daemon-windows: Ability to handle windows service calls.

2014-01-31 Thread Ben Pfaff
On Tue, Jan 28, 2014 at 01:56:21PM -0800, Gurucharan Shetty wrote: > The following code does not add any users yet. > > The visioned workflow that this piece of code should work with is: > * Create a windows service through a startup script with > a tool like 'sc' > ex: sc create ovsdb-server bin

[ovs-dev] [PATCH v2 1/2] daemon-windows: Ability to handle windows service calls.

2014-01-28 Thread Gurucharan Shetty
The following code does not add any users yet. The visioned workflow that this piece of code should work with is: * Create a windows service through a startup script with a tool like 'sc' ex: sc create ovsdb-server binpath= "C:\openvswitch\usr\sbin\ovsdb-server.exe -vconsole:off -vsyslog:off -vf