[OpenAFS] Module load fails (Was: rought timeline for 1.4.x)

Frank Burkhardt fbo2@gmx.net
Wed, 8 Dec 2004 13:51:14 +0100


Hi,

On Wed, Dec 08, 2004 at 09:26:56AM +0100, Turbo Fredriksson wrote:

[snip]

> I'm trying out the client - named 'pumba' (1.3.74-1.TF.1 - a recompile
> of the experimental Debian GNU/Linux package for my woody system) on
> kernel 2.6.9/i386 (2xPII). The server is a woody system, running
> OpenAFS version 1.2.11-1.TF.1 - also a recompile for woody - on
> kernel 2.6.8.1/SPARC64 (2xUltraSPARC III) - named 'aurora'.

[snip]

> aklog: unable to obtain tokens for cell bayour.com (status: a pioctl failed).

You have to rebuild the package 'openafs-krb5' because aklog is linked
statically against some afs libraries.

Oh ... don't forget to replace line 80 in openafs-krb5-1.3/src/asetkey.c :

  < code = afsconf_AddKey(tdir, kvno, key->contents);
  > code = afsconf_AddKey(tdir, kvno, key->contents,0);

Regards,

Frank