From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 16:37:15 2012 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 A9822106566B for ; Thu, 12 Jan 2012 16:37:15 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 720358FC15 for ; Thu, 12 Jan 2012 16:37:15 +0000 (UTC) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.53]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id BABA7A709B4 for ; Thu, 12 Jan 2012 11:37:13 -0500 (EST) Received: (qmail 27440 invoked from network); 12 Jan 2012 16:37:13 -0000 Received: by simscan 1.4.0 ppid: 7812, pid: 31039, t: 0.1989s scanners: clamav: 0.88.2/m:52/d:13495 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 Jan 2012 16:37:13 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id F0B975645E; Thu, 12 Jan 2012 11:37:07 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 8F77F39841; Thu, 12 Jan 2012 11:37:06 -0500 (EST) From: Lowell Gilbert To: kpneal@pobox.com References: <20120112145735.GB89712@neutralgood.org> <44obu9c60j.fsf@lowell-desk.lan> <20120112152455.GA89897@neutralgood.org> Date: Thu, 12 Jan 2012 11:37:06 -0500 In-Reply-To: <20120112152455.GA89897@neutralgood.org> (kpneal@pobox.com's message of "Thu, 12 Jan 2012 10:24:55 -0500") Message-ID: <44k44wdgi5.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Blocking until the network is ready at boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 16:37:15 -0000 kpneal@pobox.com writes: > On Thu, Jan 12, 2012 at 10:09:00AM -0500, Lowell Gilbert wrote: >> kpneal@pobox.com writes: >> >> > What's the correct way to get the rc.d scripts to block until the >> > network interface is _fully_ ready to carry traffic? >> >> According to rc.conf(5), netwait_enable is what you want. > > Does this require 9.x? I can't find any reference to that setting > in any of my 8.2 rc.d scripts. It's only been around on 8.x for about 6 months, so I guess you don't have it. You can just install it in /etc/rc.d and add it as a requirement for mountcritremote.