From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 05:08:09 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 10BCF37B401 for ; Thu, 5 Jun 2003 05:08:09 -0700 (PDT) Received: from bufferz3.loxinfo.co.th (bufferz3.loxinfo.co.th [203.146.237.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566B043FB1 for ; Thu, 5 Jun 2003 05:08:05 -0700 (PDT) (envelope-from supote@cscoms.net) Received: from bufferz4.loxinfo.co.th (bufferz4i.loxinfo.co.th [203.146.238.180]) by bufferz3.loxinfo.co.th (Postfix) with ESMTP id AD201222AF9 for ; Thu, 5 Jun 2003 19:07:11 +0700 (ICT) Received: from mav2.loxinfo.co.th (mav2.loxinfo.co.th [203.146.237.162]) by bufferz4.loxinfo.co.th (Postfix) with ESMTP id BA8B5B8EA9 for ; Thu, 5 Jun 2003 10:11:27 +0700 (ICT) Received: from localhost (localhost [127.0.0.1]) by mav2.loxinfo.co.th (Postfix) with SMTP id AA4AE3ADB1 for ; Thu, 5 Jun 2003 10:11:27 +0700 (ICT) Received: from mailz1.loxinfo.co.th (mailz1.loxinfo.co.th [203.146.237.129]) by mav2.loxinfo.co.th (Postfix) with ESMTP id 95F4C3ADAF for ; Thu, 5 Jun 2003 10:11:27 +0700 (ICT) Received: from csmail.cscoms.com (mail.cscoms.net [202.183.255.13]) by mailz1.loxinfo.co.th (Postfix) with ESMTP id 6B5323BE62 for ; Thu, 5 Jun 2003 10:10:25 +0700 (ICT) Received: from localhost (localhost [127.0.0.1]) by csmail.cscoms.com (8.12.8p1/8.12.8) with ESMTP id h553AIoH090581; Thu, 5 Jun 2003 10:10:23 +0700 (ICT) Received: from 202.183.248.166 ([202.183.248.166]) by mail.cscoms.net (IMP) with HTTP for ; Thu, 5 Jun 2003 10:10:17 +0700 Message-ID: <1054782617.3edeb499ba2b0@mail.cscoms.net> Date: Thu, 5 Jun 2003 10:10:17 +0700 From: supote@cscoms.net To: jle MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2-cvs X-Originating-IP: 202.183.248.166 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: 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: Thu, 05 Jun 2003 12:08:09 -0000 > There shouldn't BE a /home2 on HTTPD but I figured out what > happened. I > copied /etc/group /etc/passwd /etc/pwd.db > and /etc/master.passwd from NFSD > to HTTPD to sync users and passwords and forgot to edit the > home dir with > vipw. I just did a global search and replace of /home2 to /home > and > rebuilt the pwd.db and it mounted fine and apache now > serves "public_html" > from the users shells. > However, on reboot it doesn't mount from /etc/fstab, I have to mount it > manually for some reason. So now I'm down to the one NFS problem. > 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 > Works fine until I reboot. Shouldn't it mount by itself like it used to? > What am I missing now? Why doesn't HTTPD mount > NFSD:/home2 on /home when > it reboots? > TIA Hi, In your fstab, what is the "bg" purpose ? I never seen this option before. Make sure such option is usable. Pote