From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 08:15:18 2004 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 CF54216A4CE for ; Tue, 9 Mar 2004 08:15:18 -0800 (PST) Received: from support.gltg.com (support.gltg.com [198.88.119.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E71B43D39 for ; Tue, 9 Mar 2004 08:15:15 -0800 (PST) (envelope-from chris@stenchmaster.com) Received: from stenchmaster.com (soufw01.gltg.com [198.88.119.254]) by support.gltg.com (8.12.9p1/8.12.9) with ESMTP id i29GF3tS078331 for ; Tue, 9 Mar 2004 11:15:06 -0500 (EST) (envelope-from chris@stenchmaster.com) Message-ID: <404DED81.2040602@stenchmaster.com> Date: Tue, 09 Mar 2004 11:14:57 -0500 From: Chris Strzelczyk Organization: stenchmaster.com User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.39 Subject: out of file descriptors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@stenchmaster.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 16:15:18 -0000 Hello, I am trying to start big brother on FreeBSD 5.2.1 as the bb user. When I run runbb.sh I get the following message: "Out of file descriptors" sysctl reports: kern.maxfiles: 10000 kern.maxusers: 256 I can change the kern.maxfiles attribute but not the maxusers. Maxusers tells me it is not writable. What is the proper way to correct this problem; . Thanks in advance for any help. -cs