diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/018811.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-September/018811.html | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-September/018811.html b/zarb-ml/mageia-dev/2012-September/018811.html new file mode 100644 index 000000000..d38de34a5 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-September/018811.html @@ -0,0 +1,130 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Any progress on the NFS mount problem? + </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&In-Reply-To=%3C505B7E87.8%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="018808.html"> + <LINK REL="Next" HREF="018814.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Any progress on the NFS mount problem?</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&In-Reply-To=%3C505B7E87.8%40gmail.com%3E" + TITLE="[Mageia-dev] Any progress on the NFS mount problem?">guillomovitch at gmail.com + </A><BR> + <I>Thu Sep 20 22:37:27 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="018808.html">[Mageia-dev] Any progress on the NFS mount problem? +</A></li> + <LI>Next message: <A HREF="018814.html">[Mageia-dev] Any progress on the NFS mount problem? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#18811">[ date ]</a> + <a href="thread.html#18811">[ thread ]</a> + <a href="subject.html#18811">[ subject ]</a> + <a href="author.html#18811">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 20/09/2012 20:17, Anne Wilson a écrit : +>>><i> Looks as though the problem relates to rpc on the server. I +</I>>>><i> don't mind doing the digging, but can you point me to the right +</I>>>><i> place to start the hole? +</I>>><i> I'd try to understand why the nfs daemon (rpc.nfsd) is listening on +</I>>><i> IPv6 only, whereas the mount daemon (rpc.mountd) is listening both +</I>>><i> on IPv4 and IPv6. +</I>>><i> +</I>><i> Where is that configured? +</I>There is no such 'use IPv6 only' configuration option AFAIK, this seems +rather like a problem. Maybe not specific to NFS, BTW. + +There is no --verbose flag for rpc.nfsd, but you may use rpcdebug instead: +rpcdebug -m nfsd -s all + +Then, restart the nfs-server service, and check your logs. + +>><i> BTW, you're also lacking rpc.idmapd, which is mandatory for NFSv4 +</I>>><i> support, but that's a secondary issue. +</I>>><i> +</I>><i> I've done a lot of googling, and most of what I found was +</I>><i> ubuntu-specific. However, I found a recent entry saying that it is +</I>><i> provided by nfs-utils - that that is installed. nfs-common and +</I>><i> nfs-server are both running, according to mcc. +</I>nfs-common service, as 90% of similar services, use an +/etc/sysconfig/nfs-common congiguration file. Just set NEEDIDMAPD to yes +to ensure it runs. + +Also, you'd better forget GUIs when trying to debug issue, and ressort +to command line instead, you'll have much more control and feedback. + +><i> Following another +</I>><i> lead, I tried to locate nfsmount.conf and found that I had a backup +</I>><i> containing it, and a man page, but no actual file. +</I>That's an interesting point, it means your actual setup differs from the +default package one. Try 'rpm --verify nfs-utils' and 'rpm --verify +nfs-utils-client' to check what has been modified exactly. + +><i> This is incredibly difficult. Users shouldn't have to jump through +</I>><i> this number of hoops to do something so basic to productivity :-( +</I>I'm not sure what users should have to do or not, but I'm quite sure +this kind of imprecations won't help you solve the issue. + +If everything else fails, you may also inhibit IPv6 completly: just add +'install ipv6 /bin/true' in any file under /etc/modprobe.d, and reboot. + +-- +BOFH excuse #364: + +Sand fleas eating the Internet cables +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="018808.html">[Mageia-dev] Any progress on the NFS mount problem? +</A></li> + <LI>Next message: <A HREF="018814.html">[Mageia-dev] Any progress on the NFS mount problem? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#18811">[ date ]</a> + <a href="thread.html#18811">[ thread ]</a> + <a href="subject.html#18811">[ subject ]</a> + <a href="author.html#18811">[ 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> |