1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] fstab problem
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3CCACB12RFx4KNKxLGQFpWpNa-OtdkfV8M8sw58-tdvJfE165ysRQ%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="007898.html">
<LINK REL="Next" HREF="007902.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] fstab problem</H1>
<B>Sander Lepik</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3CCACB12RFx4KNKxLGQFpWpNa-OtdkfV8M8sw58-tdvJfE165ysRQ%40mail.gmail.com%3E"
TITLE="[Mageia-discuss] fstab problem">sander.lepik at eesti.ee
</A><BR>
<I>Sat Jun 16 08:43:42 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="007898.html">[Mageia-discuss] fstab problem
</A></li>
<LI>Next message: <A HREF="007902.html">[Mageia-discuss] fstab problem
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7901">[ date ]</a>
<a href="thread.html#7901">[ thread ]</a>
<a href="subject.html#7901">[ subject ]</a>
<a href="author.html#7901">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Jun 16, 2012 1:36 AM, "JA Magallón" <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">jamagallon at ono.com</A>> wrote:
><i>
</I>><i> On 06/15/2012 08:54 PM, Anne Wilson wrote:
</I>>><i>
</I>>><i> On 15/06/12 19:13, Frank Griffin wrote:
</I>>>><i>
</I>>>><i> On 06/15/2012 01:42 PM, AL13N wrote:
</I>>>>><i>
</I>>>>><i> Op vrijdag 15 juni 2012 16:46:03 schreef Anne Wilson:
</I>>>>>><i>
</I>>>>>><i> 'mount: wrong fs type, bad option, bad superblock on
</I>>>>>><i> 192.168.0.200:/Anne,
</I>>>>>><i>
</I>>>>>><i> has dmesg something? did you have nfs in lsmod?
</I>>>>>><i>
</I>>>><i>
</I>>>><i> Shortly before release I and others noticed that a lot of basic services
</I>>>><i> that were converted to systemd were no longer starting automatically at
</I>>>><i> boot. I thought that it was fixed, but you might check to see that NFS
</I>>>><i> has actually been started.
</I>>><i>
</I>>><i>
</I>>><i> Combining replies:
</I>>><i>
</I>>><i> Sander: nfs-utils-clients wasn't installed on the misbehaving laptop.
</I>After installation, all the 192.168.0.40 mounts work, the 192.168.0.200
ones don't. More digging to be done.
>><i>
</I>>><i> The errors for those two are:
</I>>><i>
</I>>><i> 'mount.nfs: rpc.statd is not running but is required for remote locking.
</I>>><i> mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
</I>>><i> mount.nfs: an incorrect mount option was specified'
</I>>><i>
</I>>><i> Not sure what I have to do about statd - my efforts don't seem to have
</I>achieved much.
>><i>
</I>>><i> AL113N: 'useer' is a red herring :-) I was typing what I could see on
</I>the netbook screen. This is a new install and I hadn't slowed down the
keyboard repeat - doing that now. dmesg didn't have anything to say, and
nfs is in lsmod.
>><i>
</I>>><i> Frank: since the 192.168.0.40 mounts are now working, I think we can
</I>assume that nfs is started. Or maybe not - nfs-common.service is reported
as loaded but dead. I've restarted it, but it has no effect on the
troublesome mounts.
>><i>
</I>>><i> Anne
</I>><i>
</I>><i>
</I>><i> In the failing box, try
</I>><i>
</I>><i> systemctl start nfs.target
</I>><i> systemctl start nfs-server.service
</I>Why start server on client side?
><i>
</I>><i> If after that mounts work, check all your boxes and re-do something like
</I>><i>
</I>><i> systemctl enable nfs.tartget
</I>><i> systemctl enable nfs-server.service
</I>><i>
</I>><i> Problem: after conversion from sysvinit to systemd, nfs is not enabled
</I>even
><i> if it was before. I suppose this will be fixed.
</I>><i>
</I>><i> And don't worry about nfs-common.service. It is dead and removed, but some
</I>><i> other services reference it so it appears in listings. I suppose its
</I>references
><i> will be completely removed in next packages... but it doesn't hurt
</I>><i> (apart your eyes).
</I>For me (on mga2) nfs-common is the service that starts rpc.statd - so i
wouldn't call it a dead thing yet, seems to be pretty much needed.
--
Sander
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-discuss/attachments/20120616/2d57c60d/attachment.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007898.html">[Mageia-discuss] fstab problem
</A></li>
<LI>Next message: <A HREF="007902.html">[Mageia-discuss] fstab problem
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7901">[ date ]</a>
<a href="thread.html#7901">[ thread ]</a>
<a href="subject.html#7901">[ subject ]</a>
<a href="author.html#7901">[ 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>
|