Solved! Re: Cygrunsrv problem starting service created with --user

2002-12-26 Thread Michael Bourgon
I finally found the problem with not being able to start my service (kept getting: cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started.). WRONG: cygrunsrv --install rsync_daemon --user 'mynetwork\theusername' --path /usr/bin/rsync -a "--daem

Re: Cygrunsrv problem starting service created with --user

2002-12-23 Thread Terry
: lv2bounce > > > > > > - Original Message - > > From: "Terry" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, December 23, 2002 10:59 AM > > Subject: Re: Cygrunsrv problem starting service created with --user >

Re: Cygrunsrv problem starting service created with --user

2002-12-23 Thread Igor Pechtchanski
PROTECTED]> > Sent: Monday, December 23, 2002 10:59 AM > Subject: Re: Cygrunsrv problem starting service created with --user > > > > I am doing something similar and have been following this thread because I > > have run into the same problem... > > > > my qu

Re: Cygrunsrv problem starting service created with --user

2002-12-23 Thread Terry
nevermind, found it... ~ Terry 757 581-5981 AIM/Yahoo: lv2bounce - Original Message - From: "Terry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 23, 2002 10:59 AM Subject: Re: Cygrunsrv problem starting service created with --user > I a

Re: Cygrunsrv problem starting service created with --user

2002-12-23 Thread Terry
?? ~ Terry 757 581-5981 AIM/Yahoo: lv2bounce - Original Message - From: "Michael Bourgon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 4:40 PM Subject: Re: Cygrunsrv problem starting service created with --user > > --- "P

Re: Cygrunsrv problem starting service created with --user

2002-12-19 Thread Michael Bourgon
--- "Pierre A. Humblet" wrote: >Did you give the Logon as service privilege, as per the cygrunsrv README? I just checked, and it's had it the whole time. Good idea, though. Any other suggestions, anyone? Thanks. Michael __ Do you Yahoo!? Yah

Re: Cygrunsrv problem starting service created with --user

2002-12-18 Thread Pierre A. Humblet
On Wed, Dec 18, 2002 at 01:14:02PM -0800, Michael Bourgon wrote: > Howdy. I checked the archives, but didn't see > anything that would shed light on the situation. Did you give the Logon as service privilege, as per the cygrunsrv README? -u, --user Optional user name to start service as. Def

Re: Cygrunsrv problem starting service created with --user

2002-12-18 Thread Michael Bourgon
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > This may be a shell quoting issue. Try putting the > --user parameter in > single quotes (leaving the backslashes around). Igor, thanks for the suggestion. I just got through trying it. Unfortunately, that doesn't seem to be it. Single quote

Re: Cygrunsrv problem starting service created with --user

2002-12-18 Thread Igor Pechtchanski
On Wed, 18 Dec 2002, Michael Bourgon wrote: > Howdy. I checked the archives, but didn't see > anything that would shed light on the situation. > > I have a fresh Cygwin install, along with Rsync, on a > Win2k box. I would like to set up rsync as a daemon. > The rsync daemon currently works - I c

Cygrunsrv problem starting service created with --user

2002-12-18 Thread Michael Bourgon
Howdy. I checked the archives, but didn't see anything that would shed light on the situation. I have a fresh Cygwin install, along with Rsync, on a Win2k box. I would like to set up rsync as a daemon. The rsync daemon currently works - I can start up cygwin, type "rsync --daemon --no-detach" a