From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 16:12:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 946071065670 for ; Wed, 26 Jan 2011 16:12:07 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 53EC78FC17 for ; Wed, 26 Jan 2011 16:12:07 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p0QGC1rJ054537; Wed, 26 Jan 2011 09:12:01 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p0QGC1Gu054534; Wed, 26 Jan 2011 09:12:01 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 26 Jan 2011 09:12:01 -0700 (MST) From: Warren Block To: Polytropon In-Reply-To: <20110126124222.341dcad0.freebsd@edvax.de> Message-ID: References: <4D3FE9DE.8070203@mbg.se> <20110126124222.341dcad0.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-902635197-259877112-1296058321=:54489" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 26 Jan 2011 09:12:02 -0700 (MST) Cc: freebsd-questions@freebsd.org, =?ISO-8859-15?Q?Sven-=C5ke_Svensson?= Subject: Re: Monting nfs at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 16:12:07 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---902635197-259877112-1296058321=:54489 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 26 Jan 2011, Polytropon wrote: > On Wed, 26 Jan 2011 10:31:10 +0100, Sven-Åke Svensson wrote: >> When booting amd64 it looks like it try to mount the nfs directories >> before the network is up. On the screen I can see that it try to mount >> and then there is a line telling that the network interface is up. There >> it locks up for some minutes before it continue and mounting. >> [...] >> Maybe there are some easy configuration fix, but I can't find it. > > Check out the -l option of mount, and the corresponding > keyword "late" in /etc/fstab. See "man mount" for details. > Also see /etc/rc.d/mountlate to learn how it works (and > if it fits your requirements). Using SYNCDHCP instead of just DHCP in /etc/rc.conf ifconfig lines may also help. ---902635197-259877112-1296058321=:54489--