You are not logged in.
Pages: 1
/etc/rc.d/nfs-common
script, which is part of nfs-utils package doesn't work well with systemd.
Specifically, the line
ck_daemon rpcbind && { echo -n "Start rpcbind first." >&2; stat_die; }
breaks functionality of nfs-common.service unit since systemd does not start rpcbind through /etc/rc.d/rpcbind and thus does not put the file ck_daemon checks for into /var/run/daemons.
As a consequence NFS services won't start when enabled through systemd units.
I don't know if the community/packager cares about systemd in this context but I thought I'd report this behaviour.
It is easily fixed by commenting out the line but maybe there is a more "integrated" solution.
Maybe changing the unit file of rpcbind is easiest, i dunno.
Offline
I've been sitting on a pull request that I'm too lazy to test and merge. Feel free to give it a run.
Offline
Pages: 1