From owner-freebsd-questions Sat Oct 2 16:10:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id F019214ED3 for ; Sat, 2 Oct 1999 16:10:17 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from freebsd.cybcon.com (william@pm3b-25.cybcon.com [205.147.75.90]) by mail.cybcon.com (8.9.0/8.9.0) with SMTP id QAA25545 for ; Sat, 2 Oct 1999 16:10:09 -0700 (PDT) From: william woods Reply-To: wwoods@cybcon.com To: questions@freebsd.org Subject: Weird NFS problems... Date: Sat, 2 Oct 1999 15:56:07 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99100216042501.00367@freebsd.cybcon.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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