Gentoo Archives: gentoo-user

From: Dan Farrell <dan@×××××××××.cx>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered
Date: Sat, 22 Sep 2007 17:09:38
Message-Id: 20070922115131.17c97c1b@pascal.spore.ath.cx
In Reply to: [gentoo-user] help with the dreaded mount: RPC: Program not registered by John Blinka
1 On Fri, 21 Sep 2007 19:45:47 -0400
2 "John Blinka" <john.blinka@×××××.com> wrote:
3
4 > Hi, all,
5 >
6 > I have 2 gentoo machines, lotus and tobey. tobey is an nfs server to
7 > lotus.
8 > Today I upgraded tobey, and now nfs doesn't work. Previously, it
9 > worked for years. The symptoms are:
10 >
11 > 1) mount -v /mnt/tobey on lotus returns
12 > mount: RPC: Program not registered
13 >
14 > 2) /etc/init.d/nfs start on tobey produces no output, no running
15 > nfsd daemons, and exit code 1.
16
17 that should be /etc/init.d/nfsmount start. /etc/init.d/nfs is for nfs
18 server.
19
20 you can run "portmap" and "rpc.statd" and then just mount your nfs
21 shares; you don't need to start the service at all.
22
23 Additionally make sure the box is not firewalling access to 'lo',
24 because it will need said access to use rpc.statd.
25 --
26 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered John Blinka <john.blinka@×××××.com>