ssh.exe 3.7.1p1: crashing with STATUS_ACCESS_VIOLATION error @ 0x016E65A8

2004-10-18 Thread Wayne A McAuliffe
Hello, I've not seen ssh.exe abort in this fashion before. I have a product which uses ssh without any problems (on about 2,500 servers), but one troublesome server throws this exception. ** The command line is: ssh -vvv -o 'stricthostkeychecking=no' -i authorized_keys2 -l myuser AServer .. **

Re: cygwin/x symantec antivirus conflict (fixed in snapshot?)

2004-10-18 Thread Rolf Campbell
Christopher Faylor wrote: For those who haven't been following along at home, it looks like a change I just made to select() may solve the dreaded "slows down to a crawl with Symantec AntiVirus" problem. This may also improve the performance of things that use sockets slightly. So, I'd appreciate r

Re: line-drawing

2004-10-18 Thread Bas van Gompel
Op Thu, 14 Oct 2004 16:35:22 +0200 (MEST) schreef towo in <[EMAIL PROTECTED]>: : According to a recent mailing on cygwin-apps BLOB cygwin BLIP com, : the alternate character set terminal controls (fixed wrt. the : currently buggy terminfo entry) are supposed to work and to : provide line dra

Re: [OT] RE: Expected behaviour of fgets on stdin after a EOF ?

2004-10-18 Thread Yitzchak Scott-Thoennes
On Mon, Oct 18, 2004 at 07:09:11PM +0100, Dave Korn wrote: > For the serious answer, see the SUS definition of fgets... > > http://www.opengroup.org/onlinepubs/009695399/functions/fgets.html > > (although for preference you really want to refer to the C language spec, to > which the SUS defers:

setup hangs at 99%, then crashes

