Re: FD_SETSIZE (too many open file descriptors) + BIND

2008-12-19 Thread Ott Köstner
On Wednesday 17 December 2008 8:40:55 pm JINMEI Tatuya / 神明達哉 wrote: > At Wed, 17 Dec 2008 15:20:02 +0200, > Ott Köstner wrote: > > > named[63198]: socket: too many open file descriptors > > last message repeated 26 times > > > > Bind version is: BIND 9.4.2-P2 > > Please try BIND 9.4.3. Even w

Re: FD_SETSIZE (too many open file descriptors) + BIND

2008-12-17 Thread oxy
I had the same with apache2.. here is the method what i used: edit these files: /usr/src/sys/sys/select.h /usr/include/sys/select.h change this: #define FD_SETSIZE 1024U to this: #define FD_SETSIZE 4096U cd /usr/src && make buildworld && make installworld &&

Re: FD_SETSIZE (too many open file descriptors) + BIND

2008-12-17 Thread JINMEI Tatuya / 神明達哉
At Wed, 17 Dec 2008 21:27:58 +0200, Artyom Viklenko wrote: > BIND 9.5.0-P2 already in ports and seems working well. > Giv it a try. In this context 9.5.0-P2 won't help. All 9.x.y-P[12] versions have the same problem. --- JINMEI, Tatuya Internet Systems Consortium, Inc.

Re: FD_SETSIZE (too many open file descriptors) + BIND

2008-12-17 Thread Artyom Viklenko
Ott Köstner пишет: JINMEI Tatuya / 神明達哉 wrote: At Wed, 17 Dec 2008 15:20:02 +0200, Ott Köstner wrote: named[63198]: socket: too many open file descriptors last message repeated 26 times Bind version is: BIND 9.4.2-P2 Please try BIND 9.4.3. Even with all attempts to mitigate the tro

Re: FD_SETSIZE (too many open file descriptors) + BIND

2008-12-17 Thread Ott Köstner
JINMEI Tatuya / 神明達哉 wrote: At Wed, 17 Dec 2008 15:20:02 +0200, Ott Köstner wrote: named[63198]: socket: too many open file descriptors last message repeated 26 times Bind version is: BIND 9.4.2-P2 Please try BIND 9.4.3. Even with all attempts to mitigate the trouble and with tweak

Re: FD_SETSIZE (too many open file descriptors) + BIND

2008-12-17 Thread JINMEI Tatuya / 神明達哉
At Wed, 17 Dec 2008 15:20:02 +0200, Ott Köstner wrote: > named[63198]: socket: too many open file descriptors > last message repeated 26 times > > Bind version is: BIND 9.4.2-P2 Please try BIND 9.4.3. Even with all attempts to mitigate the trouble and with tweaking parameters, 9.4.2-P2 still h

Re: FD_SETSIZE (too many open file descriptors) + BIND

2008-12-17 Thread Ott Köstner
Ferdinand Goldmann wrote: > > Hi there, > > > > I just upgraded a FreeBSD 6.x machine to FreeBSD 6.3-STABLE, and now I'm > > seeing this same problem which has already been reported in different > > postings: > > > > named[51769]: socket: too many open file descriptors > > last message repeated

Re: FD_SETSIZE (too many open file descriptors) + BIND

2008-07-22 Thread Ferdinand Goldmann
Ferdinand Goldmann wrote: Hi there, I just upgraded a FreeBSD 6.x machine to FreeBSD 6.3-STABLE, and now I'm seeing this same problem which has already been reported in different postings: named[51769]: socket: too many open file descriptors last message repeated 147 times I am following u

FD_SETSIZE (too many open file descriptors) + BIND

2008-07-22 Thread Ferdinand Goldmann
Am I missing something? So, in short: How can one raise the @@#$!## limit of FD_SETSIZE in FreeBSD? Is it still necessary to recompile the kernel, too, as some ancient postings I found suggest? TIA & regards, Ferdinand ___ freebsd-net@freebsd.or

Re: FD_SETSIZE

2001-09-29 Thread Nguyen-Tuong Long Le
Hi all, Thanks so much for your response and help! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: FD_SETSIZE

2001-09-29 Thread Julian Elischer
Nguyen-Tuong Long Le wrote: > > Hi, > > I am wondering what is the side effects of increasing FD_SETSIZE > beyond 1024? Our group have a propiertary web server software that > handles a large number of sockets. While increasing the kern.maxfiles > and kern.maxfilesperproc

Re: FD_SETSIZE

2001-09-28 Thread Max Khon
hi, there! On Fri, Sep 28, 2001 at 09:30:33PM -0400, Nguyen-Tuong Long Le wrote: > I am wondering what is the side effects of increasing FD_SETSIZE > beyond 1024? Our group have a propiertary web server software that > handles a large number of sockets. While increasing the kern.maxfi

Re: FD_SETSIZE

2001-09-28 Thread Jonathan Lemon
In article [EMAIL PROTECTED]> you write: >Hi, > >I am wondering what is the side effects of increasing FD_SETSIZE >beyond 1024? Our group have a propiertary web server software that >handles a large number of sockets. While increasing the kern.maxfiles >and kern.maxfiles

Re: FD_SETSIZE

2001-09-28 Thread Mark
On Fri, Sep 28, 2001 at 09:30:33PM -0400, Nguyen-Tuong Long Le allegedly wrote: > Hi, > > I am wondering what is the side effects of increasing FD_SETSIZE > beyond 1024? Our group have a propiertary web server software that > handles a large number of sockets. While increasing th

FD_SETSIZE

2001-09-28 Thread Nguyen-Tuong Long Le
Hi, I am wondering what is the side effects of increasing FD_SETSIZE beyond 1024? Our group have a propiertary web server software that handles a large number of sockets. While increasing the kern.maxfiles and kern.maxfilesperproc gives our web server more connections, select() seems to fail if