[Bug 1624715] Re: rpc.statd not started automatically

2017-06-29 Thread Mark Wagner
The second line got wrapped on the "-". "statd.service" should be part of it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1624715 Title: rpc.statd not started automatically To manage

[Bug 1624715] Re: rpc.statd not started automatically

2017-06-29 Thread Mark Wagner
The systemd unit erroneously thinks that only NFS servers need rpc.statd. Try this fix: sudo cp /lib/systemd/system/rpc-statd.service /etc/systemd/system/ echo "WantedBy=nfs-client.target" | sudo tee -a /etc/systemd/system/rpc-statd.service sudo systemctl reenable rpc-statd.service sudo