NFS Daemon Failed to load: nfssvc not Implemented

NFS Daemon Failed to load: nfssvc not Implemented

Post by root » Sun, 31 Dec 1899 09:00:00



When upgrading my RedHat 6.0 to kernels 2.2.10 and 2.2.12, the
NFS Daemon does not load properly.

At boot, I get FAILED, and when trying to run /usr/sbin/rpc.nfsd
manually, I get;
nfssvc: Function not implemented

NFS runs properly under the default RH6.0 kernel 2.2.5-15 kernel.

Any suggestions on how to fix this?

This problem exists on 2 seperate machines.  A PII 400, 512MB RAM w/
RAID 5 (AMI MegaRAID), and a Dual PII 333, 256MB RAM, IDE.

Thanx in advance!

___________________________
James C. Montz

Northwest Internet Services
http://www.ncn.net

 
 
 

NFS Daemon Failed to load: nfssvc not Implemented

Post by Peter S. Fal » Sun, 31 Dec 1899 09:00:00



>When upgrading my RedHat 6.0 to kernels 2.2.10 and 2.2.12, the
>NFS Daemon does not load properly.

>At boot, I get FAILED, and when trying to run /usr/sbin/rpc.nfsd
>manually, I get;
>nfssvc: Function not implemented

>NFS runs properly under the default RH6.0 kernel 2.2.5-15 kernel.

>Any suggestions on how to fix this?

I ran into this problem and fixed it by the following.  I'm not sure
why this works so, I don't know if this is the "right" way to do it:

(Using "make menuconfig")

- Under "Code maturity level options" select
        "Prompt for development and/or incomplete drivers"

- Under "Filesystems->Network File Systems" select "Y" for NFS server
        support.  (I *think* you can build it as a module also, but
        you may need to manually load the nfsd module.)

- Despite the above, continue using the user space NFS drivers.

YMMV.

--
Peter Fales                       Lucent Technologies, Room 9A-213
N9IYJ                             2000 N Naperville Rd PO Box 3033

Remove the "1" from my email    work: (630) 979-8031

 
 
 

NFS Daemon Failed to load: nfssvc not Implemented

Post by William B. Cattel » Sun, 31 Dec 1899 09:00:00



> When upgrading my RedHat 6.0 to kernels 2.2.10 and 2.2.12, the
> NFS Daemon does not load properly.

> At boot, I get FAILED, and when trying to run /usr/sbin/rpc.nfsd
> manually, I get;
> nfssvc: Function not implemented

> NFS runs properly under the default RH6.0 kernel 2.2.5-15 kernel.

> Any suggestions on how to fix this?

> This problem exists on 2 seperate machines.  A PII 400, 512MB RAM w/
> RAID 5 (AMI MegaRAID), and a Dual PII 333, 256MB RAM, IDE.

> Thanx in advance!

> ___________________________
> James C. Montz

> Northwest Internet Services
> http://www.ncn.net

I was getting the same error message with a 2.2.11 kernel.
I rebooted off the old kernel (2.2.5-15) and nfsd loaded
fine.  I had recompiled 2.2.11 with the NFS stuff in it and
as modules but nfsd kedt showing the same error.  I did a
search on Deja News and found a reference that suggested
getting off 2.2.11.  FWIW.

Bill
--
--------------------------------------------------------------
http://members.home.com/wcattell
--------------------------------------------------------------
Park not thy Harley in the darkness of thine garage, that it
may collect dust for want of being oft ridden. Ride thy
Harley
with thy brethren, and rejoice in the spirit of the road.
--------------------------------------------------------------

 
 
 

NFS Daemon Failed to load: nfssvc not Implemented

Post by vilmoss.. » Sun, 31 Dec 1899 09:00:00



> When upgrading my RedHat 6.0 to kernels 2.2.10 and 2.2.12, the
> NFS Daemon does not load properly.

> At boot, I get FAILED, and when trying to run /usr/sbin/rpc.nfsd
> manually, I get;
> nfssvc: Function not implemented

