Date: Tue, 10 Apr 2007 22:57:44 -0700 From: David Benfell <benfell@parts-unknown.org> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: freebsd-questions@freebsd.org Subject: Re: What am I not understanding about /etc/exports? Message-ID: <20070411055744.GB45292@parts-unknown.org> In-Reply-To: <20070410173431.GA8903@kobe.laptop> References: <20070406183630.GA56672@parts-unknown.org> <20070406190849.GA1465@kobe.laptop> <20070406222614.GA63630@parts-unknown.org> <20070406225640.GA1562@kobe.laptop> <20070407035704.GB9295@parts-unknown.org> <20070410122426.GA6122@kobe.laptop> <20070410155544.GA4157@parts-unknown.org> <20070410173431.GA8903@kobe.laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
--VywGB/WGlW4DM4P8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 10 Apr 2007 20:34:31 +0300, Giorgos Keramidas wrote: > On 2007-04-10 08:55, David Benfell <benfell@parts-unknown.org> wrote: > > Apr 10 08:28:59 earth mountd[739]: can't change attributes for /usr > > Apr 10 08:28:59 earth mountd[739]: bad exports list line /usr -alldirs = -maproot > > Apr 10 08:28:59 earth mountd[739]: network/host conflict > >=20 > > I've been here before; the FAQ says, "The most frequent problem > > is not understanding the correct format of /etc/exports. Please > > review exports(5) and the NFS entry in the Handbook, especially > > the section on configuring NFS." > >=20 > > Which leads me back to the original question. Here's the file: > >=20 > > / -alldirs -maproot=3Droot 127.0.0.1 > > #/usr/src -alldirs -maproot=3Droot 127.0.0.1 192.168.19.1 > > /usr -alldirs -maproot=3Droot 127.0.0.1 192.168.19.1 > > /public -alldirs -maproot=3Droot 127.0.0.1 192.168.18.45 192.168.18.46 = 192.168.19.1 > > /home -alldirs -maproot=3Droot 127.0.0.1 192.168.18.45 192.168.18.46 19= 2.168.19.1 > > /cdrom -alldirs,quiet,ro 127.0.0.1 -network 192.168 -mask 255.255.0.0 > >=20 > > And: > >=20 > > lupin% showmount -e earth.cybernude.org > > Exports list on earth.cybernude.org: > > /public 127.0.0.1 192.168.18.45 192.168.18.4= 6 192.168.19.1=20 > > /home 127.0.0.1 192.168.18.45 192.168.18.4= 6 192.168.19.1=20 > > / 127.0.0.1=20 > > lupin%=20 > >=20 > > As you can see, there are serious discrepancies, here. And I cannot > > see where my syntax is correct on the lines in /etc/exports that work > > and incorrect on the lines which don't work. >=20 > Hmmm, something odd is going on. Can you show us the output of the > command: >=20 > % cat -vte /etc/exports >=20 earth% cat -vte /etc/exports / -alldirs -maproot=3Droot 127.0.0.1$ #/usr/src -alldirs -maproot=3Droot 127.0.0.1 192.168.19.1$ /usr -alldirs -maproot=3Droot 127.0.0.1 192.168.19.1$ /public -alldirs -maproot=3Droot 127.0.0.1 192.168.18.45 192.168.18.46 192.= 168.19.1$ /home -alldirs -maproot=3Droot 127.0.0.1 192.168.18.45 192.168.18.46 192.16= 8.19.1$ /cdrom -alldirs,quiet,ro 127.0.0.1 -network 192.168 -mask 255.255.0.0$ I think this is what I expect (based on the man page for cat(1)). Thanks! --=20 David Benfell, LCP benfell@parts-unknown.org --- Resume available at http://www.parts-unknown.org/ NOTE: I sign all messages with GnuPG (0DD1D1E3). --VywGB/WGlW4DM4P8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGHHjYUd+dMw3R0eMRAlZeAJ9zqOdpKdMqSq8vzfI15nGNtqBvSwCcCDwX 8iGZaXl6nS9BOoTMDEIgaMg= =Y9Ga -----END PGP SIGNATURE----- --VywGB/WGlW4DM4P8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070411055744.GB45292>