2004-10-18 Thread John Westbrook
I am attempting to setup cygwin using setup.exe v.2.427 on Windows XP. I am doing a full install from a local directory. When the installation has reached 99%, setup hangs and will later crash, if given enough time. There are several discussions about setup failing in the post-install phase (such

Re: problem starting sshd

2004-10-18 Thread Kevin Bowen
Yi Chu wrote: Please help a biginner. I installed openssh, and tried to start sshd. Here is the error message. $ cygrunsrv --start sshd cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. What is wrong and how do I fix it? I am running

Re: su - coreutils?

2004-10-18 Thread Brian Dessent
Corinna Vinschen wrote: > I don't think it's necessary. Since sync is a noop, it doesn't hurt > to call it. I would go a step further. Just omit sync from the > Cygwin release of coreutils. Perhaps it should be linked to /bin/true on the off chance that if some script wants to call the sync co

RE: [ANNOUNCEMENT] Updated: gmp-4.1.4-2

2004-10-18 Thread Billinghurst, David \(CALCRTS\)
> From: Lapo Luchini > > gmp-4.1.4-2 has been uploaded to the Cygwin net distribution. and as it includes mfpr it can be used to build gfortran from CVS gcc. Thanks to you and Gerrit for your efforts. === gfortran Summary === # of expected passes4640 # of unexpected

[ANNOUNCEMENT] Updated: gmp-4.1.4-2

2004-10-18 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gmp-4.1.4-2 has been uploaded to the Cygwin net distribution. Thanks (again) go to Gerrit, who did *all* the work on this release, and who adds the following NEWS: - - Rebuild with experimental nails feature disabled, because it is not binary compat

Writing a GDB frontend, help wanted

2004-10-18 Thread Salvador Eduardo Tropea
Hi All! I'm the author of SETEdit (http://setedit.sf.net/), maintainer of a Turbo Vision port (http://tvision.sf.net/) and co-author of RHIDE (http://www.rhide.com/). SETEdit version 0.5.4 (currently available as Release Candidate 1) have support for CygWin (you can compile it using CygWin). Thi

[OT] RE: Expected behaviour of fgets on stdin after a EOF ?

2004-10-18 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 18 October 2004 18:54 [ OT tagged, because this is all standard c programming / library / posix stuff and not cygspecific. If you want to discuss further, http://cygwin.com/acronyms#TITTTL! ] > > -Original Mess

RE: Expected behaviour of fgets on stdin after a EOF ?

2004-10-18 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Laurent Lagosanto > Sent: 18 October 2004 18:48 > Am I doing something wrong with fgets ? What part of "END of file" don't you get? cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info:

Expected behaviour of fgets on stdin after a EOF ?

2004-10-18 Thread Laurent Lagosanto
Hi, I've found a difference between the cygwin implementation of fgets and the ones I use on Win32, Linux (debian, libc-2.3.2) and Solaris (2.7) boxes. The following example illustrates the difference of behavior: #include int main() { char dst[256]; printf(">"); while(1) { if (fgets

RE: Selectively zipping files together

2004-10-18 Thread Igor Pechtchanski
Ugh, top posting. Oh, well... First off, . Thanks. Secondly, did you get a chance to read "man find"? It contains loads of fascinating information about the "find" command, including examples for doing exactly what you want with the "-path" option...

RE: Selectively zipping files together

2004-10-18 Thread Siegfried Heintze
Thank you very much. I have a follow on question: I'm in /cygdrive/c/Program Files/Apache Group/Apache and I want to back up my work. I don't want to back up the bin directory, or the error directory or the logs directory... How do I exclude these directories? The following does not work: /usr/b

RE: Program exited with code 0303000 - SOLVED

2004-10-18 Thread Dan Osborne
Dan Osborne wrote: > OK, my voyage of discovery continues. I've added exception > specifications to the appropriate functions (declarations and > definitions - took a while to work out I needed it on both) but no > change in behaviour. > > I've also remembered why I started to look at dumper.exe -

Re: su - coreutils?

2004-10-18 Thread Corinna Vinschen
On Oct 18 14:49, Reini Urban wrote: > Corinna Vinschen schrieb: > >I would omit su from coreutils. There's no gain to support it in a > >windows environment. The functionality is a subset of what a local > >sshd installation allows, but with more security implications. > > su could check for a l

Ignoring IsBadWritePtr in GDB (Was Re: Crash in when running Evolution)

2004-10-18 Thread Igor Pechtchanski
On Mon, 18 Oct 2004, Øyvind Harboe wrote: > Even with -multiwindows disabled, I get too many pointer check > SEGFAULT's in GDB to do any debugging. > > Is this a bug in GDB or CygWin? > > (One can fuss over the definition of bug, but ...) On Mon, 18 Oct 2004, Kensuke Matsuzaki wrote: > -clipboar

Re: minires-devel-0.97-1: resolv.h fails

2004-10-18 Thread Reini Urban
minires maintainer: so please consider the attached patch for minires-devel (both versions fail) Corinna Vinschen schrieb: On Oct 18 03:28, Reini Urban wrote: minires-devel-0.97-1: #include fails suddenly. Apparently /usr/include/resolv.h misses the definition for sockaddr_in, which is define

Re: su - coreutils?

2004-10-18 Thread Reini Urban
Corinna Vinschen schrieb: On Oct 17 22:43, Reini Urban wrote: I've taken Mark's coreutils patches, the proposed fileutils patches, and some of Bas latest patches (ignore errors) and tried to build a package. Builds fine, just some fixes for setuid processing in make install need to be done. (for

Re: Issue with Cygwin Setup on slow and unstable connection

2004-10-18 Thread Reini Urban
Igor Pechtchanski schrieb: On Sun, 17 Oct 2004, Reini Urban wrote (slightly reordered): http://cygwin.com/acronyms/#PCYMTNQREAIYR First off, it's enough to include the URL -- no need to quote the text at that URL. I favored my approach. He looked like a real beginner, that I didn't expect that he a

Re: minires-devel-0.97-1: resolv.h fails

2004-10-18 Thread Corinna Vinschen
On Oct 18 03:28, Reini Urban wrote: > minires-devel-0.97-1: > #include fails suddenly. > > Apparently /usr/include/resolv.h misses the definition for > sockaddr_in, which is defined in > > Have no clue why it suddenly fails. Anyone else? > These headers didn't change for years... > > Which f

Re: su - coreutils?

2004-10-18 Thread Corinna Vinschen
On Oct 17 22:43, Reini Urban wrote: > I've taken Mark's coreutils patches, the proposed fileutils patches, and > some of Bas latest patches (ignore errors) and tried to build a package. > Builds fine, just some fixes for setuid processing in make install need > to be done. (for su) > > http://xa

Frinal Notification for transfer put on-hold or trapped

2004-10-18 Thread Mcollins Edwards
Attn; Customer/Contractor. Transfer/Contract Payment Notification from the City Bank of New York Sequel to the End of year Instruction from the City Bank New York concerning your transfer that is being put on- hold in the City Bank of New York or any other corresponding Bank, the Ci