X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: cygwin 1.5.25-15: ssh-host-config gives: There are still ssh processes running. Please shut them down first. Date: Fri, 7 Nov 2008 09:27:05 +0100 Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/2.70.2067 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com * 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/