Hi Beni,
It seems like that you don't have portmap running.
How did you configure the nfs server?
Personally I don't have experience with FC1, but i guess it's
very similar to redhat or mdk with handling the configuration.
Generally what i would do to configure an NFS server is:
1. edit /etc/exports, and add aline similar to this:
/path/to/share *(ro,sync)
(* stands for all hosts. you can replace it if it ain't secure
enough for you)
2. /etc/init.d/nfs start
the 2nd step will run all other necessary services which
aren't running yet. (like portmap for example)
3. i think it doesn't affect nfs (but don't remember for
sure), but if you still have problems, make sure you don't
have /etc/hosts.allow and /etc/hosts.deny
Noam
---- Original message ----
>Date: Fri, 23 Jul 2004 18:04:53 +0300
>From: Beni Cherniavsky <[EMAIL PROTECTED]>
>Subject: mount: RPC: Program not registered
>To: Linux IL Mailing list <[EMAIL PROTECTED]>
>
>I'm trying to install Fedora Core 2 (now I have FC1) over NFS
between 2
>computers at home. It doesn't work from the installer (with
some
>unhelpful message). I rebooted to a normal FC1. Turns out I
can't
>NFS-mount from it or even locally::
>
># mount localhost:/FC2 /mnt/tmp
>mount: RPC: Program not registered
>
>(same message on both computers, locally and accross the net).
>Similar message also from showmount:
>
># /usr/sbin/showmount
>mount clntudp_create: RPC: Program not registered
>
>The RPC portmapped seems to be running. I tried disabling
the firewall
>and modprobe {nfs,nfsd}. Nothing changed. Could anybody
enlighten me
>as to the meaning of this message and/or give more ideas?
>
>[Yes, I know there are other install methods, I'm trying them
but I'd
>like to fix my NFS in any case.]
>
>--
>Beni Cherniavsky <[EMAIL PROTECTED]>
>Note: I can only read email on week-ends...
>
>=================================================================
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]
>
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]