winsup/cygwin ChangeLog cygwait.h

2012-06-24 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-06-25 05:00:39 Modified files: cygwin : ChangeLog cygwait.h Log message: * cygwait.h (cancelable_wait): Need to force time to negative to indicate relative time.

Re: cygwin port forwarding

2012-06-24 Thread Ross Boylan
On Sun, 2012-06-24 at 04:07 +0400, Andrey Repin wrote: Greetings, Ross Boylan! Can non-cygwin applications see the ports ssh in cygwin sets up for forwarding? I did some tests on Windows 7 and found that, although the forwarding was clearly in effect for commands I ran in the cygwin

crash on latest cygwin snapshot

2012-06-24 Thread marco atzeri
Cgf, Corinna, while building latest atlas I hit a bug that is crashing all the running cygwin process. It crashes on 20120619 snapshot and also latest cvs source. No issue on 20120611 snapshot. The binary to replicate and a extract of the strace's is at

Re: cygwin port forwarding

2012-06-24 Thread René Berber
On 6/24/2012 1:33 PM, Ross Boylan wrote: I ran netstat, I think in a non-cygwin terminal, and didn't see the ports listed Then there is no tunnel. You probably used the wrong command instead of 'ssh -fNL ...' For thunderbird, I pointed it at localhost and the forwarded port, and was unable

Re: Ask for help on running interactive cmd in Mintty!

2012-06-24 Thread Tian You
cygcheck.exe -v ssh Here it is: $ cygcheck.exe -v ssh Found: C:\Cygwin\bin\ssh.exe Found: C:\Cygwin\bin\ssh.exe Found: C:\Cygwin_old\bin\ssh.exe Warning: C:\Cygwin\bin\ssh.exe hides C:\Cygwin_old\bin\ssh.exe If you remove Cygwin_old from your PATH do you experience the problem? Yes,

Re: Bashrc distinguish between mintty and x-windows xterm

2012-06-24 Thread Andy
Andy AndyMHancock at gmail.com writes: For the record, this in .bashrc seems to work well in xterm's white background and mintty's black background. case $( /proc/$PPID/exename) in */xterm) function setPS1() { PS1=\[\033]0;\w\007\033[32m\]\u@\h \[\033[35m\w\033[0m\]\n$ ;

Re: crash on latest cygwin snapshot

2012-06-24 Thread Christopher Faylor
On Sun, Jun 24, 2012 at 11:30:02PM +0200, marco atzeri wrote: Cgf, Corinna, while building latest atlas I hit a bug that is crashing all the running cygwin process. It crashes on 20120619 snapshot and also latest cvs source. No issue on 20120611 snapshot. The binary to replicate and a extract