From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 13:59:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C3A16A4CE for ; Wed, 2 Feb 2005 13:59:27 +0000 (GMT) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF6E43D2D for ; Wed, 2 Feb 2005 13:59:27 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 23540 invoked from network); 2 Feb 2005 13:59:27 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 2 Feb 2005 13:59:26 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 72DF983; Wed, 2 Feb 2005 08:59:26 -0500 (EST) Sender: lowell@be-well.ilk.org To: Matt Rechkemmer References: <20050201175532.GA1295@sdf.lonestar.org> <44lla8m6ni.fsf@be-well.ilk.org> <20050201201438.GA18878@sdf.lonestar.org> <443bwg3pny.fsf@be-well.ilk.org> <20050202024152.GA11516@sdf.lonestar.org> From: Lowell Gilbert Date: 02 Feb 2005 08:59:26 -0500 In-Reply-To: <20050202024152.GA11516@sdf.lonestar.org> Message-ID: <44zmynukox.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.3, Openfiles Limit in login.conf not respected X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 13:59:27 -0000 Matt Rechkemmer writes: > On Tue, Feb 01, 2005 at 05:01:53PM -0500, Lowell Gilbert wrote: > > > What configuration file should I execute this on? login.conf? > > > > Yes. Go back to /etc/login.conf and read the first few lines. > > Lowell, I can't thank you enough :-). I should have RTFP in the first place. I submitted a small change to the login.conf manual page to note cap_mkdb more prominently... > Now another question related to the open files proposition. Will FreeBSD > every provide "unlimited" file descriptors as per the default class, or will it > simply set the maximum that it's capable of? I'm not sure what the question means, to be honest. Certainly FreeBSD will never provide more file descriptors than it is capable of providing. And there is a system-wide limit -- all of the open files in the system have to be described in a kernel table which cannot be resized after boot time.