Re: [OpenAFS] Need help with translator

2010-12-03 Thread Karen Eldredge
I don't think the translator code gets built by default, and your error suggests it's not compiled in. Try removing or commenting out the line that defines AFS_NONFSTRANS in src/config/param.linux26.h and rebuilding. Thanks Marc that did the trick. Now to make sure it works like our production

Re: [OpenAFS] Need help with translator

2010-12-03 Thread Simon Wilkinson
On 3 Dec 2010, at 18:36, Karen Eldredge karen.eldre...@infoprint.com wrote: I don't think the translator code gets built by default, and your error suggests it's not compiled in. Try removing or commenting out the line that defines AFS_NONFSTRANS in src/config/param.linux26.h and

Re: [OpenAFS] Need help with translator

2010-12-02 Thread Karen Eldredge
The changes in the kernel that makes us unable to build the NFS translator appeared in 2.6.29. So I would guess that SLES 11 (no SP) would work (2.6.27), but that SLES 11 SP1 (2.6.32), OpenSUSE 11.3 (2.6.34) or anything newer would not. Marc I tried with SLES 11 (no SP) and still get the same

Re: [OpenAFS] Need help with translator

2010-12-02 Thread Marc Dionne
On Thu, Dec 2, 2010 at 6:15 PM, Karen Eldredge karen.eldre...@infoprint.com wrote: The changes in the kernel that makes us unable to build the NFS translator appeared in 2.6.29.  So I would guess that SLES 11 (no SP) would work (2.6.27), but that SLES 11 SP1 (2.6.32), OpenSUSE 11.3 (2.6.34) or

Re: [OpenAFS] Need help with translator

2010-11-24 Thread Karen Eldredge
cc openafs-info@openafs.org Subject Re: [OpenAFS] Need help

Re: [OpenAFS] Need help with translator

2010-11-24 Thread Marc Dionne
On Wed, Nov 24, 2010 at 7:53 AM, Karen Eldredge karen.eldre...@infoprint.com wrote: Do you think if I use SLES 11 SP1 it will work?  What version do you suggest using? Thanks, Karen The changes in the kernel that makes us unable to build the NFS translator appeared in 2.6.29. So I would

Re: [OpenAFS] Need help with translator

2010-11-24 Thread Karen Eldredge
Thank you so much. I will give it a try with the kernel level you suggested. _ This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are

[OpenAFS] Need help with translator

2010-11-23 Thread Karen Eldredge
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 21 authtab=`awk '/[ \t]authtab[ \t]/ {print $1}' /proc/kallsyms` /sbin/insmod $MODLOADDIR/$LIBAFS ${authtab:+authtab_addr=0x$authtab} $MODLOADDIR/libafs.map I

Re: [OpenAFS] Need help with translator

2010-11-23 Thread Derrick Brashear
On Tue, Nov 23, 2010 at 6:14 PM, Karen Eldredge karen.eldre...@infoprint.com 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 21 authtab=`awk '/[ \t]authtab[ \t]/ {print $1}' /proc/kallsyms`