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

2008-04-29 Thread Charles Wilson
antony baxter wrote: 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 all cases, the ftpd process' memory usage increases to ~350mb, 2. As the buffer value decreases, the process' cpu us

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! > > Unfortunat

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. I

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

2008-04-29 Thread Charles Wilson
Charles Wilson wrote: http://cygwin.cwilson.fastmail.fm/ITP/ftpd-1k.exe.bz2 http://cygwin.cwilson.fastmail.fm/ITP/ftpd-4k.exe.bz2 http://cygwin.cwilson.fastmail.fm/ITP/ftpd-8k.exe.bz2 http://cygwin.cwilson.fastmail.fm/ITP/ftpd-32k.exe.bz2 (same as prev) For ex, with the 32k buffers, here's wh

Re: cpan has a problem Writing Makefile

2008-04-29 Thread Chap Harrison
Reini Urban wrote: > > A suggestion would be to install CPAN::Reporter and report the failure > automatically, since you are not able to follow README's and submit > proper bugreports. > -- > Reini Urban > Dude, I don't know what your problem is. I just came in here looking for help. Glad to

[ANNOUNCEMENT] Updated: {xerces-c/libxerces-c28/libxerces-c-devel/xerces-c-doc/xerces-c-test}-2.8.0-3

2008-04-29 Thread cygwin
I've updated the xerces-c version to 2.8.0-3. (2.8.0-2 appeared briefly on the mirrors but was withdrawn) xerces-c is a validating XML parser written in a portable subset of C++ (it is also known as Xerces-C++). xerces-c makes it easy to give your application the ability to read and write XML

Problem with cygserver and sysv message queues: msgsnd() blocks forever.

2008-04-29 Thread Williams, David
Sorry, the first try was badly formatted. I didn't realize until I checked the archive site. I've been debugging a problem with msgsnd() hanging. If there are no free msghdrs available, msgsnd() blocks with msleep(). Unfortunately, the only way it can unblock is if that specific queue frees a msgh

Problem with cygserver and sysv message queues: msgsnd() blocks forever.

2008-04-29 Thread Williams, David
I've been debugging a problem with msgsnd() hanging. If there are no free msghdrs available, msgsnd() blocks with msleep(). Unfortunately, the only way it can unblock is if that specific queue frees a msghdr. If the queue in question is empty, this never occurs. I was able to isolate this behavi

Re: cygwin emacs Vista: linked dll data write copy failed

2008-04-29 Thread leventAtasoy
The URL below seems dead. Is the answer available elsewhere Rick Raunch wrote: > > I used the latest setup program and was getting an error when opening > xterms sporatically; if I got the error, the X-window wouldn't be created. > If I tried several times usually one would take. > > Shelling

Re: cygwin emacs Vista: linked dll data write copy failed

2008-04-29 Thread leventAtasoy
I ran into the same problem. It looks like the Symantec rtvscan-32 on vista is causing the problem. I was hoping to see some sort of solution in the URL below short of not using Symantec, but the URL is dead. Is it available elsewhere? Rick Raunch wrote: > > I used the latest setup program and w

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-29 Thread Spiro Trikaliotis
Hello, * On Tue, Apr 29, 2008 at 12:58:53PM +0200 Jörg Schaible wrote: > > Well, it might be very well that Subversion always uses binary mode > for file I/O, Indeed, it seems so. This topic came up before (see the thread started at http://svn.haxx.se/dev/archive-2005-02/0993.shtml), and the wa

File path to URI

2008-04-29 Thread sbremal
Hello, Has anyone seen a command line tool for converting path (e.g. /cygdrive/h/privat/news_alert.conf) to file URI (file:///cygdrive/h/privat/news_alert.conf) Yes, tweaking with string concatenation or calling some java code would be a way, though I would prefer some proper command within

openssh, bash.exe, windows 2003, bash stay open

2008-04-29 Thread François Rousseau
Hi, I'm using Openssh under Cygwin on many Windows 2003 servers. The problem: my users kill the ssh connection (putty and ssh) instead of using the "exit" command so the bash.exe attached with session stay open and eventually this cause a problem ( sshd: PID 1944: error: session_pty_req: session

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

2008-04-29 Thread Charles Wilson
antony baxter wrote: 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 grinds to a halt, paging furiously. Once the transfer does finally finish ftpd.exe

Re: FW: ssmtp with multiple email accounts

2008-04-29 Thread Gary
> Why do you need multiple ssmtp configurations? Why can't you just use > ssmtp to relay to your ISP's SMTP server for all of your outgoing mail? I don't have access to a mailhub which allows what I need given ssmtp's limitation of one authenticating user. Taking one of the two that I use, gmail

Re: FW: ssmtp with multiple email accounts

2008-04-29 Thread Jason Tishler
Gary, On Tue, Apr 29, 2008 at 11:55:46AM +0200, Gary wrote: > I was just kind of hoping someone had already done something, to save > me the work :-) or that I'd just missed something in the way I am > using mutt. I use fetchmail to pull down mail from multiple accounts (via IMAP and POP) to mbox

Re: cpan has a problem Writing Makefile

2008-04-29 Thread Reini Urban
2008/4/28 Chap Harrison: > Reini Urban wrote: > > Well, then the error is fixed. > > You reported that the Makefile could not be written. > > Now it is written, and you can proceed installing it. > > Reading the README would have helped. > > http://search.cpan.org/src/HMBRAND/Text-CSV_XS-0.45

RE: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-29 Thread Jörg Schaible
Dave Korn wrote: > Jörg Schaible wrote on 29 April 2008 07:39: > >> [EMAIL PROTECTED] wrote: > > Say, has your Outlook Quotefix gone screwy too? > >>> Spiro Trikaliotis wrote on 26 April 2008 10:42: >>> Unfortunately, with SVN from Cygwin, this is not true anymore. For the Cygwin ve

Re: FW: ssmtp with multiple email accounts

2008-04-29 Thread Gary
> Well, then mutt lets you choose *its* configuration file. Yeah, but then I have to know in advance which emails I am going to send before starting mutt, and I'm not that organised (it is pretty impractical anyway, due to replying to mails using different From addresses). Maybe my best bet is to

RE: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-29 Thread Dave Korn
Jörg Schaible wrote on 29 April 2008 07:39: > [EMAIL PROTECTED] wrote: Say, has your Outlook Quotefix gone screwy too? >> Spiro Trikaliotis wrote on 26 April 2008 10:42: >> >>> Unfortunately, with SVN from Cygwin, this is not true anymore. For >>> the Cygwin version of SVN, the "native" forma

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

2008-04-29 Thread Corinna Vinschen
On Apr 28 19:44, Charles Wilson wrote: > Charles Wilson wrote: > >> Yeah, I'll code that up for 1.5-4. Should I stick with BUFSIZ == 1024, or >> when MMAP use something a little bigger, say 32k? > > Also, uploads to the server seem to be sane (e.g. read() from the server > side). So it's just do