From owner-freebsd-questions@FreeBSD.ORG Tue May 11 21:59:02 2004 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 DB03416A4CF for ; Tue, 11 May 2004 21:59:02 -0700 (PDT) Received: from hobbiton.shire.net (hobbiton.shire.net [206.71.64.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF9C43D1D for ; Tue, 11 May 2004 21:59:02 -0700 (PDT) (envelope-from chad@shire.net) Received: from [67.161.247.57] (helo=[192.168.99.66]) by hobbiton.shire.net with asmtp (TLSv1:RC4-SHA:128) (Exim 4.10) id 1BNlpd-000O1n-00 for freebsd-questions@freebsd.org; Tue, 11 May 2004 22:59:01 -0600 Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: References: Message-Id: <13C5954A-A3D1-11D8-A0B4-003065A70D30@shire.net> From: "Chad Leigh -- Shire.Net LLC" Date: Tue, 11 May 2004 22:58:58 -0600 To: freebsd-questions@freebsd.org Questions X-Mailer: Apple Mail (2.613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on hobbiton.shire.net X-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Level: Subject: Re: nfs help 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: Wed, 12 May 2004 04:59:03 -0000 On May 11, 2004, at 8:47 PM, Chad Leigh -- Shire.Net LLC wrote: > Hi > > I have a 5.2-CURRENT (as of about 2 weeks ago) machine that I want to > serve some filesystem from to itself using localhost. Ie, > > % mount localhost:/path/to/shared/dir /other/path > > I have it working on a 5.2.1-RELEASE-p6 machine, but cannot get it > working on the -CURRENT machine. > > I run mountd with -d -r and it gives the following on startup (shoes > the exports file as well so I won't list it separately) > Well, I cvsupped to the latest -CURRENT and the problem went away... Thanks Chad