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 && reboot after this i got r

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