From owner-freebsd-questions@FreeBSD.ORG Mon Aug 8 08:26:08 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 96BC616A41F for ; Mon, 8 Aug 2005 08:26:08 +0000 (GMT) (envelope-from danielsammut74@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C42CE43D48 for ; Mon, 8 Aug 2005 08:26:07 +0000 (GMT) (envelope-from danielsammut74@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so895084rna for ; Mon, 08 Aug 2005 01:26:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=EHWD3/JSZ0bfMJ/CIVK8MVBD8WoYYy7GxVV8AQaN+/lAWngRYC9BJtgwEnOZzIbPm+DcaDAyXjrAKZbARb0QsNPgfrGB61QPHoKuoMGD66KIg2Pvza8hZt7Yi3bxkODmJKSKRgkJ2rDiRUZrPFSrRvvi18DmNvh7QbxOq6dckLc= Received: by 10.38.74.65 with SMTP id w65mr2557969rna; Mon, 08 Aug 2005 01:26:07 -0700 (PDT) Received: from freya.manuscript ([213.85.16.14]) by mx.gmail.com with ESMTP id h18sm5553466rnb.2005.08.08.01.26.06; Mon, 08 Aug 2005 01:26:07 -0700 (PDT) From: Daniel Sammut To: freebsd-questions@freebsd.org In-Reply-To: <20050807202424.ACB6416A422@hub.freebsd.org> References: <20050807202424.ACB6416A422@hub.freebsd.org> Date: Mon, 08 Aug 2005 12:29:21 +0400 Message-Id: <1123489761.607.10.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: freebsd-questions Digest, Vol 106, Issue 18 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, 08 Aug 2005 08:26:08 -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