Bug#478193: php5-imap file open error >1024

2014-04-24 Thread Ben Smithurst
Package: libc-client2007e Version: 8:2007f~dfsg-2 Followup-For: Bug #478193 We have encounted this bug using IMAP for voicemail storage on a busy Asterisk server - due to the number of calls, FDs are frequently above 1024. I have come up with the patch below, changing the relevant code to use pol

Bug#478193: php5-imap file open error >1024

2010-01-13 Thread Jonas Smedegaard
Hi Nicolas (and others tracking this), On Wed, Jan 13, 2010 at 12:16:13PM +, Nicolas MAUBERT wrote: Have you managed to find a solution to this trouble? Nope, sorry. If not, can you indicate how to solve it? What is needed is someone skilled and adventurous enough to hack on the uw-

Bug#478193: php5-imap file open error >1024

2010-01-13 Thread Nicolas MAUBERT
Hi everyone, Have you managed to find a solution to this trouble? If not, can you indicate how to solve it? Thank you in advance Nicolas.

Bug#478193: php5-imap file open error >1024

2009-09-29 Thread Nicolas MAUBERT
Hello, I have the same problem (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548857). Do you know when this problem will be resolved ? Thank you, Nicolas.

Bug#478193: php5-imap file open error >1024

2008-06-08 Thread Jonas Smedegaard
package uw-imap tag 478193 help thanks On Sun, Jun 08, 2008 at 10:00:27AM +0200, Gabor FUNK wrote: It _also_ makes sense to file a separate bug against php-imap requesting to improve code there. But I suspect that to take longer. Yes. Or at least know about the problem. There would be no easy w

Bug#478193: php5-imap file open error >1024

2008-06-08 Thread Gabor FUNK
It _also_ makes sense to file a separate bug against php-imap requesting to improve code there. But I suspect that to take longer. Yes. Or at least know about the problem. There would be no easy workaround I guess, one soultion would be to use someting else than uw-imap... It makes best sense

Bug#478193: php5-imap file open error >1024

2008-06-08 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Gabor (and others listening), Thanks alot for your work on this bug! On Sun, Jun 08, 2008 at 01:14:56AM +0200, Gabor FUNK wrote: >- Author/maintainer of uw-imap Mark Crispin was laid off several days > after (not in connection with me or this "

Bug#478193: php5-imap file open error >1024

2008-04-27 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 478193 reassign uw-imap thanks On Mon, Apr 28, 2008 at 01:25:30AM +0200, Gabor FUNK wrote: >in package uw-imap_2007~dfsg.orig.tar.gz >in file imap-2007/src/osdep/unix/tcp_unix.c >at line 253, there is: > > else if (sock >= FD_SETSIZE) {/* unselectabl

Bug#478193: php5-imap file open error >1024

2008-04-27 Thread Gabor FUNK
in package uw-imap_2007~dfsg.orig.tar.gz in file imap-2007/src/osdep/unix/tcp_unix.c at line 253, there is: else if (sock >= FD_SETSIZE) {/* unselectable sockets are useless */ sprintf (tmp,"Unable to create selectable TCP socket (%d >= %d)", sock,FD_SETSIZE); which is bad, as it ca

Bug#478193: php5-imap file open error >1024

2008-04-27 Thread Gabor FUNK
Package: php5-imap Version: 5.2.5-3 Severity: normal When there are more than 1024 opened file by apache process, [such as two logs (error+access) for 512 pcs virtualhosts), then a php code running a imap_open("{127.0.0.1:110/pop3/notls/debug/user=test}INBOX", ... results in: [Fri Apr 25 15