Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: systemd question
Date: Wed, 26 Sep 2012 13:13:24
Message-Id: 5062FEF8.9060902@gmail.com
In Reply to: Re: [gentoo-user] Re: systemd question by "Canek Peláez Valdés"
1 On 09/25/2012 08:21 PM, Canek Peláez Valdés wrote:
2
3 > Do
4 > you need remote filesystem support? If not, then don't worry about it;
5 > but if you want to find the problem, send the output from systemctl
6 > status remote-fs.target. Mine is:
7 >
8 > # systemctl status remote-fs.target
9 > remote-fs.target - Remote File Systems
10 > Loaded: loaded (/usr/lib64/systemd/system/remote-fs.target; enabled)
11 > Active: active since Mon, 24 Sep 2012 18:33:09 -0500; 1 day and 3h ago
12 > Docs: man:systemd.special(7)
13
14 I mount /usr/portage by nfs, so I do want remote-fs support.
15
16 The problem is listed by journalctl:
17
18 Sep 26 05:44:27 a6v rpc.statd[1658]: Running as root. chown /var/lib/nfs to choose different user
19 Sep 26 05:44:27 a6v rpc.statd[1658]: failed to create RPC listeners, exiting
20 Sep 26 05:44:27 a6v mount[1655]: mount.nfs: rpc.statd is not running but is required for remote locking.
21 Sep 26 05:44:27 a6v mount[1655]: mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
22 Sep 26 05:44:27 a6v mount[1655]: mount.nfs: an incorrect mount option was specified
23 Sep 26 05:44:27 a6v systemd[1]: usr-portage.mount mount process exited, code=exited status=32
24 Sep 26 05:44:27 a6v systemd[1]: Failed to mount /usr/portage.
25 Sep 26 05:44:27 a6v systemd[1]: Dependency failed for Remote File Systems.
26 Sep 26 05:44:27 a6v systemd[1]: Job remote-fs.target/start failed with result 'dependency'.
27 Sep 26 05:44:27 a6v systemd[1]: Unit usr-portage.mount entered failed state.
28
29 # systemctl status remote-fs.target
30 remote-fs.target - Remote File Systems
31 Loaded: loaded (/usr/lib64/systemd/system/remote-fs.target; enabled)
32 Active: inactive (dead)
33 Docs: man:systemd.special(7)
34
35 # grep nfs /etc/fstab
36 a6:/usr/portage /usr/portage nfs rw,auto 0 0
37 (BTW, this works correctly when booting with openrc.)
38
39 Any hints would be much appreciated, thanks.

Replies

Subject Author
Re: [gentoo-user] Re: systemd question "Canek Peláez Valdés" <caneko@×××××.com>