[OpenAFS-devel] Problems with OpenAFS on Alpha Linux
chas williams
chas@cmf.nrl.navy.mil
Fri, 10 May 2002 10:30:51 -0400
In message <3CDBB178.3070206@lrz.de>,Reinhold Bader writes:
>(1) klog uh341au
>Password:
>Unable to authenticate to AFS because password was incorrect.
if i happen to know i typed my password correctly the first place to look
for trouble would be the des libraries. what is the sizeof(long) on
your alpha? crypt.c tries to use bitfields to handle a long as two
32 bit ints but that doesnt seem to work on the ia64 (its possibly a
gcc problem really)