[OpenAFS] Need help with translator

Derrick Brashear shadow@gmail.com
Tue, 23 Nov 2010 18:49:00 -0500


On Tue, Nov 23, 2010 at 6:14 PM, Karen Eldredge
<karen.eldredge@infoprint.com> wrote:
>
>
> I've compiled OpenAFS 1.5.77 on OpenSuSE 11.3 and added the these lines i=
n
> afs.rc:
>
> /sbin/modprobe sunrpc > $MODLOADDIR/libafs.map 2>&1
> authtab=3D`awk '/[ \t]authtab[ \t]/ {print $1}' < /proc/kallsyms`
> /sbin/insmod $MODLOADDIR/$LIBAFS ${authtab:+authtab_addr=3D0x$authtab} > =
>
> $MODLOADDIR/libafs.map
>
> I added set -x to afs.rc and echo authtab, MODLOADDIR & LIBAFS and it loo=
ks
> like they are getting set. =A0I get the error "libafs: Unknown parameter
> 'authtab_addr'" in /var/log/messages. =A0 Is there something else I need =
to do to
> get this to work? =A0Any help is greatly appreciated.

the interesting question is going to be what kernel version OpenSuSE
11.3 is; i suspect it's one new enough that the
structures and functions needed to support the NFS translator are no
longer exported.

--=20
Derrick