Re: [ovs-dev] [PATCH 3/4] daemon-windows: Ability to handle windows service calls.

2014-01-17 Thread Gurucharan Shetty
;Ben Pfaff" > Cc: "dev" , "Saurabh Shah" > Sent: Friday, January 17, 2014 1:24:10 PM > Subject: Re: [ovs-dev] [PATCH 3/4] daemon-windows: Ability to handle windows > service calls. > > On Fri, Jan 17, 2014 at 1:11 PM, Ben Pfaff wrote: >> On Fri,

Re: [ovs-dev] [PATCH 3/4] daemon-windows: Ability to handle windows service calls.

2014-01-17 Thread Eitan Eliahu
Do we specify full path when accessing files? Thanks, Eitan - Original Message - From: "Gurucharan Shetty" To: "Ben Pfaff" Cc: "dev" , "Saurabh Shah" Sent: Friday, January 17, 2014 1:24:10 PM Subject: Re: [ovs-dev] [PATCH 3/4] daemon-windows:

Re: [ovs-dev] [PATCH 3/4] daemon-windows: Ability to handle windows service calls.

2014-01-17 Thread Gurucharan Shetty
On Fri, Jan 17, 2014 at 1:11 PM, Ben Pfaff wrote: > On Fri, Jan 17, 2014 at 12:26:22PM -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 3/4] daemon-windows: Ability to handle windows service calls.

2014-01-17 Thread Ben Pfaff
On Fri, Jan 17, 2014 at 12:26:22PM -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 3/4] daemon-windows: Ability to handle windows service calls.

2014-01-17 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