From owner-freebsd-questions@FreeBSD.ORG Sat Sep 30 23:56:20 2006 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 593BA16A403 for ; Sat, 30 Sep 2006 23:56:20 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B17B43D4C for ; Sat, 30 Sep 2006 23:56:19 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail3.panix.com (Postfix) with ESMTP id 85FF813A868 for ; Sat, 30 Sep 2006 19:56:18 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id 0225634CBE1 for ; Sat, 30 Sep 2006 19:56:18 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1GTogs-000308-00 for ; Sat, 30 Sep 2006 19:56:18 -0400 Date: Sat, 30 Sep 2006 19:56:17 -0400 From: stan To: Free BSD Questions list Message-ID: <20060930235617.GA11336@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 19:49:21 up 166 days, 20:52, 1 user, load average: 0.00, 0.01, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: More NFS exports questions :-( 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: Sat, 30 Sep 2006 23:56:20 -0000 Sorry, this should be simpople, but i'm having a bad day with it :-( Given and /etc/exports file that looks like this: cvsup# cat /etc/exports /data/FreeBSD/distfiles -maproot=root: -network 170.85.113.0 -mask 255.255.255.128 /data/FreeBSD/distfiles -maproot=root: -network 170.85.109.0 -mask 255.255.255.128 /data/FreeBSD/distfiles -maproot=root: -network 170.85.106.128 -mask 255.255.255.128 /data/OpenBSD/distfiles -maproot=root: -network 170.85.113.0 -mask 255.255.255.128 /data/OpenBSD/distfiles -maproot=root: -network 170.85.109.0 -mask 255.255.255.128 /data/OpenBSD/distfiles -maproot=root: -network 170.85.106.128 -mask 255.255.255.128 /data/OpenBSD/packages -maproot=root: -network 170.85.113.0 -mask 255.255.255.128 /data/OpenBSD/packages -maproot=root: -network 170.85.109.0 -mask 255.255.255.128 /data/OpenBSD/packages -maproot=root: -network 170.85.106.128 -mask 255.255.255.128 And a filesystem structure that looks like this: cvsup# ls -ld /data drwxr-xr-x 7 root wheel 512 Sep 30 17:58 /data cvsup# ls -l /data/OpenBSD total 4 drwxr-xr-x 2 root wheel 512 Sep 30 17:58 distfiles drwxr-xr-x 2 root wheel 512 Sep 30 19:34 packages Can anyone tell me why mountd gives me this error? mountd: got line /data/OpenBSD/packages -maproot=root: -network 170.85.106.128 -mask 255.255.255.128 mountd: found ep fs=0x3e331d82,0xb21e5b03 mountd: doing opt -maproot=root: -network 170.85.106.128 -mask 255.255.255.128 mountd: doing opt -network 170.85.106.128 -mask 255.255.255.128 get_net: v4 addr 170.85.106.128 mountd: doing opt -mask 255.255.255.128 get_net: v4 addr 255.255.255.128 mountd: can't change attributes for /data/OpenBSD/packages -- Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)