From owner-freebsd-questions@FreeBSD.ORG Mon Jun 13 16:34:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E11D116A41C for ; Mon, 13 Jun 2005 16:34:49 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (mail.goinet.com [208.207.72.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994DB43D5E for ; Mon, 13 Jun 2005 16:34:49 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (localhost.goinet.com [127.0.0.1]) by mail.goinet.com (8.13.1/8.13.1) with ESMTP id j5DGYfgg005931; Mon, 13 Jun 2005 11:34:42 -0500 (CDT) (envelope-from tshadwick@goinet.com) Received: from localhost (tshadwick@localhost) by mail.goinet.com (8.13.1/8.13.1/Submit) with ESMTP id j5DGYepM005921; Mon, 13 Jun 2005 11:34:40 -0500 (CDT) (envelope-from tshadwick@goinet.com) X-Authentication-Warning: mail.goinet.com: tshadwick owned process doing -bs Date: Mon, 13 Jun 2005 11:34:40 -0500 (CDT) From: Tony Shadwick To: munn In-Reply-To: <42ADB097.8070703@umd.edu> Message-ID: <20050613113340.F78603@mail.goinet.com> References: <42ADB097.8070703@umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on mail.goinet.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: NFS question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 16:34:50 -0000 The only things that come to mind here are to make sure rcp/portmapper is running, make sure you have all of the appropriate _enable="YES" messages in rc.conf, and to reboot. That last isn't required, you can -HUP all of the processes involved, but this way you see what happens upon reboot too. On Mon, 13 Jun 2005, munn wrote: > I am trying to NFS connect to a server machine using mount_nfs. I get the > following message > > RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to receive. > An 'identical' machine connects without a message and the mount works. > > Does anybody know what the message means and how to make it go away? > > All machines are running 5.4-STABLE > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >