RE: CSAgent warning with setup.exe

2005-03-06 Thread Dave Korn
Original Message >From: Jean-Sebastien Trottier >Sent: 06 March 2005 04:10 > Hmmm... I just tried running http://www.cygwin.com/setup.exe from my > computer at Cisco and the security agent did not report any warnings... Since it is a known fact that it _does_ legitimately contain self-m

Re: Error on make expat-1.95.8

2005-03-06 Thread Gerrit P. Haase
Robert Mark Bram wrote: Hi All! I am getting an error while trying to compile expat-1.95.8 I had this error first: http://www.cygwin.com/ml/cygwin/2003-04/msg01686.html and implemented the solution suggested. This is basically what I am doing. However I didn't tried this with the very latest libto

Re: Problems instaling perl Net::Pcap module

2005-03-06 Thread Gerrit P. Haase
SonOfLilit wrote: I hope this is the right place to post this. The steps I went through: * d/l it * extract * cd to dir * d/l WinPcap developer kit and put ./lib to my /lib/Pcap and ./include to my /usr/include, without replacing 2-3 .h headers that I already had * $ perl Makefile.PL INC=-I/usr/inc

Re: Problems creating "-mno-cygwin" DLLs with libtool.

2005-03-06 Thread Gerrit P. Haase
Charles Wilson wrote: > OTOH, I never have understood why tools insist on including such things as > "-lcygwin" or "-lc" on a linker command line. There's a good reason for libtool to do so, but it escapes me at the moment. Trust Me(tm). Since gcc already includes libcygwin and libgcc and su

cygpath --help -> crash

2005-03-06 Thread Arend-Jan Westhoff
When running: cygpath --help apparently a crash occurs. Output: Usage: cygpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME... 68 [main] cygpath 1964 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 25808 [main] cygpath 1964 open_stackdumpfile: Dumping stack trace to

Re: cygpath --help -> crash

2005-03-06 Thread Arend-Jan Westhoff
>When running: > cygpath --help >apparently a crash occurs. Output: > Usage: cygpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME... > 68 [main] cygpath 1964 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION > 25808 [main] cygpath 1964 open_stackdumpfile: Dumping stack trac

Re: Error on make expat-1.95.8

2005-03-06 Thread Robert Mark Bram
Hi Gerrit, 1. Expat is included in the netrelease, install it using setup.exe. What does this mean? Is this a specific package perhaps? 2. If you really need to rebuild yourself, get the source from the Cygwin mirrors which includes my patch to build clean on Cygwin. Well, I am actaully trying

Re: Error on make expat-1.95.8

2005-03-06 Thread Gerrit P. Haase
Robert Mark Bram wrote: Hi Gerrit, 1. Expat is included in the netrelease, install it using setup.exe. What does this mean? Is this a specific package perhaps? For Cygwin you should be able to install the package 'expat' via setup.exe, ie. this is done automatically in case you install 'perl'. Th

Linux client issues with windows sftp server

2005-03-06 Thread Nigel - Kubhae
Hello all, I am new to this mailing list so please bare with me. My goal was setup a SFTP server to server files to clients on Linux and Windows. So far... Using the cygwin setup package I have successfully created a SFTP only (i.e. no ssh) server, on my Windows XP Pro machine. I have created a

Re: cygpath --help -> crash

2005-03-06 Thread Igor Pechtchanski
On Sun, 6 Mar 2005, Arend-Jan Westhoff wrote: > When running: > cygpath --help > apparently a crash occurs. Output: > Usage: cygpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME... > 68 [main] cygpath 1964 handle_exceptions: Exception: > STATUS_ACCESS_VIOLATION > 25808 [mai

Re: passwordless ssh (2) failing

2005-03-06 Thread Charles Galpin
On Mar 4, 2005, at 11:56 PM, Isaiah wrote: This is likely identical to my problem. If you do `ssh -1 [EMAIL PROTECTED] it will using protocol 1 and not die. Correct, except I don't want to use ssh1 :) So does this mean this is a known issue? Is this cygwin related? Any fix? I searched the

Re: Bug diff 2.8.7: Separate dir

2005-03-06 Thread Yitzchak Scott-Thoennes
On Sat, Mar 05, 2005 at 09:52:16PM -0500, Igor Pechtchanski wrote: > On Sun, 6 Mar 2005, Arend-Jan Westhoff wrote: > > It also seems inconsequent if what you say is truely correct and what is > > intended that when I use my file 'a' from my original example and do the > > following: > > copy a

Cygwin (current): Bug in how managed mounts handle reserved words

2005-03-06 Thread Nicholas Wourms
(Note:  I have not re-subscribed to the list yet and probably won't for another week or so, so please CC me in any replies - TIA) Hi, I've discovered a small bug in how Cygwin (CVS HEAD as of Saturday) handles reserved dos names created on managed mounts.  I discovered this while working with

Re: Bug diff 2.8.7: Separate dir

2005-03-06 Thread Brian Dessent
Yitzchak Scott-Thoennes wrote: > This part does sound like a bug. Perhaps this diff optimization > should be suppressed, since in cases like this, ./a and .\a have > effectively different content. If anything, you would want to just add a test to the stat-comparison code to check that both files

Re: Cygwin (current): Bug in how managed mounts handle reserved words

2005-03-06 Thread Brian Dessent
Nicholas Wourms wrote: > I've discovered a small bug in how Cygwin (CVS HEAD as of Saturday) handles > reserved dos names created on managed mounts. I discovered this while > working with a FreeBSD cross-compiler (actually CVS discovered it). Rather > then bore you with my hypothesis, so here