[EMAIL PROTECTED] (Nicolas Williams) wrote in 
[EMAIL PROTECTED]:">news:[EMAIL PROTECTED]:

> Positive errors are system errors (see intro(2) and your system's
> errno.h).
> 
> It's most likely this: you process ran out of file descriptors. I.e.,
> error 24 is EMFILE.
> 
> On Solaris you can get EMFILE from fopen() even though you process is
> not out of file descriptors when: you process is 32-bits and all file
> descriptors < 256 are taken.

But it only gets called one at a time, and I remove/free both the context and 
the credential cache....

-- 
---
/* Christopher Burke - Spam Mail to [EMAIL PROTECTED]
|* www.craznar.com - 
\* Real mail to cburke(at)craznar(dot)com
_______________________________________________
Kerberos mailing list
[EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to