Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523308 - net-fs/nfs-utils - /usr/lib/systemd/system/rpc-statd.service calls /usr/sbin/rpc.statd when it should call /sbin/rpc.statd
Summary: net-fs/nfs-utils - /usr/lib/systemd/system/rpc-statd.service calls /usr/sbin/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-20 17:06 UTC by Kevin Meagher
Modified: 2014-09-21 03:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Meagher 2014-09-20 17:06:36 UTC
When i boot with openRC rpc.statd and rpc.idmapd bot work find but when i boot with systemd neither work.

/usr/lib/systemd/system/rpc-statd.service contains the following line: 

ExecStart=/usr/sbin/rpc.statd --no-notify $STATDARGS

but rpc.statd resides in /sbin! (don't ask me why)



Also nfs-config.service has problems because it cant find nfsutils_env.sh. Possibly because it should be in nfs-utils package but was omitted?

systemd[1357]: Failed at step EXEC spawning /usr/lib/systemd/scripts/nfsutils_env.sh: No such file or directory

nfs-idmapd.service, also fails with 
rpc.idmapd[1360]: main: open(/var/lib/nfs/rpc_pipefs//nfs): No such file or directory

Its less clear why this is happening but as i don't use nfs4, I havn't tried to figure it out.
Comment 1 Mike Gilbert gentoo-dev 2014-09-21 03:35:54 UTC
This was fixed without a revbump in June.

+*nfs-utils-1.3.0-r1 (21 Sep 2014)
+
+  21 Sep 2014; Mike Gilbert <floppym@gentoo.org> +nfs-utils-1.3.0-r1.ebuild,
+  -nfs-utils-1.3.0.ebuild:
+  Revbump so that people actually get the 'hacked up' systemd units, bug 523308.