Re: Kernel NFS Server: 0.4.21 outdated?

Guilhem Lavaux (ylavaux@pratique.fr)
Sun, 11 May 1997 11:03:36 +0200


This is a multi-part message in MIME format.
--------------7EF007C24AE0B5C7CBDE5441
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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 |
-----------------------------------|
--------------7EF007C24AE0B5C7CBDE5441
Content-Type: text/plain; charset=us-ascii; name="patch-linux"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="patch-linux"

--- 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. */

--------------7EF007C24AE0B5C7CBDE5441--