Networking Forums

Networking Forums > Computer Networking > Linux Networking > rcp daemons not running

Reply
Thread Tools Display Modes

rcp daemons not running

 
 
Jim Anderson
Guest
Posts: n/a

 
      07-14-2008, 05:09 PM

I'm running Kubuntu 7.10 on two desktop PCs and I'd like to
use NFS with them. The first PC, peewee, will be the server.
It is running xinetd and portmap. When I run rpcinfo -p, the
only lines to show up are:

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


The Linux nfs HOWTO indicates that for nfs to run, the following
daemons should show up when I run rpcinfo -p:

> 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 add something to xinetd.conf to get these others
daemons started?

Jim Anderson
 
Reply With Quote
 
 
 
 
Dave Uhring
Guest
Posts: n/a

 
      07-14-2008, 06:14 PM
On Mon, 14 Jul 2008 13:09:02 -0400, Jim Anderson wrote:

> I'm running Kubuntu 7.10 on two desktop PCs and I'd like to
> use NFS with them. The first PC, peewee, will be the server.
> It is running xinetd and portmap. When I run rpcinfo -p, the
> only lines to show up are:
>
>> program vers proto port
>> 100000 2 tcp 111 portmapper
>> 100000 2 udp 111 portmapper


apt-get install nfs-common

 
Reply With Quote
 
Dave Uhring
Guest
Posts: n/a

 
      07-14-2008, 06:16 PM
On Mon, 14 Jul 2008 13:14:02 -0500, Dave Uhring wrote:

> On Mon, 14 Jul 2008 13:09:02 -0400, Jim Anderson wrote:
>
>> I'm running Kubuntu 7.10 on two desktop PCs and I'd like to
>> use NFS with them. The first PC, peewee, will be the server.
>> It is running xinetd and portmap. When I run rpcinfo -p, the
>> only lines to show up are:
>>
>>> program vers proto port
>>> 100000 2 tcp 111 portmapper
>>> 100000 2 udp 111 portmapper

>
> apt-get install nfs-common


Oops, that's for the client. For the server I'm pretty sure that you want

apt-get install nfs-kernel-server

 
Reply With Quote
 
Jim Anderson
Guest
Posts: n/a

 
      07-16-2008, 12:56 PM
Dave Uhring wrote:
> On Mon, 14 Jul 2008 13:14:02 -0500, Dave Uhring wrote:
>
>> On Mon, 14 Jul 2008 13:09:02 -0400, Jim Anderson wrote:
>>
>>> I'm running Kubuntu 7.10 on two desktop PCs and I'd like to
>>> use NFS with them. The first PC, peewee, will be the server.
>>> It is running xinetd and portmap. When I run rpcinfo -p, the
>>> only lines to show up are:
>>>
>>>> program vers proto port
>>>> 100000 2 tcp 111 portmapper
>>>> 100000 2 udp 111 portmapper

>> apt-get install nfs-common

>
> Oops, that's for the client. For the server I'm pretty sure that you want
>
> apt-get install nfs-kernel-server
>


Dave,

Thank you. That moved me a step forward. When I run
rpcinfo -p now, all of the daemons are running.

I still can mount the files system that I'm trying
to mount on nfs. I'll make another post to the newsgroup.

Jim
 
Reply With Quote
 
Jim Anderson
Guest
Posts: n/a

 
      07-16-2008, 12:58 PM
Dave Uhring wrote:
> On Mon, 14 Jul 2008 13:14:02 -0500, Dave Uhring wrote:
>
>> On Mon, 14 Jul 2008 13:09:02 -0400, Jim Anderson wrote:
>>
>>> I'm running Kubuntu 7.10 on two desktop PCs and I'd like to
>>> use NFS with them. The first PC, peewee, will be the server.
>>> It is running xinetd and portmap. When I run rpcinfo -p, the
>>> only lines to show up are:
>>>
>>>> program vers proto port
>>>> 100000 2 tcp 111 portmapper
>>>> 100000 2 udp 111 portmapper

>> apt-get install nfs-common

>
> Oops, that's for the client. For the server I'm pretty sure that you want
>
> apt-get install nfs-kernel-server
>


Dave,

Thank for the help. I can now run rpcinfo -p and
it shows all the daemons are running.

I still can mount the file system that I want to
see using nfs. I will post again to the newsgroup.

Jim
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running .exe David Windows Networking 2 05-10-2007 02:15 PM
Running LAN Goyal.adi@gmail.com Linux Networking 1 01-05-2006 11:30 AM
RUNNING =?Utf-8?B?Yi5jcml0Y2hlckBidGludGVybmV0LmNvbQ==?= Windows Networking 0 11-09-2004 06:04 PM
Fedora Core 2 NAT Router freezes when left running with Azurus running on a local machine. Lee Caves Linux Networking 0 11-01-2004 08:45 PM
portmapd and sshd won't run as daemons Rob Mitchell Linux Networking 1 10-12-2004 03:13 AM



1 2 3 4 5 6 7 8 9 10 11