Thanks for your help,
I´ve checked what Jan said, and in .config is NFS_FS=y. When i do
modprobe sunrpc shows me:
[root@laca01 ~]# modprobe sunrpc
FATAL: Module sunrpc not found.
FATAL: Error running install command for sunrpc
It´s really annoyng :)
On Mon, 27 Dec 2004 20:46:38 +0100 (MET), Jan Engelhardt
<jengelh@xxxxxxxxxxxxxxx> wrote:
First sorry about my poor english. I read in internet that it´s best
if i recompile NFS4 as module, so i did it. But i have this error
message. I dont know wht to do. when i do make xconfig, in filesystem,
i have checked all that have NFS and RPC, but it insist in not work.
Really? I have this in fs/Kconfig (2.6.8+2.6.9-rc2):
menu "Network File Systems"
depends on NET
config NFS_FS
tristate "NFS file system support"
depends on INET
select LOCKD
select SUNRPC
select NFS_ACL_SUPPORT if NFS_ACL
So SUNRPC should always be selected whenever you say yes/module to "NFS file
system support".
Check the .config if NFS_FS=y or =m, that'd be my guess.