Re: signal is not delivered to the handler

2006-03-19 Thread D.Pageau
I have an issue with lrzsz-0.12.20.tar.gz compiled on cygwin 1.5.19-4 where lrx never timeout when xmodem error occured (hangs forever). It look related to what Michael as reported. I have compiled test.c from Michael: Same result where second signal is not delivered. So I have checkout cygwin

Re: fopen with UTF-8 chars in filenames

2006-03-19 Thread Ross Smith
Igor Peshansky wrote: On Fri, 17 Mar 2006, Paul J. Lucas wrote: On Fri, 17 Mar 2006, Christopher Faylor wrote: Cygwin doesn't provide _wfopen. 1. I install Cygwin. 2. It's in stdio.h that gets installed as part of the Cygwin install. No, actually it's in stdio.h that's part of MinGW (and i

Re: Named Pipes not working after massive Cygwin update/install

2006-03-19 Thread Christopher Faylor
On Sat, Mar 18, 2006 at 09:58:37PM -0800, Walter Belhaven wrote: >Hi, > >I just updated/installed every conceivable Cygwin package on my XP >box, and named pipes are no longer working. Anyone else experiencing >this? This should be fixed in the next snapshot (which is currently building). http:/

Creating a custom Cygwin package server

2006-03-19 Thread Norton Allen
The documentation here: http://sourceware.org/cygwin-apps/package-server.html suggests it might be possible to set up a custom Cygwin package server to install a custom app, but it also says the necessary tools are not available. Is it possible to do this? Is there another approach that is more

Re: Cygwin FIFO support

2006-03-19 Thread Christopher Faylor
On Sun, Mar 19, 2006 at 03:22:15PM -0700, Justin T. Gibbs wrote: >I have an application (build tool) that seems to break cygwin's current >FIFO support. I've Googled a bit and it sounds like this is a known >issue. [In my case, the fifo master reads and writes to the fifo and >so do its child pro

Re: Is there a cygwin nfs-client?

2006-03-19 Thread Larry Hall (Cygwin)
Siegfried Heintze wrote: I looked in the cygwin installation program and I can see the nfs-server. Is there an nfs-client? No, there isn't. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Is there a cygwin nfs-client?

2006-03-19 Thread Siegfried Heintze
I looked in the cygwin installation program and I can see the nfs-server. Is there an nfs-client? Thanks, Siegfried -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

SPAM filtering (Was Re: Problems with the snapshot 20060314 && 20060315 && 20060318)

2006-03-19 Thread Igor Peshansky
On Sun, 19 Mar 2006, Angelo Graziosi wrote: > (I am trying to send the cygcheck.out but the email is rejected because > suspected to be a spam. I have named the file 'cygcheout' but this > does not work. Also Copy/Paste does not work. Any suggestion ?)

Fatal error from bash under 20060313 snapshots

2006-03-19 Thread Angelo Graziosi
Recently I have posted (see 'Problems with...') problems with the snapshots 20060314, 20060315 and 20060318. In those posts I said that the snapshots 20060313 worked fine. I was in error! I tested 20060313 only as 'Administrator' and, actually, as Administrator that snapshots works fine. Toda

Re: Problems with the snapshot 20060314 && 20060315 && 20060318

2006-03-19 Thread Angelo Graziosi
For the sake of completeness the problems I saw with snapshots 20060314 and 20060315 (http://cygwin.com/ml/cygwin/2006-03/msg00398.html etc.) are still present in the current snapshot 20060318. (I am trying to send the cygcheck.out but the email is rejected because suspected to be a spam. I have

RE: sshd and scp/sftp: slow throughput on windows machines

2006-03-19 Thread Hannu E K Nevalainen
> Ah, so your first MB was Megabit and the others were MegaByte... To get it straight, and for the archives: http://en.wikipedia.org/wiki/MB - overwiew. http://en.wikipedia.org/wiki/Bit lower case "b", also @ "More than one bit" http://en.wikipedia.org/wiki/MiB - UPPER case "B" here. Another

Re: backspace key in gvim

2006-03-19 Thread Arend-Jan Westhoff
At 11:41 2006-03-19 +0800, Steven Woody wrote: It would appear that you have missed the answer of Igor Peshansky in: Which is very unfortunate since, as usual, his answer is of a very high quality. Refrasing it: vim +"h i_backsp" and

Re: select() too slow

2006-03-19 Thread Pedro Inacio
Yes! I've confirmed that! With TCP_NODELAY Cygwin and Linux times are similar. It seems that there is some issue with the Naggle algorithm on Windows for sure. Thanks Pedro Inacio On 2006/03/15, at 21:49, Corinna Vinschen wrote: It looks like this is a TCP_NODELAY issue. You tend to g