On Thu, Oct 25, 2001 at 04:13:09AM -0600, Joesh Juphland wrote:
> 
> I cannot mount any of the NFS shares that I share from my server due to a 
> problem with mountd and RPC.
> 
> rc.conf looks like this:
> 
> network_interfaces="lo0"
> removable_interfaces="wi0"
> nfs_server_enable="YES"
> nfs_server_flags="-t -u -n 4"
> 
> /etc/exports looks like this:
> 
> /mp3     myclient
> 
> I have the /etc/hosts files populated on both my server (this machine) and 
> the client (myclient)
> 
> -----
> 
> When I boot, mountd bombs out - log files show:
> 
> mountd[119]: can't register mount
> 
> I start mountd manually - `mountd -r` and attempt to mount my exported FS:
> 
> mount_nfs localhost:/mp3 /tmp/mnt
> 
> and the error is:
> 
> localhost:/mp3: nfsd: RPCPROG_NFS: RPC: Program not registered

You wouldn't happen to have a portmap_enable="NO" line in your rc.conf,
would you?

G'luck,
Peter

-- 
If you think this sentence is confusing, then change one pig.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to