From owner-freebsd-questions Mon Sep 18 10:27:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 3435337B43F for ; Mon, 18 Sep 2000 10:27:17 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e8IHRBF23562; Mon, 18 Sep 2000 10:27:11 -0700 (PDT) Date: Mon, 18 Sep 2000 10:27:11 -0700 From: Alfred Perlstein To: Roger Merritt Cc: questions@FreeBSD.ORG Subject: Re: NFS Message-ID: <20000918102711.B15156@fw.wintelcom.net> References: <3.0.6.32.20000918184701.008883a0@stjohn.stjohn.ac.th> <3.0.6.32.20000918191954.0087fca0@stjohn.stjohn.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <3.0.6.32.20000918191954.0087fca0@stjohn.stjohn.ac.th>; from mcrogerm@stjohn.ac.th on Mon, Sep 18, 2000 at 07:19:54PM +0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Roger Merritt [000918 05:18] wrote: > At 06:47 PM 9/18/00 +0700, I wrote: > >I just cvsupped from 3.2R to RELENG_3, in the process of moving to > >RELENG_4, and my NFS file system, which had been working fine, now > >reports, ""NFS Portmap: RPC: Program not registered". > > > > Oops! I had searched the archives before I sent this out, but not long > after sending the question I stumbled on a solution in > freebsddiary.org. The solution was to start and then restart mountd and > nfsd on the server. I would still like to hear any information you > would care to share about *why* this happens! You really only should have needed to start mountd, without mountd the nfs client can't get it's "starting point" to mount the NFS exports. a good trick is to run 'rpcinfo -p nfsserver.hostname' to make sure you have mountd and nfsd running, you can also use showmount to see who's already using the exports. best of luck, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message