X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:date:subject:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=kli3/oULQLZT1X/y4L9JZrVCrfL6y jSZ95mDi/8DNQMJNV28F2fcq1/F9P8OFwqnf46vT9cYmRDZqRuim3dhOLj/axMD/ MbZUHak5MqfAKY/TNZmRbffPQZ8sLj9UqccqtLLfJbbamx20j1AtEBB/ZNOU0+4h Bahpz5CAG7Vvv8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:date:subject:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=LplLrIt1Ld1Q3Z4gd6hpXcCARdc=; b=XOP vohXgrCnfqaNBs5SUzWH8kM4Zg3JdBgtrNMG2NvJhY2peo2zCcv6Co015E865ybz CJZeTStWmfNmnNG6mi9bfdyF9PInd4l10jHItJnAXoEE36zqU9V677J7qoyvfPTD ow7j/IC5wm74dbNU1e7GIwgWqNFhV6PlHiMbWw9Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=AWL,BAYES_50,CYGWIN_OWNER_BODY,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-oi0-f99.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:date:subject:thread-topic:thread-index :message-id:references:in-reply-to:accept-language:content-language :acceptlanguage:content-type:content-transfer-encoding:mime-version; bh=cLnPEsRUD8R3wFa2hOknhIzCmBUXDS5u7w+ZYy6JAls=; b=AkjBMgc5jHWidCuVpIBkTCWg88i6wq+aTYVA+Iiz+aZ2/GgjXmhmAqCwluTX4YD/XC Q3OhydT1+ustYjxCrHp7jvvdysFlxXC2hQrtG5Z/bseximSTHUK/CYAuVkOE1qgJ7N48 mRznOfC9c+JU04fx2Sij0aBwegwM1i3Qt7vra/XEy+q6Akb4JzckLdQVBPQkGbD37bbk KuPG8v7L4Csw/18T5NKqye+uuJOqvAeyRUIz9VyT8yaGzu+EVFxWfgjP5+9CzkaDj9VO Ca8tJ/1q88+H/ja05b5qv2I7vBtKh/LYFOvA59Rexv3pRbgUPX5Ef1oCDVIH+zpSjVRP O6bg== X-Gm-Message-State: ALoCoQn5wCdQObpyy15d5RkcDSZmKIqMwlgvlLf5kyWs64wK+RjUdonR2lt8RDZyodQgb2KmVU8PSfQBne+2XHcB4Z0xH4XhdA== X-Received: by 10.107.155.81 with SMTP id d78mr9229607ioe.29.1430320779175; Wed, 29 Apr 2015 08:19:39 -0700 (PDT) X-Relaying-Domain: flightsafety.com From: "Rockefeller, Harry" To: "cygwin AT cygwin DOT com" Date: Wed, 29 Apr 2015 11:19:08 -0400 Subject: RE: Fork Failures Message-ID: <0075c76fb9d64b70b28ff072120d18a4@vsrv060ex01.ssd.fsi.com> References: In-Reply-To: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t3TFJsJ0028002 >-----Original Message----- >From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Anne Linden >Sent: Wednesday, April 29, 2015 10:06 AM >To: cygwin AT cygwin DOT com >Subject: Fork Failures > >However when I run ps -a it only lists the bash process and the ps process, >so I'm very confused as how to fix this. I've restarted the computer, but >get the same results. >I am running bash.exe as an admin for all of this, FYI Bash is a Cygwin process. You need to stop *all* Cygwin processes. Run Windows task manager if you have to and kill all Cygwin processes. [OR reboot is often necessary for me.] Then run cmd and cd into c:/Cygwin, then cd into bin to run ash. At the ash prompt run /usr/bin/rebaseall -v.