From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 31 16:56:32 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41DA710656A3 for ; Tue, 31 Aug 2010 16:56:32 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp003.apm-internet.net (smtp003.apm-internet.net [85.119.248.52]) by mx1.freebsd.org (Postfix) with SMTP id 8E7908FC18 for ; Tue, 31 Aug 2010 16:56:31 +0000 (UTC) Received: (qmail 83408 invoked from network); 31 Aug 2010 16:29:49 -0000 Received: from unknown (HELO oberon.njm.me.uk) (86.129.201.125) by smtp003.apm-internet.net with SMTP; 31 Aug 2010 16:29:49 -0000 Received: from titania.njm.me.uk (titania.njm.me.uk [192.168.144.130]) by oberon.njm.me.uk (8.14.4/8.14.4) with ESMTP id o7VGTmmQ050045; Tue, 31 Aug 2010 17:29:48 +0100 (BST) (envelope-from njm@njm.me.uk) Received: from titania.njm.me.uk (localhost [127.0.0.1]) by titania.njm.me.uk (8.14.4/8.14.4) with ESMTP id o7VGTmJQ046816; Tue, 31 Aug 2010 17:29:48 +0100 (BST) (envelope-from njm@njm.me.uk) Received: (from njm@localhost) by titania.njm.me.uk (8.14.4/8.14.4/Submit) id o7VGTmPS046815; Tue, 31 Aug 2010 17:29:48 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Tue, 31 Aug 2010 17:29:47 +0100 From: "N.J. Mann" To: sbruno@freebsd.org Message-ID: <20100831162947.GA61795@titania.njm.me.uk> Mail-Followup-To: sbruno@freebsd.org, "freebsd-hackers@freebsd.org" , Scott Long References: <1283271393.3665.13.camel@home-yahoo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1283271393.3665.13.camel@home-yahoo> X-Operating-System: FreeBSD 8.1-STABLE User-Agent: mutt-NJM (2010-08-10) Cc: "freebsd-hackers@freebsd.org" , Scott Long Subject: Re: /etc/rc.d/mountcritremote X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2010 16:56:32 -0000 In message <1283271393.3665.13.camel@home-yahoo>, Sean Bruno (seanbru@yahoo-inc.com) wrote: > An issue in testing came up where we were trying to mount NFS > directories from the same server, i.e. a machine trying to mount an NFS > dir on itself. > > Because mountcritremote runs before the NFS server is up, we modified > the REQUIRES section and appended nfsd. Is this not what the 'late' attribute in /etc/fstab is for? e.g. oberon% grep /usr/ports /etc/fstab oberon:/export/usr/ports /usr/ports nfs late,rw,tcp Cheers, Nick. --