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