Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 00:26:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 215368] /etc/rc.d/netwait script runs too early
Message-ID:  <bug-215368-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215368

            Bug ID: 215368
           Summary: /etc/rc.d/netwait script runs too early
           Product: Base System
           Version: 10.3-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: wollman@FreeBSD.org

/etc/rc.d/netwait needs to run after anything that might be required in ord=
er
to start network interfaces.  In my particular case, that was /etc/rc.d/bri=
dge
which is often required when using VNET jails.  Adding "bridge" to the REQU=
IRE
line fixed the long delay on startup for me.  (Otherwise netwait would run
before bridge.)

I think the NETWORKING target really needs to be split into two: INTERFACES=
 to
ensure that all of the required interfaces are present and configured, and =
keep
NETWORKING as meaning "basic networking services are actually functional".

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215368-8>