Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 11 Oct 2001 19:59:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 11 Oct 2001 19:58:58 -0400 Received: from taifun.devconsult.de ([212.15.193.29]:52748 "EHLO taifun.devconsult.de") by vger.kernel.org with ESMTP id ; Thu, 11 Oct 2001 19:58:42 -0400 Date: Fri, 12 Oct 2001 01:59:08 +0200 From: Andreas Ferber To: Dan Hollis Cc: Marcus Meissner , war , linux-kernel@vger.kernel.org Subject: Re: Can only login via ssh 1013 times. Message-ID: <20011012015907.A26975@devcon.net> Mail-Followup-To: Dan Hollis , Marcus Meissner , war , linux-kernel@vger.kernel.org In-Reply-To: <200110112136.f9BLakI04545@ns.caldera.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from goemon@anime.net on Thu, Oct 11, 2001 at 02:46:51PM -0700 Organization: dev/consulting GmbH X-NCC-RegID: de.devcon Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, Oct 11, 2001 at 02:46:51PM -0700, Dan Hollis wrote: > > Maybe kernel could printk a warning when file-max (or other) limit is > reached...? It is already done: ,----[ fs/file_table.c ]- | [...] | } else if (files_stat.max_files > old_max) { | printk(KERN_INFO "VFS: file-max limit %d reached\n", files_stat.max_files); | old_max = files_stat.max_files; | } | [...] `---- Andreas -- Andreas Ferber - dev/consulting GmbH - Bielefeld, FRG --------------------------------------------------------- +49 521 1365800 - af@devcon.net - www.devcon.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/