diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-October/019081.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-October/019081.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-October/019081.html | 99 |
1 files changed, 99 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Any progress on the NFS mount problem? - One step further + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Any%20progress%20on%20the%20NFS%20mount%20problem%3F%20-%20One%20step%0A%20further&In-Reply-To=%3C50697C0C.3030401%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="019080.html"> + <LINK REL="Next" HREF="019092.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Any progress on the NFS mount problem? - One step further</H1> + <B>Guillaume Rousse</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Any%20progress%20on%20the%20NFS%20mount%20problem%3F%20-%20One%20step%0A%20further&In-Reply-To=%3C50697C0C.3030401%40gmail.com%3E" + TITLE="[Mageia-dev] Any progress on the NFS mount problem? - One step further">guillomovitch at gmail.com + </A><BR> + <I>Mon Oct 1 13:18:36 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="019080.html">[Mageia-dev] Real Time Kernel version +</A></li> + <LI>Next message: <A HREF="019092.html">[Mageia-dev] Any progress on the NFS mount problem? - One step further +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#19081">[ date ]</a> + <a href="thread.html#19081">[ thread ]</a> + <a href="subject.html#19081">[ subject ]</a> + <a href="author.html#19081">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 22/09/2012 21:16, Anne Wilson a écrit : +><i> udp 0 0 *:nfs *:* +</I>><i> unfsd +</I>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. +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="019080.html">[Mageia-dev] Real Time Kernel version +</A></li> + <LI>Next message: <A HREF="019092.html">[Mageia-dev] Any progress on the NFS mount problem? - One step further +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#19081">[ date ]</a> + <a href="thread.html#19081">[ thread ]</a> + <a href="subject.html#19081">[ subject ]</a> + <a href="author.html#19081">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |