From owner-freebsd-questions@FreeBSD.ORG Wed Sep 4 16:04:08 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D277DFB0 for ; Wed, 4 Sep 2013 16:04:08 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CD4D2E48 for ; Wed, 4 Sep 2013 16:04:08 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id o20so664590oag.33 for ; Wed, 04 Sep 2013 09:04:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Uq/qYK1O2QBJL088ll03grM3tzJ3trkgkMZGcYR3Rr4=; b=Lt5K64docp946CkUeXhT1+XjXx7zx4W5jR3+rAUH16n1pvUTdBrs2tuq0ul5Yvq1W6 xLMGbbvOy09sWP30AProCUelXv5yJ9ORA8h2gUpJRywxQZ1TDu0aDq7lxFAZx+gSxAqK 5715IEkXWvdipXYWJwe3FjrjxNi35U8FZj/sl1C5aUQ7eSdi/QAA1goSIPJxitf1iOZ1 XKlTEhnBJJhdmm9EBC6ivkEfdmJ+0E80Ve6M6C5TyPLxCeDgOeJ4eJNAHMhgSWgJDfIG Co4KmXfX9qzrYBnjt8WBkNys8+9bCdddAByc7UJrP6HebKJf4nv63U7HF5b9jmwh5kHg 4osg== X-Gm-Message-State: ALoCoQn+nebE10ru0v6sc7KwKDjymo30itQlkvCZtqDuUTYfgKmrTnzWXZmKhVG26vYDW9SkYKQr MIME-Version: 1.0 X-Received: by 10.60.58.10 with SMTP id m10mr1743519oeq.61.1378310642622; Wed, 04 Sep 2013 09:04:02 -0700 (PDT) Received: by 10.60.21.69 with HTTP; Wed, 4 Sep 2013 09:04:02 -0700 (PDT) In-Reply-To: <44a9jsmvs3.fsf@be-well.ilk.org> References: <44a9jsmvs3.fsf@be-well.ilk.org> Date: Wed, 4 Sep 2013 09:04:02 -0700 Message-ID: Subject: Re: Network startup with age Ethernet device From: Michael Sierchio To: Lowell Gilbert Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Olivier Nicole , "questions@FreeBSD.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 16:04:08 -0000 On Wed, Sep 4, 2013 at 8:49 AM, Lowell Gilbert < freebsd-questions-local@be-well.ilk.org> wrote: > > Have you tried using netwait? > I think that would involve putting enable_netwait in rc.conf, and > netwait_enable="YES" would be it. - M