From owner-freebsd-stable@FreeBSD.ORG Wed Oct 1 13:56:54 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EFB5106564A for ; Wed, 1 Oct 2008 13:56:54 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from mail-gx0-f21.google.com (mail-gx0-f21.google.com [209.85.217.21]) by mx1.freebsd.org (Postfix) with ESMTP id EC0288FC28 for ; Wed, 1 Oct 2008 13:56:53 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by gxk14 with SMTP id 14so130581gxk.19 for ; Wed, 01 Oct 2008 06:56:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Xs0z8uQmGGnzI4UKItXf6MExBOyxOvP0EJWKgL5wIuI=; b=Ppl30i3RYP5pcZbnYfUz+kMaMFQuqy3+JTLXN+NBQFM2Lb3gThq3ZHy4rpcKsdIBhK DKfqv+KouhcacegXpA3+18AYQjH+RuxQwcfJVsV1L7DEd72wdq92AZXKznHQMS8XBHKV XJVFt4wmb6yUCuDfZfri82y9cYXvktl+J0OsY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=vOyveVt2yj1MpprCIHDz+eVjDi3zF0M3zkad/FC2gtho1AJUFUnbyWksTQMv7K9exm OgjxzG6kVcUknvUeA83bC1+gsXuOXNZ+GUHYpLkn29F0feQ2eW2dtAtUZG/oqrgroQZ0 DDRBdnce0qKcS7fzWjq6lVPGvwLK7RafJG9tQ= Received: by 10.151.103.11 with SMTP id f11mr12092196ybm.190.1222869412949; Wed, 01 Oct 2008 06:56:52 -0700 (PDT) Received: by 10.151.11.21 with HTTP; Wed, 1 Oct 2008 06:56:52 -0700 (PDT) Message-ID: <8cb6106e0810010656y7e2ac830je8465fe344824302@mail.gmail.com> Date: Wed, 1 Oct 2008 09:56:52 -0400 From: "Josh Carroll" To: sclark46@earthlink.net In-Reply-To: <48E37C88.50805@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48E36204.5090108@earthlink.net> <20081001115046.GA20384@icarus.home.lan> <48E36D62.6090001@earthlink.net> <20081001124955.GA21577@icarus.home.lan> <48E37C88.50805@earthlink.net> Cc: Jeremy Chadwick , FreeBSD Stable Subject: Re: resource leak X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 13:56:54 -0000 > Thanks, but after reading the thread is there a single place in the kernel > that reports the how many fds are currently in use? Does the "no more fds" > message get logged in /var/log/messages or only in the kernel log buffer, > since I haven't seen that message in the messages file, and since we force > to have a remote user reboot the box the kernel buffer is gone. Just a guess, but perhaps: vmstat -m | grep -E 'filedesc|Type' Regards, Josh