[3708] in Kerberos
Re: problem with krb V5 beta4.2
daemon@ATHENA.MIT.EDU (Scott Schwartz)
Fri Aug 12 01:27:59 1994
To: kerberos@MIT.EDU
Date: 12 Aug 1994 05:04:40 GMT
From: schwartz@roke.cse.psu.edu (Scott Schwartz)
ari@ISI.EDU writes:
I just compiled and installed the new kerberos
version 5 beta4.2 on Sun OS 4.1.3.
When I run kinit, ksu and other clients I get the following errors:
kinit: Invalid argument when initializing cache
I just stumbled on the same thing. A quick strace reveals that the
invalid argument is the error return from trying to get a write lock on
the ticket cache file. As usual, the SunOS 4.1 tmpfs is screwing up.
As a workaround, you can setenv KRB5CCNAME to something in /var/tmp
instead.
Too bad the /tmp is hardcoded in krb5/src/lib/krb5/os/ccdefname.c.
Would it be possible to make this a configuration option instead? (It
was in K4, no?)