delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2006/09/12/13:09:20

X-Spam-Check-By: sourceware.org
Message-ID: <4506E98B.6010203@mcmaster.ca>
Date: Tue, 12 Sep 2006 13:08:27 -0400
From: Tristen Hayfield <hayfietj AT mcmaster DOT ca>
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: <BAY109-DAV7795E27CE0EF144A63356CF2B0 AT phx DOT gbl> <91dd2cd50609120742v6b31dacbj56af222eaefc3c69 AT mail DOT gmail DOT com>
In-Reply-To: <91dd2cd50609120742v6b31dacbj56af222eaefc3c69@mail.gmail.com>
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: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019