From owner-freebsd-questions@FreeBSD.ORG Mon Aug 8 08:33:09 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 9709616A41F for ; Mon, 8 Aug 2005 08:33:09 +0000 (GMT) (envelope-from daniel.s@manuscript-els.com) Received: from otradno.ru (mail.otradno.ru [213.85.16.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9946843D46 for ; Mon, 8 Aug 2005 08:33:06 +0000 (GMT) (envelope-from daniel.s@manuscript-els.com) Received: (qmail 9453 invoked by uid 0); 8 Aug 2005 08:33:05 -0000 Received: from daniel.s@manuscript-els.com by otradno.ru by uid 407 with qmail-scanner-1.10 (Clear:0. Processed in 0.030365 secs); 08 Aug 2005 08:33:05 -0000 Received: from unknown (HELO freya.manuscript) (10.21.49.6) by 0 with SMTP; 8 Aug 2005 08:33:05 -0000 From: Daniel Sammut To: freebsd-questions@freebsd.org In-Reply-To: <20050807202424.ACB6416A422@hub.freebsd.org> References: <20050807202424.ACB6416A422@hub.freebsd.org> Organization: Manuscript ELS Date: Mon, 08 Aug 2005 12:36:23 +0400 Message-Id: <1123490183.607.11.camel@localhost.manuscript> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Problems with Automount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: daniel.s@manuscript-els.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 08:33:09 -0000 > > On Sun, 2005-08-07 at 20:24 +0000, > freebsd-questions-request@freebsd.org wrote: > > > 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 > > Hi Jason, No, I am not trying to automount an NFS server. I am only trying to automount the cdrom and floppy drives. I have successfully set up NFS between the problem computer (server) and a laptop. I did have problems setting up NFS as I had to manually start nfsd despite having nfs_server_enable="YES" in my rc.config In the end I had to insert the line nfsd_enable="YES" in rc.config which I thought was strange as this is not documented anywhere else. Using this method, nfs works but amd does not despite following the howto mentioned in the link in my previous post. This computer is a family machine so I need to make it as simple as possible to use, hence the need for amd! Any help would be very gratefully received. Thanks