From owner-freebsd-questions Tue Mar 19 17:37:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id B1E8B37B405 for ; Tue, 19 Mar 2002 17:37:09 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 20 Mar 2002 01:37:08 +0000 (GMT) To: Nathan Mace Cc: freebsd-questions@freebsd.org, iedowse@maths.tcd.ie Subject: Re: NFS problems In-Reply-To: Your message of "Tue, 19 Mar 2002 20:22:49 EST." <200203200127.UAA26217@uce55.uchaswv.edu> Date: Wed, 20 Mar 2002 01:37:08 +0000 From: Ian Dowse Message-ID: <200203200137.aa33226@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200203200127.UAA26217@uce55.uchaswv.edu>, Nathan Mace writes: > >nfsd: RPCPROG_NFS: RPC: Program not registered > >what does this mean? according to sockstat on the server, both mountd and >portmap are running! what can i do? The important bit is the "nfsd:" - the client asked portmap on the server for information about how to connect to the nfsd server process, but was told that nfsd was not registered with portmap. Is nfsd running on the server? Adding nfs_server_enable="YES" to rc.conf on the server should do the trick. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message