Date: Wed, 4 Jun 2003 16:08:29 -0700 From: Joshua Oreman <oremanj@webserver.get-linux.org> To: ticso@cicely.de Cc: questions@freebsd.org Subject: Re: NFS Problems... Message-ID: <20030604230829.GA12795@webserver.get-linux.org> In-Reply-To: <20030604230316.GI3231@cicely12.cicely.de> References: <20030604141028.Q905@baa.ssars.net> <20030604230316.GI3231@cicely12.cicely.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 05, 2003 at 01:03:17AM +0200 or thereabouts, Bernd Walter seemed to write: > On Wed, Jun 04, 2003 at 02:21:29PM -0700, jle wrote: > > I retired my old p200 fbsd 4.4-stable web server and built a newer box for > > it. I used to mount the /home2 dir from my nfs server (fbsd 5.1-current) > > to /home on the webserver and it used to work fine but now it doesn't > > mount /home2 on /home on boot up. I can manually mount it but then it > > gets confused and thinks it's mounted on /home2 when it's not. Evidently > > something must have changed since 4.4-S because it worked until today. > > > > on NFSD: (/etc/exports) > > /home2 -maproot=0 -alldirs httpd > > > > on HTTPD: (/etc/fstab) > > NFSD:/home2 /home nfs rw,bg 0 0 > > > > <manually mounting> > > mount NFSD:/home2 /home > > > > root@HTTPD:~ -13:55:06- # cd ~dkdesign > > -su: cd: /home2/dkdesign: No such file or directory > > Not surprising, because you mounted on /home not /home2. > > > root@HTTPD:~ -13:58:45- # cd /home/dkdesign/ > > root@HTTPD:/home/dkdesign -14:02:21- # ls -al > > drwxr-xr-x 2 dkdesign dkdesign 512 Mar 13 09:15 public_html/ > > Yes - that's /home, only /home2 is failing... > Works as designed. > > > >From /var/log/httpd-error.log: > > [Wed Jun 4 13:56:45 2003] [error] [client xxx.xxx.xxx.xxx] File does not > > exist: /home2/dkdesigns/public_html/ > > > > I don't get it. Any help? > > ed /etc/fstab > /home2 > s/home/home2/ This should be s/home2/home/ or it'll have a line with "home22" -- Josh > w > q > > -- > B.Walter BWCT http://www.bwct.de > ticso@bwct.de info@bwct.de > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030604230829.GA12795>