Date: Sat, 2 Oct 1999 15:56:07 -0700 From: william woods <wwoods@cybcon.com> To: questions@freebsd.org Subject: Weird NFS problems... Message-ID: <99100216042501.00367@freebsd.cybcon.com>
next in thread | raw e-mail | index | archive | help
Are there some specific issues with rpc.lockd and rpc.statd ?? I am trying to : --------- ---------- | system 1 | | system #2 | | /usr/src |----NFS Mount---->> | /usr/src | | /usr/obj | | /usr/obj | --------- - --------- mount /usr/src and /usr/obj from system #1 on /usr/src and /usr/obj on system #2 via NFS so I can do a make world for system#2.. Here is a copy of my /etc/ecports ------------ /usr/local/src /usr/local/obj -mapall=0: freebsd.cybcon.com ------------ and a copy of rc.conf (NFS Parts) from the NFS Server: nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_client_flags="-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). mountd_flags="-r" # Flags to mountd (if NFS server enabled). nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO). rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO). portmap_enable="YES" # Run the portmapper service (or NO). And here is a copy of the NFS clients rc.conf nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_client_flags="-n 4" # Flags to nfsiod (if enabled). nfs_access_cache="2" # Client cache timeout in seconds nfs_server_enable="NO" # This host is an NFS server (or NO). nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled). mountd_flags="-r" # Flags to mountd (if NFS server enabled). nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO). rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. rpc_statd_enable="NO" # Run NFS rpc.statd if nfs_server (or NO). portmap_enable="NO" # Run the portmapper service (or NO). The server locks when loading rpc.statd......... Thankls William Woods FreeBSD 3.3-Stable -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT d++ s+:+ a C+++ UB+++ P+ L++ E- W++ N+ o+ K- w O- M-- V PS-- PE++ Y+ PGP t+ 5+ X R- tv- b++ DI+ D G e++ h---- r+++ y++++ ------END GEEK CODE BLOCK------ 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?99100216042501.00367>