[OpenAFS] sun4x86_510: Loading kernel module openafs-1.4.1-rc2 replay

Paul Mitchell pmitchel@email.unc.edu
Wed, 1 Nov 2006 14:06:57 -0500 (EST)


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
>
> Let me know if they work or not for you.

Hello Christopher,
    I still appear to have a problem.  Here's the log:

Script started on Wed Nov 01 13:54:48 2006
# /etc/init.d/afs start
CONFIG=/usr/vice/etc/config
AFSDOPT=/usr/vice/etc/config/afsd.options
PACKAGE=/usr/vice/etc/config/package.options
EXTRAOPTS=-afsdb
LARGE=-stat 2800 -dcache 2400 -daemons 5 -volumes 128
MEDIUM=-stat 2000 -dcache 800 -daemons 3 -volumes 70
SMALL=-stat 300 -dcache 100 -daemons 2 -volumes 50
+ [ -f /usr/vice/etc/config/afsd.options ] 
OPTIONS=-stat 2000 -dcache 800 -daemons 3 -volumes 70 -afsdb
PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/sbin:/bin:/usr/bin
+ grep -s afs /etc/name_to_sysnum 
+ echo Entry for afs already exists in /etc/name_to_sysnum 
Entry for afs already exists in /etc/name_to_sysnum
+ [ ! -x /bin/isalist ] 
+ /bin/isalist 
nfssrv=/kernel/misc/amd64/nfssrv
afs=/kernel/fs/amd64/afs
+ [ -f /kernel/misc/amd64/nfssrv ] 
+ echo Loading NFS server kernel extensions 
Loading NFS server kernel extensions
+ modload /kernel/misc/amd64/nfssrv 
+ [ -f /kernel/fs/amd64/afs ] 
+ echo Loading AFS kernel extensions 
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)

Paul