From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 14:20:14 2005 Return-Path: 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 4DBEA16A4CF for ; Tue, 29 Mar 2005 14:20:14 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEDD43D49 for ; Tue, 29 Mar 2005 14:20:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28465 invoked from network); 29 Mar 2005 14:20:13 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Mar 2005 14:20:13 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9D1492E; Tue, 29 Mar 2005 09:20:12 -0500 (EST) Sender: lowell@be-well.ilk.org To: Alan Curtis References: <55d381da3879b1d47cdb64bd4a1a3ec7@ieee.org> From: Lowell Gilbert Date: 29 Mar 2005 09:20:12 -0500 In-Reply-To: <55d381da3879b1d47cdb64bd4a1a3ec7@ieee.org> Message-ID: <44psxiv8ir.fsf@be-well.ilk.org> Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: RPC: Timed out X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 14:20:14 -0000 Alan Curtis writes: > I am trying to find out why I can mount my FreeBSD disk as an NFS > share on one of my Macs but not the other. > > When I ran > > > $ showmount -e > > on my FreeBSD machine, I got the expected response > > Exports list on localhost: > /usr 192.168.1.101 192.168.1.102 > > which includes both the Macs. But when I ran it on my Mac > > $ showmount -e 192.168.1.100 > > I got this error > > RPC: Timed out: Can't do Exports rpc > > so I went back to the FreeBSD machine and tried again > > $ showmount -e localhost > > and now get the same error (almost) > > RPC: Timed out > showmount: can't do exports rpc > > Any ideas what is wrong? Which machine works, which doesn't, and are you sure there are no firewalls involved?