This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin 1.5.25-15: ssh-host-config gives: There are still ssh processes running. Please shut them down first.


* Evgeniy (Fri, 07 Nov 2008 07:38:41 +0300)
> * Thorsten (Thu, 6 Nov 2008 18:56:28 +0100) 
> > What's the output of
> 
> >    ps -ef | grep -v grep | grep ssh
> >?
> 
> ps -ef | grep -v grep | grep ssh
> 
> gives:
> 
> cwsshdse 3512    1 con 09:14:53 /usr/bin/bash
> cwsshdse 2380 3512 con 09:16:11 /usr/bin/bash
> cwsshdse 3156 3512 con 09:16:11 /usr/bin/ps

You obviously discovered a bug in the script. For a quick fix I suggest 
you modify a copy of that script so that the above line always returns 
false[1] and execute the copy.

Thorsten
[1] ps -ef | grep -v grep | grep -q ssssssssh


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]