On Tue, Nov 23, 2010 at 6:14 PM, Karen Eldredge <[email protected]> wrote: > > > I've compiled OpenAFS 1.5.77 on OpenSuSE 11.3 and added the these lines in > afs.rc: > > /sbin/modprobe sunrpc > $MODLOADDIR/libafs.map 2>&1 > authtab=`awk '/[ \t]authtab[ \t]/ {print $1}' < /proc/kallsyms` > /sbin/insmod $MODLOADDIR/$LIBAFS ${authtab:+authtab_addr=0x$authtab} > > > $MODLOADDIR/libafs.map > > I added set -x to afs.rc and echo authtab, MODLOADDIR & LIBAFS and it looks > like they are getting set. I get the error "libafs: Unknown parameter > 'authtab_addr'" in /var/log/messages. Is there something else I need to do > to > get this to work? Any 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. -- Derrick _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
