[OpenAFS-devel] klog: internal error in kaserver

Peter Maunz Peter.Maunz@mpq.mpg.de
Wed, 06 Oct 2004 14:50:52 +0200


Hallo,

I just tried to get openafs-1.3.71 working on a fresh Fedora-core3-test2 
installation. The kernel is 2.6.8-1.541 i686.

I used the rpm from Matthew Miller and added the new kernel as explained 
on http://www.mattdm.org/misc/openafs/

I edit the configuration files in /etc/ to represent the local servers.

afs (client) starts fine.

However I cant get a token using klog.The errormessage is
Unable to authenticate to AFS because internal error encountered in kaserver

The 1.2.11 klog works fine on another machine.
I tried to look into klog:

in authclient.c:558 the variable version is set to 2. After execution of 
the next line code= kawrap_ubik_Call( ... ); The value of version has 
changed. To my knowledge of C that should not happen.

The switch (version) statement (line 592) then gives the errormessage.

Do you have any idea whats wrong here?

Thanks
Peter