SSH Multiplexing - mux_client_request_session: read from master failed: Connection reset by peer

2010-07-28 Thread Dennis Ordanov
Hi, I'm trying to get SSH multiplexing on this very recent Cygwin install and I get this error: mux_client_request_session: read from master failed: Connection reset by peer I found this info by searching the mailing list archives, but that was back in 2005. Maybe something has changed? http:/

Re: less 436-1 segfault in both XP & NT; less 382-1 works fine

2010-07-28 Thread Christopher Faylor
On Wed, Jul 28, 2010 at 01:18:49PM -0700, Eric P. Smith wrote: >I've just installed the latest cygwin base system to a clean, fully >updated Windows XP running in Virtual PC on my Mac. Things appear to >be working fine except for consistent reproducible errors with less >(436-1). Here are som

less 436-1 segfault in both XP & NT; less 382-1 works fine

2010-07-28 Thread Eric P. Smith
Hi folks, I've just installed the latest cygwin base system to a clean, fully updated Windows XP running in Virtual PC on my Mac. Things appear to be working fine except for consistent reproducible errors with less (436-1). Here are some sample results: $ less --> Missing filename ("l

problem with PATH set by libtool for uninstalled pixman library

2010-07-28 Thread Jon TURNEY
I have a tinderbox which does daily builds of the X.Org stack for cygwin, and I've come across a something I don't understand with the way libtool is working when building the pixman library, and I hope someone can shed a bit of light. pixman's 'make check' runs various uninstalled test prog

Re: CPAN module can't be compiled after upgraded to Cygwin 1.7.5

2010-07-28 Thread Csaba Raduly
On Wed, Jul 28, 2010 at 4:49 PM, Lenik wrote: > $ cpan > >> install Crypt::DES > ... > ... > Writing Makefile for Crypt::DES > cp DES.pm blib/lib/Crypt/DES.pm > /usr/bin/perl.exe /usr/lib/perl5/5.10/ExtUtils/xsubpp  -typemap > /usr/lib/perl5/5.10/ExtUtils/typemap -typemap typemap  DES.xs > DES.xsc

Re: opening notepad.exe from linux to window via ssh runs in background

2010-07-28 Thread saravanan_k83
Hi, It was fixed after doing the following setup : Open control panel=> Administrative Tools=>Computer Management=>Services, lookup the sshd service, right click=>properties=>log on, and check the checkbox for “Allow service to interact with desktop”, and restart the service. thanks Saravana

Re: Official build environment - compiler, options?

2010-07-28 Thread Corinna Vinschen
On Jul 28 00:54, Daniel Colascione wrote: > What exactly is the environment used to build the Cygwin release binaries? > What version of gcc? What flags? Is there some way I could have found that > on my own? I'm trying to track down a hard-to-reproduce problem and I want > to make absolutely sure

Official build environment - compiler, options?

2010-07-28 Thread Daniel Colascione
What exactly is the environment used to build the Cygwin release binaries? What version of gcc? What flags? Is there some way I could have found that on my own? I'm trying to track down a hard-to-reproduce problem and I want to make absolutely sure it's not some difference in my build environment.