From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 21:05:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5752916A532 for ; Thu, 7 Dec 2006 21:05:26 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F6643E3E for ; Thu, 7 Dec 2006 21:04:12 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kB7L4wen024716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Dec 2006 13:04:58 -0800 X-Auth-Received: from [128.208.5.99] (nilakantha.cs.washington.edu [128.208.5.99]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kB7L4vpk032617 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 7 Dec 2006 13:04:58 -0800 Message-ID: <45788204.3050608@u.washington.edu> Date: Thu, 07 Dec 2006 13:05:08 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <45787633.4000909@wilderness.homeip.net> In-Reply-To: <45787633.4000909@wilderness.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.12.7.124932 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: kernel: kern.maxfiles limit exceeded X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 21:05:26 -0000 Drew Sanford wrote: > Coen Watstaatervoor wrote: >> Just got a busy machine with the following errors in the messages log: >> >> kernel: kern.maxfiles limit exceeded by uid 80, please see tuning(7). >> Default FreeBSD 6.1 / AMP set-up. Thought 6.1 would handle this stuff >> automaticly just like the mbufs. Anyone knows how the raise those limits? > > You need to put an entry in /boot/loader.conf Simple answer: read the manpage-tuning(7)! -Garrett