Date: Wed, 20 Mar 2002 23:59:28 -0500 From: carl@slackerbsd.org To: Rob B <rbyrnes@ozemail.com.au> Cc: freebsd-stable@freebsd.org Subject: Re: NFS: bad exports list Message-ID: <20020321045928.GC34067@carbon.slackerbsd.org> In-Reply-To: <20020321045723.GB34067@carbon.slackerbsd.org> References: <5.1.0.14.2.20020321151311.01c06110@pop.ozemail.com.au> <20020321045723.GB34067@carbon.slackerbsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 20, 2002 at 11:57:24PM -0500, Carl Schmidt wrote: > On Thu, Mar 21, 2002 at 03:21:57PM +1100, Rob B wrote: > > Hi all, > > > > I'm having no end of troubles with NFS. I'm pretty sure that I have a > > correct /etc/exports: > > > > /usr/local/nfsroot/doormat -alldirs -ro 10.0.0.3 > > /usr/local/nfsroot/doormat -alldirs -ro -network 10.0.0.3 -netmask 255.255.255.255 Agh, that is wrong. /usr/local/nfsroot/doormat -alldirs -ro -network 10.0.0.3 -mask 255.255.255.255 > > > > > But I'm getting the following error in /var/log/messages: > > > > Mar 21 15:09:05 erwin mountd[11726]: could not remount > > /usr/local/nfsroot/doormat: Invalid argument > > Mar 21 15:09:05 erwin mountd[11726]: bad exports list line > > /usr/local/nfsroot/doormat -alldirs -ro 10.0.0.3 > > > > This directory /usr/local/nfsroot/doormat exists and has files in it: > > > > [root@erwin]/etc: ls -la //usr/local/nfsroot/doormat > > total 28979 > > drwxr-xr-x 3 root wheel 512 Mar 20 17:50 . > > drwxr-xr-x 3 root wheel 512 Mar 16 00:38 .. > > -rw-r--r-- 1 root wheel 29644800 Mar 4 19:26 basedebs.tar > > drwxr-xr-x 4 root wheel 512 Mar 4 19:02 var > > > > TIA, > > Rob > > > > -- > > It can't rain all the time. > > > > [15200.8 km (8207.8 mi), 262.8 deg](Apparent) Rennerian > > This is random quote 650 of a collection of 1203 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > -- > Carl Schmidt > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Carl Schmidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020321045928.GC34067>