From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 13:58:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAA516A4CE for ; Tue, 3 Aug 2004 13:58:50 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F8943D75 for ; Tue, 3 Aug 2004 13:58:49 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd-incoma.mbrd.ru ([194.117.71.30] helo=[172.16.4.9]) by mail.ciam.ru with asmtp (Exim 4.x) id 1BrzoL-0007Qc-QB; Tue, 03 Aug 2004 17:58:41 +0400 Message-ID: <410F9A0A.3080803@FreeBSD.org> Date: Tue, 03 Aug 2004 17:58:34 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <410889F7.6050603@FreeBSD.org> <41089662.40301@FreeBSD.org> <41089A76.9080703@FreeBSD.org> <20040729114258.GH1726@k7.mavetju> <4108ED45.70302@FreeBSD.org> <20040730064045.GS22300@over-yonder.net> <410E39F8.6080209@FreeBSD.org> <410F8849.4090905@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "proxy.ciam.ru", hasmessageblock similar future email. If you have any questions, see the administrator of that system for details. Content preview: Bjoern A. Zeeb wrote: > On Tue, 3 Aug 2004, Sergey shows:0 for file 3866 of pid 9086 >>>unknown file type 0 for file 3867 of pid 9086 >>>unknown file type 0 for file 3868 of pid 9086 >> >>Thanks all Didrepeatedly running pstat ? > [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description -------------------------------------------------- cc: Edwin Groothuis cc: current@FreeBSD.org cc: "Matthew D. Fuller" Subject: Re: squid on CURRENT: file descriptors leak X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 13:58:50 -0000 Bjoern A. Zeeb wrote: > On Tue, 3 Aug 2004, Sergey Matveychuk wrote: > > >>Sergey Matveychuk wrote: >> >>>fstat -v shows: >>>unknown file type 0 for file 3865 of pid 9086 >>>unknown file type 0 for file 3866 of pid 9086 >>>unknown file type 0 for file 3867 of pid 9086 >>>unknown file type 0 for file 3868 of pid 9086 >> >>Thanks all guys! >>After updating to HEAD all goes right. > > > good to know. Did you ever manage to find out what type of fd it had > been by repeatedly running pstat ? > Hmm. It's looks like the problem just moved from squid to apache. It's not a big problem for me because of apache on this machine has a little using. And lost FDs only one on each runned httpd (instead of tens thousands with squid): unknown file type 0 for file 3 of pid 21232 unknown file type 0 for file 3 of pid 21231 unknown file type 0 for file 3 of pid 21230 unknown file type 0 for file 3 of pid 21229 unknown file type 0 for file 3 of pid 21228 I think it's former socket descriptors. (I'll move the discussion from ports@ to current@ for somebody else can comment it). -- Sem.