Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 22:06:43 +0200
From:      Tor Stormwall <tor@stormwall.org>
To:        freebsd-questions@freebsd.org
Subject:   NFS - Program not registered
Message-ID:  <3BAB9DD3.68E02FAB@stormwall.org>

next in thread | raw e-mail | index | archive | help
Hi!

I'm trying to set up a NFS server and a client on two mascines.
The mtwo computers arerunning 4.4-RELEASE. 

I changed the rc.conf so it looked like this:

nfs_client_enable="YES"         # This host is an NFS client (or NO).
nfs_client_flags="-u -t -n 4"   # Flags to nfsiod (if enabled).
nfs_access_cache="2"            # Client cache timeout in seconds
nfs_server_enable="YES"         # This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4"   # Flags to nfsd (if enabled).

When I try to mount the /usr partition from machine storm with:
mount -t nfs storm:/usr /storm 

I get this:
storm:/usr: nfsd: RPCPROG_NFS: RPC: Program not registered

The two mashines have the same configuration. 
Any ideas of what this can be?


Best Regards,
Tor Stormwall

-- 
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
|   M A Y   T H E   S O U R C E   B E   W I T H   Y O U   |
|						          |
| Tor Stormwall		       mailto:tor@stormwall.org   |
| http://www.creson.com/~tor  				  | 
| 						   	  |
| http://www.sslug.dk          http://www.stormwall.org   |
| http://www.FreeBSD.org       http://www.muf.se          |
|	        					  |
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - *

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BAB9DD3.68E02FAB>