diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20120310/006668.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20120310/006668.html | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120310/006668.html b/zarb-ml/mageia-discuss/20120310/006668.html new file mode 100644 index 000000000..a44e7ef11 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120310/006668.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] home network using broadband router + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20home%20network%20using%20broadband%20router&In-Reply-To=%3CCAJWAV%2BE5nqGtqqt2LS09y4_Pi8LaPUEkH4-PFR7DM0qk%3DbTL7Q%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="006667.html"> + <LINK REL="Next" HREF="006669.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] home network using broadband router</H1> + <B>WALKER RICHARD</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20home%20network%20using%20broadband%20router&In-Reply-To=%3CCAJWAV%2BE5nqGtqqt2LS09y4_Pi8LaPUEkH4-PFR7DM0qk%3DbTL7Q%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] home network using broadband router">richard.j.walker at ntlworld.com + </A><BR> + <I>Sat Mar 10 01:34:11 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="006667.html">[Mageia-discuss] home network using broadband router +</A></li> + <LI>Next message: <A HREF="006669.html">[Mageia-discuss] home network using broadband router +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6668">[ date ]</a> + <a href="thread.html#6668">[ thread ]</a> + <a href="subject.html#6668">[ subject ]</a> + <a href="author.html#6668">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>This works for the nfs server on 2010.2 and Mageia 1 (with the bodge +in /etc/sysconfig/nfs-server) + +/etc/exports; +# generated by drakhosts.pl +/home/richmag/Videos +192.168.0.0/8(no_all_squash,async,secure,no_subtree_check,rw) + +The client machine is always 2010.0 and the /etc/fstab entry for the +Mageia 1 server is +192.168.0.101:/home/.rich64/Videos /mnt/Videos nfs +user,rsize=8192,wsize=8192,noauto,soft 0 0 + +Starting the nfs server from the MCC Services list on the Mageia 1 +system produces this pop-up response with a normal setup; +Stopping NFS kernel daemon +Stopping rpc.mountd:[FAILED] +stopping nfsd:[FAILED] +Unexporting directories for NFS kernel daemon... +Exporting directories for NFS kernel daemon... +Starting NFS kernel daemon +Starting nfsd[ OK ] +Starting rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested address +rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested address +rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested address +rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested address +rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested address +rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested address +rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested address +rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested address +[ OK ] + +When you apply the bodge to the nfs-server config file you get the +same thing, but without the eight repetitions of +"rpc.mountdrpc.mountd:svc_tli_create:could not bind to requested +address" between the "d" and the "[" on the last line. And the server +works, but only if you take down the firewall on that box. + +The earlier report that it is also broken on 2010.2 is not yet +confirmed. I am sure it did fail but I haven't been able to repeat the +failure, and I have been trying most of the evening. + +On 10/03/2012, WALKER RICHARD <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">richard.j.walker at ntlworld.com</A>> wrote: +><i> DAMMIT I hit an accidental CTRL-A which should have been a SHIFT-A and +</I>><i> deleted the whole reply. +</I>><i> +</I>><i> I'll get another cup of tea and try again. +</I>><i> +</I></PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="006667.html">[Mageia-discuss] home network using broadband router +</A></li> + <LI>Next message: <A HREF="006669.html">[Mageia-discuss] home network using broadband router +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6668">[ date ]</a> + <a href="thread.html#6668">[ thread ]</a> + <a href="subject.html#6668">[ subject ]</a> + <a href="author.html#6668">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |