Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2021 10:55:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253166] net/dhcpcd: no interfaces have a carrier (during boot)
Message-ID:  <bug-253166-7788-Gl2ZLQoMDE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253166-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253166-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #17 from roy@marples.name ---
So I've narrowed it down to this:

start_precmd=3D"dhcpcd_prestart"
dhcpcd_prestart() {
        # Hack to get rid of the error Can't assign requested address when
        # dhcpcd tries to open ANYADDR:DHCPPORT
        # XXX Even for INET6 only this seems to be needed?
        /sbin/ifconfig lo0 inet alias 127.0.0.1/8 up
}

Does that fix it for you?

--=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-253166-7788-Gl2ZLQoMDE>