From owner-freebsd-questions@FreeBSD.ORG Sun Jul 15 22:44:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC0FE16A405 for ; Sun, 15 Jul 2007 22:44:31 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id B9E9913C47E for ; Sun, 15 Jul 2007 22:44:31 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6FMiVYc000859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 15 Jul 2007 15:44:31 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6FMiUD2013886 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 15 Jul 2007 15:44:30 -0700 Message-ID: <469AA34D.7080903@u.washington.edu> Date: Sun, 15 Jul 2007 15:44:29 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Michael B Allen , freebsd-questions References: <78c6bd860707151425q61f9263fl27b2da6260bb6da6@mail.gmail.com> <20070715222657.GA57181@slackbox.xs4all.nl> In-Reply-To: <20070715222657.GA57181@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.15.152234 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FRAUD_419_BADTHINGS 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: amd 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, 15 Jul 2007 22:44:31 -0000 Roland Smith wrote: > On Sun, Jul 15, 2007 at 05:25:46PM -0400, Michael B Allen wrote: > >> Hello, >> >> I'm a C developer. I normally use Linux but I'm trying FreeBSD with >> limited success. >> >> First thing I need to do mount an NFS volume. I was able to mount it >> manually. Fine. Then I added an entry to amd.map, did 'amd /mnt >> /etc/amd.map' and tried to access the directory in /mnt and it worked. >> Fine. Then I killed amd, tried and failed to figure out how to get amd >> to start automatically on boot. Then I tried to start amd again as >> before and now it doesn't work: >> > > Daemons are enabled in /etc/rc.conf. You can see the defaults in > /etc/defaults/rc.conf. > > For amd and nfs you should have the following in /etc/rc.conf: > > rpcbind_enable="YES" > amd_enable="YES" > nfs_client_enable="YES" > > Section §24.3 of the FreeBSD handbook can enlighten you further. You can > find an english HTML version in > file:///usr/share/doc/en_US.ISO8859-1/books/handbook/network-nfs.html > > Reading the relevant sections of the Handbook if a good way to become > acquainted with FreeBSD. > > Roland > Michael, The online equivalent of the handbook chapter is: , with the section in amd here: . If you follow the directions and still have issues, please include relevant snippets from rc.conf, your amd maps, and /etc/exports. Don't forget to run showexport -e {hostname|IP} on the remote server. It can help you determine if the problem is present on the server or the client. Best of luck and hope you do well getting used to FreeBSD. -Garrett