From owner-freebsd-net@FreeBSD.ORG Tue Jul 15 20:54:15 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 AB9CB106568F for ; Tue, 15 Jul 2008 20:54:15 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id 604F98FC13 for ; Tue, 15 Jul 2008 20:54:15 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from localhost (localhost.bsdunix.ch [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id 4ABCF5D68; Tue, 15 Jul 2008 22:54:14 +0200 (CEST) X-Virus-Scanned: by amavisd-new at mail.bsdunix.ch Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gySLOfwPXh5f; Tue, 15 Jul 2008 22:54:12 +0200 (CEST) Received: from [192.168.1.101] (home.bsdunix.ch [82.220.17.23]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by conversation.bsdunix.ch (Postfix) with ESMTP id B3DF15D58; Tue, 15 Jul 2008 22:54:11 +0200 (CEST) Message-Id: <2A7CBD67-7532-4B13-82DD-A6EF5DEAA6BD@bsdunix.ch> From: Thomas Vogt To: =?UTF-8?Q?JINMEI_Tatuya_/_=E7=A5=9E=E6=98=8E=E9=81=94=E5=93=89?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v926) Date: Tue, 15 Jul 2008 22:54:11 +0200 References: <487C9457.5080609@bsdunix.ch> X-Mailer: Apple Mail (2.926) Cc: freebsd-net@freebsd.org Subject: Re: too many open file descriptors messages since bind 9.4.2-P1 (port dns94) 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: Tue, 15 Jul 2008 20:54:15 -0000 Hello Am 15.07.2008 um 20:12 schrieb JINMEI Tatuya / =E7=A5=9E=E6=98=8E=E9=81=94= =E5=93=89: > At Tue, 15 Jul 2008 14:13:11 +0200, > Thomas Vogt wrote: > >> Since i updated my FreeBSD 6.3 dns server with the latest bind =20 >> version >> in the ports (dns/bind94) my system is flooding my log with "too many >> open file descriptors" messages. >> >> Is there something i can do? > > How many sockets is named actually using while it makes this log > message? Try, e.g, > % sockstat | grep named | wc -l Not that many: sockstat | grep named | wc -l 996 Regards, Thomas Thomas Vogt