Results 1 to 3 of 3

Thread: nfs-common restart does not work

  1. #1
    Join Date
    Feb 2009
    Beans
    33

    Lightbulb nfs-common restart does not work

    Hi,
    I am trying setup nfs mount points on my system.

    when i try to restart nfs-common servic, I get following error.
    client :~ sudo /etc/init.d/nfs-common restart
    bash: /etc/init.d/nfs-common: No such file or directory


    apt-get install nfs-common gives this message :

    apt-get install nfs-common
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    nfs-common is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.


    what am i doing wrong?
    I'm running
    Linux client 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 x86_64 GNU/Linux (karmic)

  2. #2
    Join Date
    Dec 2009
    Location
    Chennai, India
    Beans
    117

    Re: nfs-common restart does not work

    Hi,

    'nfs-common' is a package which contains NFS support files common to client and server, so the command sudo /etc/init.d/nfs-common restart will not work.

    You can use the following command to list out the init files installed by 'nfs-common' package
    Code:
    dpkg -L nfs-common | grep /etc/init.d/

  3. #3
    Join Date
    Feb 2009
    Beans
    33

    Re: nfs-common restart does not work

    Quote Originally Posted by suseendran.rengabashyam View Post
    Hi,

    'nfs-common' is a package which contains NFS support files common to client and server, so the command sudo /etc/init.d/nfs-common restart will not work.

    You can use the following command to list out the init files installed by 'nfs-common' package
    Code:
    dpkg -L nfs-common | grep /etc/init.d/
    thanks a lot, there are many tutorials which instructed to do nfs-common restart. now its clear to me.

    cheers!!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •