How to restart (or stop or heck even start) the nfs client service on ubuntu 9.10?

The /etc/init.d/nfs-common file has been removed.

There is no NFS service utility.

Any help greatly appreciated.

0

4 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like