X-Spam-Check-By: sourceware.org Message-ID: <4506E98B.6010203@mcmaster.ca> Date: Tue, 12 Sep 2006 13:08:27 -0400 From: Tristen Hayfield User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Potential bug in sshd References: <91dd2cd50609120742v6b31dacbj56af222eaefc3c69 AT mail DOT gmail DOT com> In-Reply-To: <91dd2cd50609120742v6b31dacbj56af222eaefc3c69@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version-Mac: 4.7.1.128075, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.9.12.93442 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Michael Sowka wrote: > Thanks Rob, > > Ah yes, this explains the "zombie" processes as I cannot make actual > client connections. > > Something is very bizarre with my cygwin setup here. I've noticed > other symptoms too: on reinstalling cygwin the info-update and cygwing > post-install scripts hang. In fact, after the cygwin install > supposedly finished, on logging out windows complained that 'cygwin > post-install scripts' were still up and it couldn't kill them. I have had this problem too before with hanging scripts. After looking at the offending scripts, I determined that they all had for-loops, and they were hanging while executing them. I then reformatted the for-loops from: for file in ${glob}; do ... to: for file in ${glob} do ... and they worked. Give it a try, but of course, since I can't claim to understand the cause of this issue, YMMV. Tristen -- 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/