aklog: Cannot allocate memory while converting principal to Kerberos V4 format

123 Views Asked by At

I'm getting this error when executing aklog on my Mac OS. I think this happened after I moved to Mavericks.

1

There are 1 best solutions below

0
adeason On

The code path for that error message should not exist in an aklog built for Mavericks, I don't think (HAVE_NO_KRB5_524 should be defined, which avoids the call to krb5_524_conv_principal). Is it maybe possible you are executing a different aklog than provided in the .dmg? Try running which aklog to see where the aklog is running from, or try extracting the aklog from the binary you download from openafs.org, and running that directly, to see if you get different results.