[32286] in Kerberos
Re: What does this error mean?
daemon@ATHENA.MIT.EDU (Russ Allbery)
Mon Apr 26 13:35:45 2010
From: Russ Allbery <rra@stanford.edu>
To: Pat Lalonde <Pat.Lalonde@entrust.com>
In-Reply-To: <FBB3A126CE548B48A5CD4C867A33258602E9A93ECC@sottexch7.corp.ad.entrust.com>
(Pat Lalonde's message of "Mon, 26 Apr 2010 10:31:50 -0400")
Date: Mon, 26 Apr 2010 10:35:38 -0700
Message-ID: <87och65d79.fsf@windlord.stanford.edu>
MIME-Version: 1.0
Cc: "'kerberos@mit.edu'" <kerberos@mit.edu>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Pat Lalonde <Pat.Lalonde@entrust.com> writes:
> We get this error frequently, where can I find help on it?
> [2010/04/26 09:37:18, 1] libads/kerberos_verify.c:(302)
> ads_verify_ticket: krb5_init_context failed (Too many open files)
This isn't really a Kerberos error; rather, it indicates that you've run
out of underlying operating system resources for your process.
krb5_init_context has to open various files (most notably krb5.conf) and
you're out of available file descriptors in that process. You may be able
to increase the limit with ulimit.
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos