* 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/