Re: error in using cygrunsrv to run sshd as a service

2008-01-28 Thread Bayu
Chen Yue wrote: > Hi > > I have a windows XP host installed with cygwin sshd. Recently, I found I > could not run cygrunsrv to start the service. However, I can use > "/usr/sbin/sshd" to start the daemon. How can I debug this issue? > > Read /usr/share/doc/Cygwin/openssh.README user /bin/ssh-ho

error in using cygrunsrv to run sshd as a service

2008-01-26 Thread Chen Yue
Hi I have a windows XP host installed with cygwin sshd. Recently, I found I could not run cygrunsrv to start the service. However, I can use "/usr/sbin/sshd" to start the daemon. How can I debug this issue? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Patch: inetd service using cygrunsrv

2006-01-11 Thread Thrall, Bryan
Corinna Vinschen wrote on Wednesday, January 11, 2006 5:38 AM: > On Jan 10 18:17, Thrall, Bryan wrote: >> >> I want to run inetd as a service, but the documented way of doing >> this (--install-as-service) requires C:\cygwin\bin be in the Windows >> System PATH. Modifying the System PATH that way

Re: Patch: inetd service using cygrunsrv

2006-01-11 Thread Corinna Vinschen
On Jan 10 18:17, Thrall, Bryan wrote: > > I want to run inetd as a service, but the documented way of doing this > (--install-as-service) requires C:\cygwin\bin be in the Windows System > PATH. Modifying the System PATH that way causes problems elsewhere in > the environment I'm working in, so I'd

Patch: inetd service using cygrunsrv

2006-01-10 Thread Thrall, Bryan
I want to run inetd as a service, but the documented way of doing this (--install-as-service) requires C:\cygwin\bin be in the Windows System PATH. Modifying the System PATH that way causes problems elsewhere in the environment I'm working in, so I'd like to have inetd work under cygrunsrv instead

Re: Error using cygrunsrv to stop bash scripts

2004-03-02 Thread Igor Pechtchanski
Andrew, Please make sure your mailer respects the Reply-To: header -- I set it for a reason. More below. On Tue, 2 Mar 2004, Cousins, Andrew wrote: > Igor, > > Service is installed with > > # > cygrunsrv --install actest3 \ > --path c:/usr/Cyg-W

Re: Error using cygrunsrv to stop bash scripts

2004-03-01 Thread Cousins, Andrew
Igor, Service is installed with # cygrunsrv --install actest3 \ --path c:/usr/Cyg-Win32/bin/bash.exe\ --args d:/usr/ea/dr_service/actest.sh \ --desc "MOSAIC/DNMS Disaster Recovery" \

Re: Error using cygrunsrv to stop bash scripts

2004-03-01 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Cousins, Andrew wrote: > I have installed cygrunsrv to run bash.exe with a script as parameter. > Service starts and stops OK but on the stop > it also produces these errors. . > > A system error has occurred. > System error 1067 has occurred. > The process terminated unexpecte

Error using cygrunsrv to stop bash scripts

2004-03-01 Thread Cousins, Andrew
I have installed cygrunsrv to run bash.exe with a script as parameter. Service starts and stops OK but on the stop it also produces these errors. . A system error has occurred. System error 1067 has occurred. The process terminated unexpectedly. Script does catch the signal and terminate graceful

Re: OpenSSH PublicKeyAuthentication failure using cygrunsrv

2003-04-04 Thread Max Bowsher
[EMAIL PROTECTED] wrote: > I have recently installed the latest Cygwin Version on my W2k test server > along with the latest > OpenSSH package. > I find that if I manually start the sshd daemon I can login ok using > PublicKeyAuthentication but when I create an NT Service using c

OpenSSH PublicKeyAuthentication failure using cygrunsrv

2003-04-04 Thread jim . a . davidson
I have recently installed the latest Cygwin Version on my W2k test server along with the latest OpenSSH package. I find that if I manually start the sshd daemon I can login ok using PublicKeyAuthentication but when I create an NT Service using cygrunsrv that this fails (although password

Re: Using cygrunsrv

2002-03-16 Thread Corinna Vinschen
On Fri, Mar 15, 2002 at 04:28:15PM -0800, Winston Gutkowski wrote: > Hi, > > We're running jetty and having trouble getting the thing set up as a Windows > service, so I was wondering...can I use cygrunsrv to set up a native Windows > .bat file as a service? Or does it need tweaking? cygrunsrv i

Using cygrunsrv

2002-03-15 Thread Winston Gutkowski
Hi, We're running jetty and having trouble getting the thing set up as a Windows service, so I was wondering...can I use cygrunsrv to set up a native Windows .bat file as a service? Or does it need tweaking? Winston -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporti

RE: Running Squid using cygrunsrv

2002-02-14 Thread Sindhu Kurnia
ECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Collins Sent: Friday, February 15, 2002 11:47 AM To: Sindhu Kurnia Cc: [EMAIL PROTECTED] Subject: Re: Running Squid using cygrunsrv Then maybe pass -p "/usr/bin/squid -N" to cygrunsrv. Rob === - Original Message - From: "Si

Re: Running Squid using cygrunsrv

2002-02-14 Thread Robert Collins
Then maybe pass -p "/usr/bin/squid -N" to cygrunsrv. Rob === - Original Message - From: "Sindhu Kurnia" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 3:45 PM Subject: R

RE: Running Squid using cygrunsrv

2002-02-14 Thread Sindhu Kurnia
Robert Collins Sent: Friday, February 15, 2002 11:37 AM To: Sindhu Kurnia Cc: [EMAIL PROTECTED] Subject: Re: Running Squid using cygrunsrv Your squid syntax is invalid. -a requires a port number. Also, I was wrong - -N as you had before is correct (I got confused, been a while since I had to confi

Re: Running Squid using cygrunsrv

2002-02-14 Thread Robert Collins
Your squid syntax is invalid. -a requires a port number. Also, I was wrong - -N as you had before is correct (I got confused, been a while since I had to configure a squid install). Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

RE: Running Squid using cygrunsrv

2002-02-14 Thread Sindhu Kurnia
: Robert Collins [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 11:30 AM To: Sindhu Kurnia; [EMAIL PROTECTED] Subject: Re: Running Squid using cygrunsrv You need to use -D to run squid as a service. Rob === - Original Message - From: "Sindhu Kurnia" <[EMAIL PROTECTED]

Re: Running Squid using cygrunsrv

2002-02-14 Thread Robert Collins
You need to use -D to run squid as a service. Rob === - Original Message - From: "Sindhu Kurnia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 3:29 PM Subject: Running Squid using cygrunsrv > Hi, > > This is my first ex

Running Squid using cygrunsrv

2002-02-14 Thread Sindhu Kurnia
Hi, This is my first experience of running Squid under cygwin. I successfully run Squid by direct invoking from Bash shells, but I have fatal issue when run it using cygrunsrv. I did: >>cygrunsrv -I squidcache -d "Squid Web Proxy Cache" -p /usr/bin/squid -a -N >>c

Cannot start service using cygrunsrv

2002-01-12 Thread Yasir Khalil Al Masri
Hello, I'm trying to run JBoss with embedded Tomcat under Win2000 server as an NT service. I'm using cygrunsrv tool to do that following simple steps; To install the service I typed this on my command shell: cygrunsrv --install JBoss --path /cygdrive/d/JBoss-2.2.2_Tomcat- 3.2.2