delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
X-SPAM: | NO (-3.7/5.0) |
X-SPAM-Score: | |
X-SPAM-Tests: | ALL_TRUSTED,BAYES_00,AWL |
Message-ID: | <44AA746E.9030306@may.be> |
Date: | Tue, 04 Jul 2006 16:00:14 +0200 |
From: | Cliff Stanford <cliff AT may DOT be> |
User-Agent: | Thunderbird 1.5.0.4 (Windows/20060516) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Win32 error 487 and rebaseall |
OpenPGP: | id=95B229FC |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thought it was worth reporting my experience today back to this list. These "Win32 error 487" messages were getting worse and worse to the point that it was becoming impossible to start Xwin and run an xterm. Searching back through the list I found http://www.cygwin.com/ml/cygwin/2005-09/msg00919.html where John Wei makes a reference to rebaseall. Unfortunately, /bin/rebaseall fails to execute on the current release of cygwin (1.5.20-1) because of the following line: grep -q -i -v '/ash$' /proc/[0-9]*/exename It is supposed to ensure that only ash is running. The problem is that cat /proc/[0-9]*/exename produces: /usr/bin/ash.exe Thus the script needs to be modified to say: grep -q -i -v '/ash\.exe$' /proc/[0-9]*/exename The script then ran happily and, to my surprise, it actually solved the problem. I have not seen the error since but still have not uncrossed my fingers. Regards, Cliff. - -- Cliff Stanford Might Limited +44 845 0045 666 (Office) Suite 67, Dorset House +44 7973 616 666 (Mobile) Duke Street, Chelmsford, CM1 1TB -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEqnRufNTx9pWyKfwRAqk7AJ9o0LHnYfU+5+kxIzJcqVncyP+FCwCgk+QF 0mgH473WQfMEZQhfPD1uA7w= =kd/6 -----END PGP SIGNATURE----- -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |