The /etc/init.d/nfs-common file has been removed.
There is no NFS service utility.
Any help greatly appreciated.
04 Answers
Thanks for the replies.
Andrew -
The "nfs" is unknown. Is there a new nfs client service name?
$ initctl start nfs initctl: Unknown job: nfs
Damian -
It looks like they removed this file intentionally. I found this explanation:
But I am still unclear about what is needed to initialize the nfs client now that /etc/init.d/nfs-common has been removed.
Just found this:
NFSv4Howto - Community Ubuntu Documentation
... and restart nfs-common.
service idmapd restart
So, apparently, nfs-common is now known as idmapd?
Use initctl start <service-name>.
Try completely removing the package using apt-get --purge remove <package> and reinstalling.