Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-05-07 Thread antony baxter
Corinna, IIUC, the testcase should exhibit the problem OOTB. HAVE_MMAP is defined and LARGE_TRANSFER_BLOCKSIZE is set to 32K. I did what you wrote above, I built server and client, added the example port to /etc/services, created the ReallyBigFile from /dev/urandom as above... However, I

Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-30 Thread antony baxter
Charles, Well, one of the differences between ftpd-1.3.2 and ftpd-1.5 is that the newer version uses mmap on the (local) file. ftpd.c is the /only/ source file in inetutils that uses mmap. So, I recompiled with HAVE_MMAP turned off (but still using 4k chunks). Give this a try:

Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-29 Thread antony baxter
Charles, Unless somebody squawks loudly and soon, I'm going to release inetutils-1.5-4 using 4k buffers for ftpd send_data(). Squawk! Unfortunately, with XP SP2, Cygwin 1.5 as the server machine, I get pretty much the same symptoms with each of the above ftpds serving up a 350mb file: 1. In

Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-29 Thread antony baxter
Charles, Unless somebody squawks loudly and soon, I'm going to release inetutils-1.5-4 using 4k buffers for ftpd send_data(). Charles, Unless somebody squawks loudly and soon, I'm going to release inetutils-1.5-4 using 4k buffers for ftpd send_data(). Squawk! Unfortunately, with XP

Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-28 Thread antony baxter
Charles, antony, please test the following: http://cygwin.cwilson.fastmail.fm/ITP/ftpd.exe.bz2 Better, in the sense that I can now retrieve the file; however ftpd.exe's memory usage (monitored via Task Manager) now grows continously during the transfer until eventually the server machine

inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-27 Thread antony baxter
Hi, Problem Description: 2 PCs, both up to date Cygwin DLL, one running inetutils 1.5, the other running inetutils 1.3.2, plus a third computer (probably not important, but MacOSX). The PC with inetutils 1.5 has a largish (215MB) file on it, which I want to get from the OSX computer: [EMAIL

libuuid

2007-10-09 Thread antony baxter
I'm trying to compile a PostgreSQL module that relies on libuuid. I've found a number of previous discussions about this lib on the mailing list which indicate that in general we must use the Win32api version libuuid.a found in /usr/lib/w32api The source of the module can be found here:

Re: libuuid

2007-10-09 Thread antony baxter
I'm trying to compile a PostgreSQL module that relies on libuuid. I've found a number of previous discussions about this lib on the mailing list which indicate that in general we must use the Win32api version libuuid.a found in /usr/lib/w32api The source of the module can be found here:

Re: libuuid

2007-10-09 Thread antony baxter
René, [snip] uuid.o:uuid.c:(.text+0x174): undefined reference to `_uuid_unparse_lower' uuid.o:uuid.c:(.text+0x2fd): undefined reference to `_uuid_unparse_lower' collect2: ld returned 1 exit status dllwrap: gcc exited with status 1 Wrong library. The problem is, where are those functions

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-21 Thread Antony Baxter
I'm not sure what this means. If bash kept running then that would indicate that it isn't the bash which is crashing. Possibly a forked cgf copy is crashing. There are copies of cgf that fork? Actually, that explains an awful lot. Ant.

bash Couldn't Allocate Heap error - info.

2006-03-06 Thread Antony Baxter
Hello, This afternoon, for the first time, I began experiencing the C:\cygwin\bin\bash.exe: *** fatal error - couldn't allocate heap ... child_copy: stack write copy failed,... errors that have been reported on this list before. I am getting these errors on every '#! /bin/bash' script,

RE: bash Couldn't Allocate Heap error - info.

2006-03-06 Thread Antony Baxter
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antony Baxter Sent: Monday, March 06, 2006 6:22 PM To: cygwin@cygwin.com Subject: bash Couldn't Allocate Heap error - info. Hello, This afternoon, for the first time, I began experiencing

Re: patch cygrunsrv for running native win32 applications

2005-10-14 Thread Antony Baxter
Christopher Faylor writes: LOL. Propose a gold star for Antony Baxter - I believe he is the first person on record as getting a laugh out of CGF! ht Thank you, thank you, bows/ you're too kind! However, I think it would just be construed as a form of nepotism - for the record Henry

Re: patch cygrunsrv for running native win32 applications

2005-10-13 Thread Antony Baxter
Is there maybe some counter-effect that I don't know? Nothing serious. Every so often it will issue a pop-up dialog that says. Look, behind you! It's a fiddler crab! [OK] And, then when you look behind you there will be no fiddler crab. You still have to press the OK

esound-0.2.36 - missing file?

2005-09-23 Thread Antony Baxter
Hello, I've just installed the esound package (v. 0.2.36) via Setup, and have discovered that although 'esddsp' has a man page installed, the executable itself isn't, and nor is it present inside the downloaded tar.bz2 file. Ant.

ogg123 problem

2005-09-23 Thread Antony Baxter
Hello, I've recently installed the vorbis-tools (v. 1.1.1-3) package via setup, and have discovered a small problem with ogg123 - CTRL-C seems to have no effect, either playing local files or streams. kill -9 seems to be the only way to stop ogg123 playing. Ant.

Re: 1.5.18: Problem launching URLs from Pine

2005-08-31 Thread Antony Baxter
Brian Dessent wrote: Antony Baxter wrote: anything to work. At the moment I've set url-viewers = /home/ant/bin/viewUrl in my .pinerc where viewUrl is a 1-line script as follows: echo $1 /tmp/viewUrl.log When run from the command line this (obviously) works fine. However

Re: 1.5.18: Problem launching URLs from Pine

2005-08-31 Thread Antony Baxter
According to Antony Baxter on 8/31/2005 2:02 AM: % echo $SHELL returns /bin/bash, but stdlib's getenv(SHELL) returns null. Pine uses getenv(SHELL) to figure out how to execute external apps. Explicitly setting SHELL to /bin/bash allows Pine to work. Sounds like a bug should

Re: 1.5.18: Problem launching URLs from Pine

2005-08-31 Thread Antony Baxter
Igor, I haven't had a chance to debug this properly, but from the first glance at the code, it's actually weirder than that. The U in the debug output means that pine tries to use the user's preferred shell. If SHELL is undefined, pine tries to use /bin/csh (yes, csh -- don't ask me why). In

