From owner-freebsd-questions@FreeBSD.ORG Tue Apr 14 12:42:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FFA81065677 for ; Tue, 14 Apr 2009 12:42:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4C6598FC0A for ; Tue, 14 Apr 2009 12:42:13 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n3ECfscs002407; Tue, 14 Apr 2009 14:41:54 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n3ECfq1t002404; Tue, 14 Apr 2009 14:41:53 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 14 Apr 2009 14:41:52 +0200 (CEST) From: Wojciech Puchar To: VeeJay In-Reply-To: <2cd0a0da0904140429nb7539f1i93c4ce183ea3c67c@mail.gmail.com> Message-ID: References: <2cd0a0da0904140429nb7539f1i93c4ce183ea3c67c@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD-Questions Subject: Re: kern.maxfiles limit exceeded... what to do? 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: Tue, 14 Apr 2009 12:42:16 -0000 increase kern.maxfiles :) in sysctl.conf On Tue, 14 Apr 2009, VeeJay wrote: > Hi there > > I am keep getting this error on the screen. I have tried to solve this > problem by myself but still no luck. Could anyone guide what to do to > increase the limit and avoid this error? > > kern.maxfiles limit exceeded by uid 1003, please see tuning(7) > kern.maxfiles limit exceeded by uid 1003, please see tuning(7) > kern.maxfiles limit exceeded by uid 1003, please see tuning(7) > kern.maxfiles limit exceeded by uid 1003, please see tuning(7) > Apr 14 11:08:08 server2 postfix/pickup[25022] : fatal : kqueue : Too many > files open in the system > Apr 14 11:08:08 server2 postfix/pickup[25023] : fatal : kqueue : Too many > files open in the system > kern.maxfiles limit exceeded by uid 1003, please see tuning(7) > kern.maxfiles limit exceeded by uid 1003, please see tuning(7) > kern.maxfiles limit exceeded by uid 1003, please see tuning(7) > kern.maxfiles limit exceeded by uid 1003, please see tuning(7) > > Then I am unable to login on the server by consol or ssh. what to do? > -- > Thanks! > > BR / vj >