Announcement

Collapse
No announcement yet.

rpc daemons for nfs are not running

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    rpc daemons for nfs are not running


    I'm running Kubuntu 'feisty'. I did not find a forum for the feisty release, so I'm entering
    under the gutsy release.

    I'm setting up a 2nd Kubuntu host on my LAN and I want to gain access to the files
    on my first pc using nfs. When I run ps -elf on my first PC, both xinetd and portmap
    are running. If I run rpcinfo -p as suggested in the nfs HOWTO, I get the following:


    program vers proto port
    100000 2 tcp 111 portmapper
    100000 2 udp 111 portmapper


    The HOWTO indicates that I should be seeing


    program vers proto port
    100000 2 tcp 111 portmapper
    100000 2 udp 111 portmapper
    100011 1 udp 749 rquotad
    100011 2 udp 749 rquotad
    100005 1 udp 759 mountd
    100005 1 tcp 761 mountd
    100005 2 udp 764 mountd
    100005 2 tcp 766 mountd
    100005 3 udp 769 mountd
    100005 3 tcp 771 mountd
    100003 2 udp 2049 nfs
    100003 3 udp 2049 nfs
    300019 1 tcp 830 amd
    300019 1 udp 831 amd
    100024 1 udp 944 status
    100024 1 tcp 946 status
    100021 1 udp 1042 nlockmgr
    100021 3 udp 1042 nlockmgr
    100021 4 udp 1042 nlockmgr
    100021 1 tcp 1629 nlockmgr
    100021 3 tcp 1629 nlockmgr
    100021 4 tcp 1629 nlockmgr


    Do I have to do something special with the xinetd configuration to get
    nfs to work properly? When I try to mount a file system on my first
    PC from my second PC, I get a message saying that the file system
    on the first PC does not exist.

    #2
    Re: rpc daemons for nfs are not running

    I received advice from Dave Uhring that if I run,

    apt-get install nfs-kernel-server

    it will install the nfs server. This worked fine for me.

    Comment

    Working...
    X