[OpenAFS] Unable to start afs on OpenSuSE 11.1

Marc Dionne marc.c.dionne@gmail.com
Fri, 29 May 2009 12:58:20 -0400


On Fri, May 29, 2009 at 12:27 PM, Karen Eldredge
<karen.eldredge@infoprint.com> wrote:
> Could you give me the small modification to the SuSE kernel source code?

Adding:

EXPORT_SYMBOL(do_signal);

to arch/powerpc/kernel/ppc_ksyms.c and/or arch/ppc/kernel/ppc_ksyms.c
should do it.

This should be fixed in the openafs code - the right fix would
probably be to add a configure check for the availability of
do_signal, and define out the probing code if it's not available,
similar to what was done for init_mm.
With a recent kernel like 2.6.27 the system call table won't be
writable and you should be relying on keyring based PAGs anyway.

Marc