From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 22:18:55 2003 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 16D4D37B401 for ; Thu, 24 Jul 2003 22:18:55 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D5743FBD for ; Thu, 24 Jul 2003 22:18:54 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h6P5IroS093422; Fri, 25 Jul 2003 00:18:53 -0500 (CDT) (envelope-from dan) Date: Fri, 25 Jul 2003 00:18:53 -0500 From: Dan Nelson To: "Dave [Hawk-Systems]" Message-ID: <20030725051853.GB20823@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: file table is full - but not...? 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: Fri, 25 Jul 2003 05:18:55 -0000 In the last episode (Jul 25), Dave [Hawk-Systems] said: > received the following from a logcheck; > > Unusual System Events > =-=-=-=-=-=-=-=-=-=-= > Jul 24 23:11:50 web1 /kernel: le: table is full > Jul 24 23:11:50 web1 /kernel: file: table is full > Jul 24 23:14:00 web1 /kernel: le: table is full > Jul 24 23:14:00 web1 /kernel: file: table is full > Jul 24 23:14:00 web1 /kernel: pid 94326 (cron), uid 0: exited on signal 11 (core > dumped) > Jul 24 23:14:07 web1 /kernel: file: table is full > Jul 24 23:14:07 web1 /kernel: pid 93772 (httpd), uid 65534: exited on signal 11 > Jul 24 23:14:07 web1 /kernel: file: table is full > > in a bit of a panic I logged into the server and checked the file table > > > df -ki You check the file table with pstat -T: $ pstat -T 1357/6000 files 122M/640M swap space $ You can raise the limit without rebooting by changing the kern.maxfiles sysctl. -- Dan Nelson dnelson@allantgroup.com