From owner-freebsd-questions@FreeBSD.ORG Wed Jul 9 16:45:00 2003 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 1B39337B404 for ; Wed, 9 Jul 2003 16:45:00 -0700 (PDT) Received: from dreadnought.cnchost.com (dreadnought.cnchost.com [207.155.248.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0738043FBD for ; Wed, 9 Jul 2003 16:44:59 -0700 (PDT) (envelope-from mwoodson@sricrm.com) Received: from squelcher.redlands (bdsl.66.14.215.39.gte.net [66.14.215.39]) by dreadnought.cnchost.com id TAA12224; Wed, 9 Jul 2003 19:44:58 -0400 (EDT) [ConcentricHost SMTP Relay 1.15] Errors-To: From: Mark Woodson Organization: Statistical Research, Inc. To: questions@freebsd.org Date: Wed, 9 Jul 2003 16:45:38 -0700 User-Agent: KMail/1.5.2 References: <005d01c34640$eeddcb30$800101df@99klong> <18086.1057780041@kanga.nu> <20030709125809.B85040@bolthole.com> In-Reply-To: <20030709125809.B85040@bolthole.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200307091645.38964.mwoodson@sricrm.com> Subject: NFS problems 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, 09 Jul 2003 23:45:00 -0000 I'm having trouble getting NFS exports to work properly on FreeBSD. I'm running 4.8-STABLE as of July 3. It's acting like the problem is in /etc/exports. squelcher# less /etc/exports /usr/src -ro -maproot=0 cad1 squelcher lappy /usr/obj -ro -maproot=0 cad1 squelcher lappy /usr/src will export and is mountable /usr/obj is not squelcher# ls -ls /usr total 54 [edited for brevity] 2 drwxr-xr-x 3 root wheel 512 Jun 5 10:45 obj 2 drwxr-xr-x 21 root wheel 512 Jun 9 15:54 src on squelcher (the nfs server) I see this in messages when I start/sighup mountd. squelcher# tail /var/log/messages Jul 9 13:09:00 squelcher mountd[16110]: can't change attributes for /usr/obj Jul 9 13:09:00 squelcher mountd[16110]: bad exports list line /usr/obj -ro -maproot Jul 9 13:09:29 squelcher mountd[16110]: mount request denied from 10.1.2.60 for /usr/obj and "Access denied" messages on lappy (the nfs client). The permissions look the same, the exports lines are the same, and I must be missing something but I can't figure out what it is. -Mark