From owner-freebsd-current@FreeBSD.ORG Thu Jun 19 00:27:51 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D946F37B401; Thu, 19 Jun 2003 00:27:51 -0700 (PDT) Received: from tao.xtaz.co.uk (pc-62-30-69-139-az.blueyonder.co.uk [62.30.69.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FC743F75; Thu, 19 Jun 2003 00:27:50 -0700 (PDT) (envelope-from matt@xtaz.co.uk) Received: from webmail.xtaz.co.uk (localhost [127.0.0.1]) by tao.xtaz.co.uk (Postfix) with SMTP id AF03B8FC97; Thu, 19 Jun 2003 08:27:48 +0100 (BST) Received: from 192.168.1.10 (SquirrelMail authenticated user matt) by webmail.xtaz.co.uk with HTTP; Thu, 19 Jun 2003 08:27:48 +0100 (BST) Message-ID: <54658.192.168.1.10.1056007668.squirrel@webmail.xtaz.co.uk> In-Reply-To: <20030618210146.R755@baa.ssars.net> References: <20030618210146.R755@baa.ssars.net> Date: Thu, 19 Jun 2003 08:27:48 +0100 (BST) From: "Matt" To: "jle" User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: freebsd-current@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: NFS weirdness... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 07:27:52 -0000 jle said: > > My new web server won't mount NFS from fstab on reboot. > > > 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? What am I missing > now? Why doesn't HTTPD mount NFSD:/home2 on /home when it reboots? I see > no errors in messages on either machine. Both are 5.1-CURRENT. > > TIA I had the same problem. I found it was due to named starting after the mount was attempted and so it couldn't resolve the name of the nfs server. I changed the fstab to the ip address instead and it worked fine. An example from my fstab: 192.168.1.10:/usr/src /usr/src nfs rw,soft,intr,nfsv3,tcp 0 0 Give that a go. Regards, Matt. -- email: matt@xtaz.co.uk - web: http://xtaz.co.uk/ Hardware, n.: The parts of a computer system that can be kicked.