X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4D90CEAE.9000808@bopp.net>
Date: Mon, 28 Mar 2011 13:08:46 -0500
From: Jeremy Bopp <jeremy@bopp.net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: ps command (process status) does not return anything anymore
References: <AANLkTi=-WGO9LvnKJ-YkR9cA=KWPRpYtRWQVa3+cAfqQ@mail.gmail.com>
In-Reply-To: <AANLkTi=-WGO9LvnKJ-YkR9cA=KWPRpYtRWQVa3+cAfqQ@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 3/28/2011 13:04, Antha Lamus wrote:
> Hi all,
> I recently installed a newer version of bash and now the "ps" command
> does not issue anything anymore (return code is 128). in fact, even
> the options seem different as I don't see "-W" in the man anymore.
> also, I can pretty much issue anything I want after the ps, like "ps
> -dfiaodsfpaidfjasdfaf" and it will simply return nothing ($?=128
> still). I've tried to search through the archives but i guess "ps" is
> a bit to common!
> anybody has any idea what could have gone wrong? any place where I
> could check logs?

Your Cygwin installation is probably only partially updated, perhaps
because you had some Cygwin processes running the last time you
performed an upgrade.  Try rebooting the system to see if that clears
things up.  You can also run the following to see if any DLLs are missing:

cygcheck /usr/bin/ps

You might also need to file a more detailed report as documented here:

http://cygwin.com/problems.html

-Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