Hi,

First, don't use root...

I had the same problem in the same environment when I tried to compile
nfs server as a module. When I compiled it right into the kernel, the
problem went away and now I can use it.

Vilmos

Ps. Please don't crosspost it into som many newsgroups.

--
Looking for a job in British Columbia.
http://members.home.net/vilmossoti/resume.html

 
 
 

NFS Daemon Failed to load: nfssvc not Implemented

Post by newsseeke » Sun, 31 Dec 1899 09:00:00


Everyone,

Thank you so much.  I've been tearing my hair out trying to find out why, and
your suggestions look like they did the trick.  I just recompiled my kernel
with the NFS server and daemon included in the kernel, not as modules.....that
seems to be the key.  Why?  I don't know, but I'm just happy to get it
running.

Thanks again,
--nwskr



> >When upgrading my RedHat 6.0 to kernels 2.2.10 and 2.2.12, the
> >NFS Daemon does not load properly.

> >At boot, I get FAILED, and when trying to run /usr/sbin/rpc.nfsd
> >manually, I get;
> >nfssvc: Function not implemented

> >NFS runs properly under the default RH6.0 kernel 2.2.5-15 kernel.

> >Any suggestions on how to fix this?

> I ran into this problem and fixed it by the following.  I'm not sure
> why this works so, I don't know if this is the "right" way to do it:

> (Using "make menuconfig")

> - Under "Code maturity level options" select
>         "Prompt for development and/or incomplete drivers"

> - Under "Filesystems->Network File Systems" select "Y" for NFS server
>         support.  (I *think* you can build it as a module also, but
>         you may need to manually load the nfsd module.)

> - Despite the above, continue using the user space NFS drivers.

> YMMV.

> --
> Peter Fales                       Lucent Technologies, Room 9A-213
> N9IYJ                             2000 N Naperville Rd PO Box 3033

> Remove the "1" from my email      work: (630) 979-8031

 
 
 

NFS Daemon Failed to load: nfssvc not Implemented

Post by Jeroen Willem » Sun, 31 Dec 1899 09:00:00


Hi William, I hope you aren't surfing as root........ Crackers heaven.....

Regards,

jEroen

 
 
 

NFS Daemon Failed to load: nfssvc not Implemented

Post by William B. Cattel » Sun, 31 Dec 1899 09:00:00





> Hi William, I hope you aren't surfing as root........ Crackers heaven.....

> Regards,

> jEroen

No, actually the guy I was responding to was in as root.  That's what the
'>>' shows - that I was quoting and replying to a guy using 'root'.  Good
advice though.

Bill

--
--------------------------------------------------------------
http://members.home.com/wcattell
--------------------------------------------------------------
Park not thy Harley in the darkness of thine garage, that it
may collect dust for want of being oft ridden. Ride thy Harley
with thy brethren, and rejoice in the spirit of the road.
--------------------------------------------------------------

 
 
 

1. NFS server fails: [nfssvc: Function not implemented]

HI,

I am trying to setup a NFS server.  I installed knfsd-1.2.2-4 on my
RedHat 6.0 box (kernel 2.2.16).
However, when I boot or try to run rpc.nfsd I get the message:
    nfssvc: Function not implemented

The NFS-HOWTO says very little about how to setup the server.

Any hint would be appreciated

nicolas

2. A Challenge for applet (docklet) creators...

3. RH6.0 NFS: nfssvc -- function not implemented

4. cpio errors when run flarcreate

5. NFS Server error-> nfssvc: Function not implemented

6. orb link problem, cant find the files.

7. LinuxPPC 2K - Starting NFS daemon: nfssvc: Function not implimented

8. Crontab problems

9. rpc.nfsd - 'nfssvc function not implemented' error

10. SOLUTION: nfssvc: function not implemented

11. nfssvc: Function not implemented

12. nfssvc not implemented?

13. rpc.nfsd: nfssvc: Function not implemented