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 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 Reply-To: cygwin AT cygwin DOT com To: phil AT schlesingerfamily DOT net cc: cygwin AT cygwin DOT 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: References: <20031021140637 DOT UTQD24177 DOT mta3 DOT adelphia DOT net AT mail DOT adelphia DOT 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 AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT 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/