From owner-freebsd-questions@FreeBSD.ORG Sun Aug 7 14:48:02 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 C2D8B16A41F for ; Sun, 7 Aug 2005 14:48:02 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from lakecmmtar04.coxmail.com (lakecmmtar04.coxmail.com [68.99.120.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB2043D48 for ; Sun, 7 Aug 2005 14:48:01 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from sentinelchicken.net ([70.183.13.213]) by lakecmmtar04.coxmail.com (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with SMTP id <20050807144800.YXFO15469.lakecmmtar04.coxmail.com@sentinelchicken.net> for ; Sun, 7 Aug 2005 10:48:00 -0400 Received: (qmail 23702 invoked by uid 1000); 7 Aug 2005 14:56:23 -0000 Date: Sun, 7 Aug 2005 10:56:23 -0400 From: Jason Morgan To: FreeBSD Questions Message-ID: <20050807145623.GE671@sentinelchicken.net> References: <1123419700.623.0.camel@localhost.manuscript> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1123419700.623.0.camel@localhost.manuscript> User-Agent: Mutt/1.4.2.1i Subject: Re: Problems with Automount 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: Sun, 07 Aug 2005 14:48:02 -0000 On Sun, Aug 07, 2005 at 05:01:40PM +0400, Daniel Sammut wrote: > Hello, > > I am fairly new to FreeBSD having only used it for about a month. I am > using FreeBSD 5.4 release. > > I have recently got round to setting up amd. I followed the instructions > to do this on a website I found - > http://renaud.waldura.com/doc/freebsd/automounting.txt > > > After following the instructions, and rebooting the machine, I notice > that my logs give these messages: > > > nfs send error 49 for server pid357@freya:/host > nfs server pid357@freya:/host: not responding > > > and typing "amq" gives this message: > > amq: localhost: RPC: Port mapper failure - RPC: Unable to send > > > I double checked my setup of amd, and that I followed the instructions > exactly. Everything seems correct. > > I have actually set up amd successfully using the same instructions on > another computer on which I installed FreeBSD 5.4. > > What do you think the problem could be? > Are your trying to automount an NFS server? Are you sure you have /etc/exports set up correctly on the NFS server to allow access from the client in question? -Jason