Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 1995 15:34:46 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        rls@kilroy.id.net (Robert Shady)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Ifconfig fixed/Now MOUNTD! ;)
Message-ID:  <199511302234.PAA00199@phaeton.artisoft.com>
In-Reply-To: <199511302141.QAA00607@server.id.net> from "Robert Shady" at Nov 30, 95 04:41:48 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511302234.PAA00199>