From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-October/019081.html | 99 +++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-October/019081.html (limited to 'zarb-ml/mageia-dev/2012-October/019081.html') diff --git a/zarb-ml/mageia-dev/2012-October/019081.html b/zarb-ml/mageia-dev/2012-October/019081.html new file mode 100644 index 000000000..7146cfa71 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-October/019081.html @@ -0,0 +1,99 @@ + + + + [Mageia-dev] Any progress on the NFS mount problem? - One step further + + + + + + + + + +

[Mageia-dev] Any progress on the NFS mount problem? - One step further

+ Guillaume Rousse + guillomovitch at gmail.com +
+ Mon Oct 1 13:18:36 CEST 2012 +

+
+ +
Le 22/09/2012 21:16, Anne Wilson a écrit :
+> udp        0      0 *:nfs                       *:*
+>                    unfsd
+Ouch... You're running an obsolete alternative nfs server. You should 
+uninstall the unfs3 package, and this package should get removed from 
+the distribution.
+
+To summarize, here are the mandatory steps:
+- check you have nfs-utils-clients installed on clients
+- check you have nfs-utils-clients and nfs-utils installed on server
+- check rpcbind, and nfs-common services are running on clients
+- check rpcbind, nfs-common and nfs-server services are running on the 
+server
+
+Once done, check with rpcinfo -s <address> what is actually running on 
+each host.
+
+Now, to ensure usage of NFSv4 instead of obsolete NFSv3:
+- check every host is configured to run rpc.idmapd, meaning 
+NEED_IDMAPD=yes in /etc/sysconfig/nfs-common
+- check your server export a root filesystem, using fsid=0 options in 
+its /etc/exports configuration file
+- drop all your legacy nfs options, such as wsize and rsize from your 
+mount options
+
+Last, you'd better use autofs to mount those filesystems on demand, 
+rather than hardcoding them in /etc/fstab, which avoid to relies on 
+server availability during the boot.
+
+-- 
+BOFH excuse #408:
+
+Computers under water due to SYN flooding.
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1