From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 14:23:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9643E37B401; Wed, 4 Jun 2003 14:23:18 -0700 (PDT) Received: from baa.ssars.net (baa.ssars.net [216.112.90.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B082F43FA3; Wed, 4 Jun 2003 14:23:17 -0700 (PDT) (envelope-from jle@baa.ssars.net) Received: from baa.ssars.net (jle@localhost [127.0.0.1]) by baa.ssars.net (8.12.9/8.12.9) with ESMTP id h54LLVYe000939; Wed, 4 Jun 2003 14:21:31 -0700 (PDT) (envelope-from jle@baa.ssars.net) Received: from localhost (jle@localhost) by baa.ssars.net (8.12.9/8.12.9/Submit) with ESMTP id h54LLUG0000936; Wed, 4 Jun 2003 14:21:30 -0700 (PDT) Date: Wed, 4 Jun 2003 14:21:29 -0700 (PDT) From: jle To: freebsd-questions@freebsd.org Message-ID: <20030604141028.Q905@baa.ssars.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: NFS Problems... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 21:23:19 -0000 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 mount NFSD:/home2 /home root@HTTPD:~ -13:55:06- # cd ~dkdesign -su: cd: /home2/dkdesign: No such file or directory 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/ >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? TIA