[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linux Peeves



On Thu, Apr 24, 2003 at 09:34:18PM -0500, Robert G. (Doc) Savage wrote:
> # mount /pub
> mount: RPC: Program not registered

  http://www.google.com/search?q=%22mount%3A%20RPC%3A%20Program%20not%20registered%22

The first hit says you need nfsd and mountd running.  Granted it is
talking about Solaris, so the paths to things are wrong, but it's a
start.  Doing the same search at

  http://www.google.com/linux

will give you a bit more relevant results.

The answer to your problem is that you need nfsd, mountd, portmap, and
maybe one or two other things running on both ends, and no firewalling
or /etc/hosts.deny entries on either end.  Generally on Red Hat boxes
it should be enough to do the following:

    service portmap start
    service nfslock start
    service nfs start

*In that order*.

Steve
-- 
steve@silug.org           | Southern Illinois Linux Users Group
(618)398-7360             | See web site for meeting details.
Steven Pritchard          | http://www.silug.org/

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.