[OpenAFS] OpenAFS 1.3.71 on mandrake 10.1 Community with kernel 2.6.8.1-10mdksmp: klog fails

Paul Blackburn mpb@est.ibm.com
Mon, 04 Oct 2004 16:00:53 +0100


Hello,

Today, I built OpenAFS 1.3.71 from source code on a machine running
Mandrake 10.1 "community" with kernel 2.6.8.1-10mdksmp.

I used:

$ ./configure --enable-transarc-paths
$ make
$ make dest

The build seems OK.

I had some problems using the existing /etc/rc.d/init.d/afs
so I manually loaded the kernel module:

# /sbin/insmod /usr/vice/etc/modload/libafs-2.6.8.1-10mdksmp.mp.o > 
/usr/vice/etc/modload/libafs.map 2>&1

Then manually started the AFS Cache Manager:

# /usr/vice/etc/afsd -nosettime -stat 2000 -dcache 800 -daemons 3 
-volumes 70

Everything looked fine so far:

# df
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             4.9G  2.2G  2.5G  46% /
/dev/sda6             3.1G  2.7G  355M  89% /home
AFS                   8.6G     0  8.6G   0% /afs

# ls /afs/linux/
admin/   downloads/     list_of_files@  pub/           scripts/  var/
afs/     i386_linux22/  live/           raleigh/       src/      web/
afsdoc/  i386_linux24/  othercells/     README         temp/
common/  list_of_dirs@  ppc_linux22/    s390_linux22/  tmp/

Unfortunately, when I tried to klog, it failed:

$ /usr/afsws/bin/klog mpb
Password:
Unable to authenticate to AFS because internal error encountered in 
kaserver.
$ echo $?
39

The client config is OK, klog works fine on other machines in the cell.

Ideas?
--
cheers
paul