1.5.18: Problem launching URLs from Pine

2005-08-30 Thread Antony Baxter
' MINIPWD = `/home/ant' WINDOWID = `16777219' JAVA_LIB = `/opt/java/jdk/lib' MAILNAME = `antony baxter' OLDPWD = `/home/ant/src/pine/pine4.63/pine' JBOSS_HOME = `/opt/java/jboss' USERDOMAIN = `BEARDSLEY' OS = `Windows_NT' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' LC_ALL = `C' JBOSS_DIST

Re: Translucency

2005-08-03 Thread Antony Baxter
Hi there, I don't know how useful an answer this is going to be, but for what its worth, I also use mrxvt, though this trick will work with any terminal. Its not translucency, but transparency - I must confess to not really understanding the difference. I run Cygwin/X with -multiwindow, so

Weird multiwindow mode problem

2004-05-12 Thread Antony Baxter
Hello, This is probably unimportant, but I thought I'd mention it just the same... :) I have my Windows Taskbar at the top of the screen (instead of the bottom as it is by default). Running XWin -multiwindow, I open an xterm and move it right to the bottom of the screen. I open another window

Re: Windows fonts - some observations

2004-05-11 Thread Antony Baxter
Hi Alexander, Antony, On Mon, 10 May 2004, Antony Baxter wrote: works fine in with truetype fonts, black-on-black with .fon fonts. Alexander Gottwald [EMAIL PROTECTED] writes: Same for me. This seems to be a generic FreeType or Xft problem. I've cc'ed the xorg mailinglist. *.fon files

Re: Windows fonts - some observations

2004-05-10 Thread Antony Baxter
However, I failed to get Windows Bitmap Fonts ( .fon files ) working in the same way. As I understand it, FreeType 2 should support these ok; I symlinked /mnt/win.../*.fon into my ~/.fonts dir, ran fc-cache, tried e.g xterm -fa Small Fonts, but everything appeared as white-on-white.

Font problem with xterm in multiwindow mode

2004-05-01 Thread Antony Baxter
Hello, OS: WinXP, Service Pack 1 Cygwin: 1.5.9-1 Cygwin-X11-base: 6.7.0.0-8 Cygwin-X11-bin: 6.7.0.0-4 readline: 4.3-5 I'm having a stange problem with xterm that only manifests itself when XWin is running in multiwindow mode. When I launch an either an xterm or rxvt, the line of the terminal the

Re: Font problem with xterm in multiwindow mode

2004-05-01 Thread Antony Baxter
Ah - got it. Its a problem caused by WindowBlinds. Tony. ... Hello, OS: WinXP, Service Pack 1 Cygwin: 1.5.9-1 Cygwin-X11-base: 6.7.0.0-8 Cygwin-X11-bin: 6.7.0.0-4 readline: 4.3-5 I'm having a stange problem with xterm that only manifests itself when XWin is running in multiwindow

Gnu Screen

2004-04-27 Thread Antony Baxter
Hello, Sorry if this is slightly off-topic for this mailing list, but I've been following with interest the progress of getting Gnu Screen (1) to work 100% under Cygwin, on the Screen mailing list (2). When I last tried it, everything worked except the ability to disconnect and then reconnect