From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 01:53:18 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 180FA16A4CE for ; Tue, 29 Mar 2005 01:53:18 +0000 (GMT) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC0A43D49 for ; Tue, 29 Mar 2005 01:53:17 +0000 (GMT) (envelope-from acurtis@ieee.org) Received: from [192.168.1.103] ([141.154.117.106])0.04 <0IE30062YBWQ46O1@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 28 Mar 2005 19:53:17 -0600 (CST) Date: Mon, 28 Mar 2005 20:53:12 -0500 From: Alan Curtis To: freebsd-questions@freebsd.org Message-id: <55d381da3879b1d47cdb64bd4a1a3ec7@ieee.org> MIME-version: 1.0 (Apple Message framework v619.2) X-Mailer: Apple Mail (2.619.2) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7bit Subject: RPC: Timed out X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 01:53:18 -0000 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? Alan