Re: cygcheck bug: symlinks with unix paths are wrongly resolved

2010-10-22 Thread Daniel Barclay
Andrey Repin wrote: Greetings, Csaba Raduly! ... The API can handle / as the path separator, but cmd.exe can't. You're seriously wrong... How? (Which part is wrong?) The Start menu's Run... command accepts forward slashes, and cmd.exe parses unquoted forward slashes as parameter

Re: cygcheck bug: symlinks with unix paths are wrongly resolved

2010-10-21 Thread Csaba Raduly
On Thu, Oct 21, 2010 at 4:46 AM, Andrey Repin wrote: Not to mention, the Windows itself don't see much of a difference between / and \ in path. (where it see, it is a bug). The API can handle / as the path separator, but cmd.exe can't. -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+

Re: cygcheck bug: symlinks with unix paths are wrongly resolved

2010-10-21 Thread Andrey Repin
Greetings, Csaba Raduly! On Thu, Oct 21, 2010 at 4:46 AM, Andrey Repin wrote: Not to mention, the Windows itself don't see much of a difference between / and \ in path. (where it see, it is a bug). The API can handle / as the path separator, but cmd.exe can't. You're seriously wrong...

Re: cygcheck bug: symlinks with unix paths are wrongly resolved

2010-10-20 Thread Rolf Campbell
On 2010-10-19 19:17, Arseny Slobodyuk wrote: [snip...] a...@dstar ~ $ ln -s `which cmd.exe` cmd.exe a...@dstar ~ $ cygcheck ./cmd.exe - D:\OTHERBIN\cygwin\cygdrive\d\WINDOWS\system32\cmd.exe cygcheck: could not find './cmd.exe' cygcheck is not a cygwin application, it's a native windows

Re: cygcheck bug: symlinks with unix paths are wrongly resolved

2010-10-20 Thread Christopher Faylor
On Wed, Oct 20, 2010 at 07:46:05PM -0400, Rolf Campbell wrote: On 2010-10-19 19:17, Arseny Slobodyuk wrote: [snip...] a...@dstar ~ $ ln -s `which cmd.exe` cmd.exe a...@dstar ~ $ cygcheck ./cmd.exe - D:\OTHERBIN\cygwin\cygdrive\d\WINDOWS\system32\cmd.exe cygcheck: could not find

Re: cygcheck bug: symlinks with unix paths are wrongly resolved

2010-10-20 Thread Andrey Repin
Greetings, Christopher Faylor! [snip...] a...@dstar ~ $ ln -s `which cmd.exe` cmd.exe a...@dstar ~ $ cygcheck ./cmd.exe - D:\OTHERBIN\cygwin\cygdrive\d\WINDOWS\system32\cmd.exe cygcheck: could not find './cmd.exe' cygcheck is not a cygwin application, it's a native windows application,

Re: cygcheck bug: symlinks with unix paths are wrongly resolved

2010-10-20 Thread Christopher Faylor
On Thu, Oct 21, 2010 at 06:46:16AM +0400, Andrey Repin wrote: Greetings, Christopher Faylor! [snip...] a...@dstar ~ $ ln -s `which cmd.exe` cmd.exe a...@dstar ~ $ cygcheck ./cmd.exe - D:\OTHERBIN\cygwin\cygdrive\d\WINDOWS\system32\cmd.exe cygcheck: could not find './cmd.exe' cygcheck

Re: cygcheck bug

2006-02-08 Thread Corinna Vinschen
On Feb 7 23:21, Eric Blake wrote: $ uname -a CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin $ cd /bin $ cygcheck ./bash .\.\.\.\.\ - Cannot open $ cygcheck ./bash.exe .\bash.exe .\cygwin1.dll ... I've checked in a fix. Thanks, Corinna -- Corinna Vinschen

cygcheck bug

2006-02-07 Thread Eric Blake
$ uname -a CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin $ cd /bin $ cygcheck ./bash .\.\.\.\.\ - Cannot open $ cygcheck ./bash.exe .\bash.exe .\cygwin1.dll ... -- Eric Blake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: cygcheck bug

2006-02-07 Thread Igor Peshansky
On Tue, 7 Feb 2006, Eric Blake wrote: $ uname -a CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin $ cd /bin $ cygcheck ./bash .\.\.\.\.\ - Cannot open $ cygcheck ./bash.exe .\bash.exe .\cygwin1.dll ... FWIW, WFM: $ uname -svr CYGWIN_NT-5.1 1.5.20(0.153/4/2)

Re: cygcheck bug

2006-02-07 Thread Eric Blake
$ uname -a CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin $ cd /bin $ cygcheck ./bash .\.\.\.\.\ - Cannot open $ cygcheck ./bash.exe .\bash.exe .\cygwin1.dll ... FWIW, WFM: $ cygcheck --version cygcheck version 1.74 System Checker for Cygwin

Re: cygcheck bug when listing services (Was Re: Parallel writes to a single FIFO do not queue, and deadlock cygwin)

2005-12-06 Thread Yitzchak Scott-Thoennes
On Mon, Dec 05, 2005 at 09:40:01AM -0500, Igor Pechtchanski wrote: Running cygcheck under strace shows that after listing all the available services, it invokes cygrunsrv --query grunsrv.exe --list, which results in the above message. I think this may be because the output of cygrunsrv --list

Re: [PATCH] cygcheck bug when listing services (Was Re: Parallel writes to a single FIFO do not queue, and deadlock cygwin)

2005-12-06 Thread Igor Pechtchanski
On Tue, 6 Dec 2005, Yitzchak Scott-Thoennes wrote: On Mon, Dec 05, 2005 at 09:40:01AM -0500, Igor Pechtchanski wrote: Running cygcheck under strace shows that after listing all the available services, it invokes cygrunsrv --query grunsrv.exe --list, which results in the above message. I

Re: [PATCH] cygcheck bug when listing services (Was Re: Parallel writes to a single FIFO do not queue, and deadlock cygwin)

2005-12-06 Thread Christopher Faylor
On Tue, Dec 06, 2005 at 08:41:24PM -0500, Igor Pechtchanski wrote: On Tue, 6 Dec 2005, Yitzchak Scott-Thoennes wrote: On Mon, Dec 05, 2005 at 09:40:01AM -0500, Igor Pechtchanski wrote: Running cygcheck under strace shows that after listing all the available services, it invokes cygrunsrv

Re: [PATCH] cygcheck bug when listing services

2005-12-06 Thread Igor Pechtchanski
On Tue, 6 Dec 2005, Christopher Faylor wrote: On Tue, Dec 06, 2005 at 08:41:24PM -0500, Igor Pechtchanski wrote: On Tue, 6 Dec 2005, Yitzchak Scott-Thoennes wrote: [snip] That needs a comment in the code. Fair enough: [snip] + /* Add two nulls to avoid confusing strtok() when the

cygcheck bug when listing services (Was Re: Parallel writes to a single FIFO do not queue, and deadlock cygwin)

2005-12-05 Thread Igor Pechtchanski
On Sun, 4 Dec 2005, Mark Piper wrote: P.S. Here is the full output from cygcheck $ /bin/cygcheck.exe -s Cygwin Configuration Diagnostics [snip] 1265k 2005/07/03 C:\cygwin\bin\cygwin1.dll Cygwin DLL version info: DLL version: 1.5.18 DLL epoch: 19 DLL bad