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
|
<!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=%3C4FDBB78F.7060904%40ono.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Next" HREF="007901.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] fstab problem</H1>
<B>JA Magallón</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3C4FDBB78F.7060904%40ono.com%3E"
TITLE="[Mageia-discuss] fstab problem">jamagallon at ono.com
</A><BR>
<I>Sat Jun 16 00:30:39 CEST 2012</I>
<P><UL>
<LI>Next message: <A HREF="007901.html">[Mageia-discuss] fstab problem
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7898">[ date ]</a>
<a href="thread.html#7898">[ thread ]</a>
<a href="subject.html#7898">[ subject ]</a>
<a href="author.html#7898">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 06/15/2012 08:54 PM, Anne Wilson wrote:
><i> On 15/06/12 19:13, Frank Griffin wrote:
</I>>><i> On 06/15/2012 01:42 PM, AL13N wrote:
</I>>>><i> Op vrijdag 15 juni 2012 16:46:03 schreef Anne Wilson:
</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> Combining replies:
</I>><i>
</I>><i> Sander: nfs-utils-clients wasn't installed on the misbehaving laptop. 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>><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 achieved much.
</I>><i>
</I>><i> AL113N: 'useer' is a red herring :-) I was typing what I could see on 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>><i> Frank: since the 192.168.0.40 mounts are now working, I think we can 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>><i> Anne
</I>
In the failing box, try
systemctl start nfs.target
systemctl start nfs-server.service
If after that mounts work, check all your boxes and re-do something like
systemctl enable nfs.tartget
systemctl enable nfs-server.service
Problem: after conversion from sysvinit to systemd, nfs is not enabled even
if it was before. I suppose this will be fixed.
And don't worry about nfs-common.service. It is dead and removed, but some
other services reference it so it appears in listings. I suppose its references
will be completely removed in next packages... but it doesn't hurt
(apart your eyes).
--
J.A. Magallon <jamagallon()ono!com> \ Winter is coming...
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Next message: <A HREF="007901.html">[Mageia-discuss] fstab problem
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7898">[ date ]</a>
<a href="thread.html#7898">[ thread ]</a>
<a href="subject.html#7898">[ subject ]</a>
<a href="author.html#7898">[ 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>
|