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 From: Philip Schlesinger Reply-To: phil AT schlesingerfamily DOT net To: Subject: Re: Re: Problem with your suggested kill -9 line for cygwin freeze Date: Tue, 21 Oct 2003 10:12:11 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20031021171211.SCNO17984.mta10.adelphia.net@mail.adelphia.net> Hey it worked - Thanks :) ============================================================ From: Igor Pechtchanski Date: 2003/10/21 Tue AM 08:32:04 PDT To: phil AT schlesingerfamily DOT net CC: cygwin AT cygwin DOT com Subject: Re: Problem with your suggested kill -9 line for cygwin freeze 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/