Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs
Date: Tue, 21 Oct 2003 11:32:04 -0400 (EDT)
From: Igor Pechtchanski <pechtcha@cs.nyu.edu>
Reply-To: cygwin@cygwin.com
To: phil@schlesingerfamily.net
cc: cygwin@cygwin.com
Subject: Re: Problem with your suggested kill -9 line for cygwin freeze
In-Reply-To: <20031021140637.UTQD24177.mta3.adelphia.net@mail.adelphia.net>
Message-ID: <Pine.GSO.4.56.0310211129020.15002@slinky.cs.nyu.edu>
References: <20031021140637.UTQD24177.mta3.adelphia.net@mail.adelphia.net>
Importance: Normal
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Phil,

Please address all Cygwin-related communications to the Cygwin list unless
private e-mail was specifically requested.  If there's a problem with a
particular suggestion, it's good to have it in the archives.  I set the
Reply-To: for a reason.

Reply inline below.

On Tue, 21 Oct 2003, Philip Schlesinger wrote:

> Hi Igor.  I saw your suggestion on the cygwin list.  I tried your
> suggested line for kicking cygwin setup in the tush to continue:
>
> d:
> cd \cygwin\bin
> bash
> kill -9 `ps -s|grep cygpath|awk '{print $1}'`
>
> Here's what I got as output:
>
> bash: ps: command not found
> bash: awk: command not found
> bash: grep: command not found
> kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
>
> Help?
> - Phil

Try "kill -9 `./ps -s | ./grep cygpath | ./awk '{print $1}'`".
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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

