Messages in this thread Patch in this message |  | | | Date | Sun, 11 May 1997 11:03:36 +0200 | | From | Guilhem Lavaux <> | | Subject | Re: Kernel NFS Server: 0.4.21 outdated? |
| |
Christoph Lameter wrote: > > I am trying to see how the NFS Server works in the recent kernels. > > Have build the NFS tools from Olaf but they seem to be outdated > referencing locations in /proc that do not exist. > Hmm, I don't know whether it was added in Linux 2.1.36. But, in Linux 2.1.34 or 35 (I don't know anymore), I needed the patch below to enable the PROC support for kernel RPC.
> How do I get the RPC services working? Could not find a daemon to replace > the RPC mapper. > > --- +++ --- +++ --- +++ --- +++ --- +++ --- +++ --- +++ --- > Please always CC me when replying to posts on mailing lists. Regards,
Guilhem. -- -----------------------------------| | /-\ LAVAUX Yves & Guilhem | | / \ /-\ | |-/ \ / \ /------------| | \ / \-/ | | \-/ ylavaux@pratique.fr | -----------------------------------|--- socket.c.orig Sun May 11 10:55:23 1997 +++ socket.c Fri Apr 11 21:20:25 1997 @@ -1460,6 +1460,10 @@ fwchain_init(); #endif +#ifdef CONFIG_SUNRPC + rpc_proc_init(); +#endif + /* * Initialize the protocols module. */ |  |