Kerberos and CORE dumps..

2002-02-05 Thread Christopher Burke
(&kcontext)) Causes the entire application (directory server) using the plugin (shared object) to coredump. Now I am not all that crash hot at dbx or any debugger - but what sort of things should I be looking for? -- --- /* Christopher Burke - Spam Mail to [EMAIL PROTECTED] |* www.craznar

KERB V5 + SEGV_MAPERR

2002-02-05 Thread Christopher Burke
SEGV_MAPERR addr=0x0014 *** process killed *** -- --- /* Christopher Burke - Spam Mail to [EMAIL PROTECTED] |* www.craznar.com - \* Real mail to cburke(at)craznar(dot)com

Re: KERB V5 + SEGV_MAPERR

2002-02-05 Thread Christopher Burke
eaded however I do have a mutex around the entire call to the kerberos stuff ... shouldn't that help ? -- --- /* Christopher Burke - Spam Mail to [EMAIL PROTECTED] |* www.craznar.com - \* Real mail to cburke(at)craznar(dot)com ___ Kerberos m

Re: KERB V5 + SEGV_MAPERR

2002-02-06 Thread Christopher Burke
not passed in as > an argument to the system call). Thank you, between my last message and now - our kerberos administrator has recompiled K5 with '-mt' and now our directory administrator (me) has a working Directory Server 5.1 kerberos authentication plugin. Now for some load testin

Error "24" returned from INIT_CONTEXT under load

2002-02-08 Thread Christopher Burke
We are getting an error 24 (integer value of 24) returned from the init_context routine when I call it very frequently (sequentially - just 1 at a time). Given all the error numbers are big -ve number, what is this error and what might be causing it. -- --- /* Christopher Burke - Spam Mail

RE: Error "24" returned from INIT_CONTEXT under load

2002-02-08 Thread Christopher Burke
> > Sreedhar Gupta > > > -Original Message----- > From: Christopher Burke [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 9:24 PM > To: [EMAIL PROTECTED] > Subject: Error "24" returned from INIT_CONTEXT under load > > > We are

Re: Error "24" returned from INIT_CONTEXT under load

2002-02-08 Thread Christopher Burke
FILE. > > 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.

Re: MD5 passwords possible with Kerberos?

2002-02-09 Thread Christopher Burke
t; I don't think so ... I am sure our K4 passwords are hashed on the server. -- --- /* Christopher Burke - Spam Mail to [EMAIL PROTECTED] |* www.craznar.com - \* Real mail to cburke(at)craznar(dot)com ___ Kerberos mailing list [EMAI

Re: Getting kerberos to use fds > 256

2002-02-11 Thread Christopher Burke
27;t think of it. -- --- /* 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

Re: Getting kerberos to use fds > 256

2002-02-11 Thread Christopher Burke
I am getting error 22 returned after alot heavier load. -- --- /* 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/li

Re: Getting kerberos to use fds > 256

2002-02-11 Thread Christopher Burke
; craznar> heavier load. > > This _may_ be because libkrb5 is not thread-safe... this is a > multi-threaded application, right? It may be best to use a big lock > around all calls into libkrb5. Already done ... -- --- /* Christopher Burke - Spam Mail to [EMAIL PROTECTE

OT: Fluffy

2002-02-19 Thread Christopher Burke
Don't forget to buy your Harry Potter 'Fluffy' toy ... its a great addition to a Kerberos sysadmins desk.... -- --- /* Christopher Burke - Spam Mail to [EMAIL PROTECTED] |* www.craznar.com - \* Real mail to cburke(at)craznar(dot)com _

KRB5_REALM_CANT_RESOLVE errors ?

2002-03-26 Thread Christopher Burke
means and what may be causing it ? -- --- /* Christopher Burke - Spam Mail to [EMAIL PROTECTED] |* \* Real mail to cburke(at)craznar(dot)com Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos

Re: KRB5_REALM_CANT_RESOLVE errors ?

2002-03-27 Thread Christopher Burke
one auth going on at any given time in this app (which is iPlanet Directory server by the way). -- --- /* 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

Re: KRB5_REALM_CANT_RESOLVE errors ?

2002-03-28 Thread Christopher Burke
[EMAIL PROTECTED] (Ken Raeburn) wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > Christopher Burke <[EMAIL PROTECTED]> writes: >> [EMAIL PROTECTED] (Ken Raeburn) wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: >> > You don't say just wh

Re: KRB5_REALM_CANT_RESOLVE errors ?

2002-03-28 Thread Christopher Burke
ain application using gethostbyname outside my mutex. -- --- /* 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

Re: KRB5_REALM_CANT_RESOLVE errors ?

2002-03-28 Thread Christopher Burke
e thread safety issue on a somewhat > larger scale. I don't get to do ANY rewrites on the main application as it is a commercial app (iPlanet Directory server) all I get to do is write a plugin (.so) which the main application loads and runs. -- --- /* Christopher Burke - Spam Mail to

Re: KRB5_REALM_CANT_RESOLVE errors ?

2002-03-29 Thread Christopher Burke
s in a ps list etc. Problem is converting this plugin to fork new processes each time is a little beyond me at this point. But at least we have worked out the problem would specifying the machines as IP addresses in the krb5.conf file help at al