From: Andreas Ferber <aferber@techfak.uni-bielefeld.de>
To: Dan Hollis <goemon@anime.net>
Cc: Marcus Meissner <mm@ns.caldera.de>, war <war@starband.net>,
linux-kernel@vger.kernel.org
Subject: Re: Can only login via ssh 1013 times.
Date: Fri, 12 Oct 2001 01:59:08 +0200 [thread overview]
Message-ID: <20011012015907.A26975@devcon.net> (raw)
In-Reply-To: <200110112136.f9BLakI04545@ns.caldera.de> <Pine.LNX.4.30.0110111445140.2188-100000@anime.net>
In-Reply-To: <Pine.LNX.4.30.0110111445140.2188-100000@anime.net>; from goemon@anime.net on Thu, Oct 11, 2001 at 02:46:51PM -0700
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
prev parent reply other threads:[~2001-10-11 23:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-11 21:12 Can only login via ssh 1013 times war
2001-10-11 21:36 ` Marcus Meissner
2001-10-11 21:46 ` Dan Hollis
2001-10-11 23:59 ` Andreas Ferber [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011012015907.A26975@devcon.net \
--to=aferber@techfak.uni-bielefeld.de \
--cc=goemon@anime.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mm@ns.caldera.de \
--cc=war@starband.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.