When the "modload /kernel/fs/afs" starts out of /etc/rc3.d/S99afs
a warning is issued:


warning: nfs rfsdisptab_v2 not found;
trying nfsfp_rfsdisptab (for pre Solaris 2.2beta systems)


System type is Solaris 2.5.1 using "libafs.o" version for
/kernel/fs/afs, the latest AFS version 3.4a patches is being used. I
get this message on all systems running Solaris 2.5.1.

I tried to use the Transarc Gateway database on the web but
the server never comes back with any query I give it.

The system seems to be working properly for the most part. Here is
part of the startup file (/etc/rc3.d/S99afs) that is being used:

#
# Load kernel extensions
#

# nfssrv has to be loaded first
if [ -f /kernel/misc/nfssrv ]; then
        echo "Loading NFS server kernel extensions"
        modload /kernel/misc/nfssrv
else
        echo "/kernel/misc/nfssrv does not exist. Skipping AFS startup."
        exit 1
fi

if [ -f /kernel/fs/afs ]; then
        echo "Loading AFS kernel extensions"
        modload /kernel/fs/afs
else
        echo "/kernel/fs/afs does not exist. Skipping AFS startup."
        exit 1
fi


Thanks for your input.


John W. Sopko           University of North Carolina
[EMAIL PROTECTED]        Computer Science Dept.; CB3175
Phone:  919-962-1844    Sitterson Hall; Room 137
Fax:    919-962-1799    Chapel Hill, NC 27599

Reply via email to