[OpenAFS] sun4x86_510: Loading kernel module openafs-1.4.2

Christopher D. Clausen cclausen@acm.org
Wed, 1 Nov 2006 14:50:11 -0600


Paul Mitchell <pmitchel@email.unc.edu> wrote:
> On Thu, 26 Oct 2006, Christopher D. Clausen wrote:
>> You can install them using the old docs on openafs.org.  I have NOT
>> tested them myself and offer no warranties as to their functionality:
>> http://www.acm.uiuc.edu/~cclausen/openafs-1.4.2-cdc-sunx86_510.tar.gz
>
> Loading AFS kernel extensions
> + modload /kernel/fs/amd64/afs
> can't load module: No such file or directory
> + [ -x /usr/afs/bin/bosserver ]
> + [ ! -f /usr/vice/etc/afsd ]
> + [ ! -f /usr/vice/etc/cacheinfo ]
> + [ ! -f /usr/vice/etc/ThisCell ]
> + [ ! -f /usr/vice/etc/CellServDB ]
> + awk -F: {print $1, $2} /usr/vice/etc/cacheinfo
> + [ ! -d /afs ]
> + [ ! -d /usr/vice/cache ]
> + echo Starting afsd
> Starting afsd
> + /usr/vice/etc/afsd -stat 2000 -dcache 800 -daemons 3 -volumes 70
> -afsdb Bad System Call - core dumped
> + [ -f /usr/afsws/etc/package -a -f
> /usr/vice/etc/config/package.options ] + [ -f /usr/sbin/inetd.afs -a
> -f /etc/inetd.conf.afs ] + echo
>
> # exit
>
> script done on Wed Nov 01 13:54:55 2006
>
> It appears to be unhappy with my /kernel/fs/amd64/afs library.
>
> Which one of these should I be using?
>
> -rw-r--r-- 1 pmitchel employee 1269348 2006-10-26 15:08 libafs.nonfs.o
> -rw-r--r-- 1 pmitchel employee 1309556 2006-10-26 15:08 libafs.o
> -rw-r--r-- 1 pmitchel employee 1822408 2006-10-26 15:11
> libafs64.nonfs.o -rw-r--r-- 1 pmitchel employee 1888128 2006-10-26 
> 15:11 libafs64.o
>
> (FTR, I was using: libafs.nonfs.o)

libafs.nonfs.o is NOT 64-bit.  You need to use libafs64.nonfs.o if you 
have an AMD64 system.  I do not have any AMD64 systems, so I can't say 
if that works or not.  I also haven't tested these binaries myself yet, 
they could just be broken.  I'll try to get to it sometime today.

What does uname -a say for you?
[cclausen@ray:/]% uname -a
SunOS ray 5.10 Generic_118855-19 i86pc i386 i86pc

<<CDC