From owner-freebsd-hackers Thu Nov 30 14:37:10 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA00409 for hackers-outgoing; Thu, 30 Nov 1995 14:37:10 -0800 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA00393 for ; Thu, 30 Nov 1995 14:36:51 -0800 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA00199; Thu, 30 Nov 1995 15:34:46 -0700 From: Terry Lambert Message-Id: <199511302234.PAA00199@phaeton.artisoft.com> Subject: Re: Ifconfig fixed/Now MOUNTD! ;) To: rls@kilroy.id.net (Robert Shady) Date: Thu, 30 Nov 1995 15:34:46 -0700 (MST) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <199511302141.QAA00607@server.id.net> from "Robert Shady" at Nov 30, 95 04:41:48 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1425 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > Okay, the 'ifconfig' alias problem is now taken care of. Turns out, you > *MUST* include a netmask of all 255's in the alias statement or it will > not work... > > Needless to say, this leads me to another problem. I'm trying to get this > new server running 2.1.0-RELEASE to allow me to export the directories I > need to export. Funny thing is, it works *FINE* for *SOME* directories, > but others I get this damn error: > > Nov 30 16:31:29 server mountd[102]: Can't change attributes for /usr/local. > Nov 30 16:31:29 server mountd[102]: Bad exports list line /usr/local -maproot > > Here is my /etc/exports file: [ ... ] > /usr/local -maproot=0 zeus hades > > And here is my disk layout... [ ... ] > /dev/wd0a 756078 601380 94210 86% / > > And last but not least, the "ls -al" of /usr/local. > drwxr-xr-x 13 root wheel 512 Nov 30 09:42 ./ > > The only "funny" thing I notice, is that typing "mount" shows that the "/" > partition is NFS exported... > > Output of "mount" > /dev/wd0a on / (NFS exported, local) [ ... ] The "/" partition *is* NFS exported. At least a subdir of the thing is:. /usr/local. The attribute can't be changed because it's the FS attributes it's trying to change and the exported FS isn't a mountpoutn, it's a subdir. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.