From owner-freebsd-questions Wed Feb 5 8:54:56 2003 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 7C60937B401 for ; Wed, 5 Feb 2003 08:54:54 -0800 (PST) Received: from hotmail.com (dav19.sea1.hotmail.com [207.68.162.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 118BC43F3F for ; Wed, 5 Feb 2003 08:54:54 -0800 (PST) (envelope-from kenzo_chin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 5 Feb 2003 08:54:53 -0800 X-Originating-IP: [209.187.233.156] From: "Kenzo" To: References: <20030203135208.GA78364@ei.bzerk.org> Subject: Re: Too many files open / file: table is full Date: Wed, 5 Feb 2003 10:54:50 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 05 Feb 2003 16:54:53.0908 (UTC) FILETIME=[4E397940:01C2CD37] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had the same issue. increasing the maxuser in the kernel and recompiling was the answer. ----- Original Message ----- From: "Ruben de Groot" To: "aSe" Cc: "FreeBSD-Questions" Sent: Monday, February 03, 2003 7:52 AM Subject: Re: Too many files open / file: table is full > > Hi Gordon, > > On Sun, Feb 02, 2003 at 06:16:26PM -0500, aSe typed: > > Recently, one of the machines I help to admin ran into problems and had to be rebooted. > > The machine uptime was about 40days and one of the techs told me it became unresponsive and any command he typed into term it responded "Too many files open". Checking the logs now i see the below at the very same time. It is 4.7-Release, I will be more then happy to post more information if requested. Right now I'm just trying to figure out what happen and how to fix. I know for a fact the 13gb drive had over 7gb free, so is there a setting where I can adjust the number of open files? > > This is not a matter of diskspace. The kernel holds a fixed length table > in memory with all open files. If this table gets full it usually means > one of two things: > > 1) You have a runaway application, opening way too many files. Identify > the application and fix or disable it. > > 2) You're running a kernel with a too low value for maxusers (which, > among other things, determines the maximum amount of open files). The > default in 4.7-RELEASE is 0, which means: optimize according to amount > of memory installed. The default is usually O.K. If not, one option is > to simply install more memory. > > cheers, > Ruben > > > > > > > > Jan 22 21:22:18 Fail /kernel: le: table is full > > Jan 22 21:22:18 Fail /kernel: file: table is full > > Jan 22 21:22:18 Fail last message repeated 1450 times > > Jan 22 21:22:18 Fail /kernel: le: table is full > > Jan 22 21:22:18 Fail /kernel: file: table is full > > > > Thank you, > > Gordon Keesler [aSe@SysFail.com] > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message