[OpenAFS-devel] OpenAFS 1.3.74 on AIX - authenticated access
causes system dump on 32 bit kernel, cfgexport64 fails on 64 bit kernel
Harald Barth
haba@pdc.kth.se
Tue, 07 Dec 2004 17:30:41 +0100 (MET)
Have a look at /afs/pdc.kth.se/home/h/haba/Public/openafs-aix-2.diff
The cfgexport.c patch should fix the 64-bit machine problem, the
rxkad.p.h patch should fix the 32-bit problem. But there is a
lot of defined(AFS_AIX52_ENV) in the patch which you'll have to
change accordingly for other versions of AIX.
Tell us how it works. The theory is that
64-bit kernels can handle the bigger MAXKTCTICKETLEN of 12000 but
the 32-bit kernels can not.
64-bit kernels have more symbols so they need the bigger SYMBUFSIZE.
Harald.