From owner-freebsd-questions@FreeBSD.ORG Sat Feb 19 08:41:00 2005 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 614DD16A4CE for ; Sat, 19 Feb 2005 08:41:00 +0000 (GMT) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2840343D2F for ; Sat, 19 Feb 2005 08:41:00 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.43) id 1D2QAb-000Hxz-Lk for freebsd-questions@freebsd.org; Sat, 19 Feb 2005 01:40:57 -0700 Mime-Version: 1.0 (Apple Message framework v619.2) Message-Id: <11a9ccf437d445e1c49069e445bf7f94@shire.net> To: List Free Bsd From: Chad Leigh -- Shire.Net LLC Date: Sat, 19 Feb 2005 01:40:56 -0700 X-Mailer: Apple Mail (2.619.2) X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on hobbiton.shire.net X-Spam-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50 autolearn=disabled version=3.0.0 X-Spam-Level: X-SA-Exim-Version: 4.1+cvs (built Mon, 23 Aug 2004 08:44:05 -0700) X-SA-Exim-Scanned: Yes (on hobbiton.shire.net) Subject: "exports" errors 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: Sat, 19 Feb 2005 08:41:00 -0000 My /etc/exports file looks like /local -maproot=0 -alldirs localhost /usr/ports -maproot=0 localhost /local/2 -maproot=0 -alldirs localhost /local/2/jail1/usr/ports -maproot=0 -alldirs localhost /local/jails/wo_mount -maproot=0 -alldirs localhost 192.168.252.252 /local/2/jail1/compat -maproot=0 -alldirs localhost Each of these entries in the exports is a separate file system. From df (snipped to just show the ones in exports): Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/aacd1s1d 69418360 8911206 54953686 14% /local /dev/aacd0s4d 23787780 20364498 1520260 93% /local/2 /dev/da1s1c 4056690 261000 3471156 7% /usr/ports /dev/md11 1436078 614290 706902 46% /local/2/jail1/compat /dev/md10 3045006 2281898 519508 81% /local/2/jail1/usr/ports /dev/md20 1482638 511790 852238 38% /local/jails/wo_mount I don't see anything wrong with the exports file (after reading man exports) But I get the following mountd error messages Feb 19 01:14:37 myhost mountd[72430]: can't delete exports for /local/2/jail1/usr/ports: Input/output error Feb 19 01:14:37 myhost mountd[72430]: can't change attributes for /local/2/jail1/usr/ports Feb 19 01:14:37 myhost mountd[72430]: bad exports list line /local/2/jail1/usr/ports -maproot over and over whenever I send a SIGHUP to mountd (which is running mountd -r) However, I can successfully mount localhost:/local/2/jail1/usr/ports which is shown in the following line from df: localhost:/local/2/jail1/usr/ports 3045006 2281898 519508 81% /local/jails/knd/usr/ports Any explanation of the error (what it means and the effects) and possible fixes if any would be appreciated Thanks Chad