I reported the identical error message to Transarc about a year ago. We
were told then that the error message was benign and to ignore it. The
explaination, I believe (it's been awhile), was that some special debugging
was inserted into the afs driver code for Solaris 2.1 that depended upon
the presence of certain symbols, i.e., rfsdisptab_v2 and nfsfp_rfsdisptab.
I believe that support for the rfs file system was removed in Solaris 2.5
and 2.5.1. Hence, the error message you received.
I hope this helps.
-Steven McElwee
--
---------------------------------------------------------------------------
Steven McElwee | Email --> | [EMAIL PROTECTED]
OIT/System Adm | <-- US Snail Mail |
Duke University |------------------------|-------------------------
417 North Building | (919) 660-6914 (Work) | (919) 660-7029 (Fax)
Durham, NC 27706 | (919) 683-0960 (Pager)| (919) 971-0781 (Cellular)
---------------------------------------------------------------------------
-- original message follows --
> From: John Sopko <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Question on "warning: nfs rfsdisptab_v2 not found"
> Date: Tue, 3 Dec 1996 08:19:34 -0500
> 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