From owner-freebsd-net@FreeBSD.ORG Wed Dec 17 19:40:58 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06FCC106564A for ; Wed, 17 Dec 2008 19:40:58 +0000 (UTC) (envelope-from oxy@field.hu) Received: from green.field.hu (green.field.hu [217.20.130.28]) by mx1.freebsd.org (Postfix) with ESMTP id AEAA38FC29 for ; Wed, 17 Dec 2008 19:40:57 +0000 (UTC) (envelope-from oxy@field.hu) Received: from localhost (green.field.hu [217.20.130.28]) by green.field.hu (Postfix) with ESMTP id 7DACAB251E; Wed, 17 Dec 2008 20:23:34 +0100 (CET) X-Virus-Scanned: by Amavisd-new (Spamassassin+Razor2+Pyzor+DCC+Bayes db, Clamd Antivirus) at field.hu Received: from green.field.hu ([217.20.130.28]) by localhost (green.field.hu [217.20.130.28]) (amavisd-new, port 10024) with ESMTP id eDFjVeikc11Q; Wed, 17 Dec 2008 20:23:30 +0100 (CET) Received: from [192.168.1.2] (catv5403BE91.pool.t-online.hu [84.3.190.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by green.field.hu (Postfix) with ESMTPSA id 1847DB2515; Wed, 17 Dec 2008 20:23:30 +0100 (CET) Message-ID: <494951B2.5010207@field.hu> Date: Wed, 17 Dec 2008 20:23:30 +0100 From: oxy User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: =?UTF-8?B?T3R0IEvDtnN0bmVy?= References: <200812171506.58607.ottk@zzz.ee> <200812171520.02823.ottk@zzz.ee> <49494B8E.7010205@zzz.ee> In-Reply-To: <49494B8E.7010205@zzz.ee> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-net@freebsd.org Subject: Re: FD_SETSIZE (too many open file descriptors) + BIND X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2008 19:40:58 -0000 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 rid of these messages.. Ott Köstner írta: > 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 tweaking parameters, 9.4.2-P2 still has a fundamental >> limitation on performance. It should work for the vast majority of >> users, but you really need 9.4.3 if your server is very busy. >> >> --- >> JINMEI, Tatuya >> Internet Systems Consortium, Inc. >> > Thank You for your advice. > > Unfortunatelly there is no FreeBSD port of BIND 9.4.3 available at the > moment. Hope this will appear soon... > > > Best regards, > O.K. > > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"