On 2024/12/06 10:05, Josh Grosse wrote: > On Fri, Dec 06, 2024 at 07:40:00AM -0700, Zack Newman wrote: > > Do you actually run dhcpcd _before_ network > > daemons like unbound(8) in rc(8)? I treat dhcpcd no differently than > > base daemons like dhcpleased(8) since I run daemons that require a > > working IPv6 and IPv4 address. If you start dhcpcd where daemons like > > dhcpleased(8) start, I wager you'll hit the issue. Presumably most don't > > run dhcpcd like I do; thus the timeout bug will likely not affect many. > > I start it through pkg_scripts in rc.conf.local. This might be why I haven't > seen the issue. >
That would be the normal way to start it, and what most others are likely to do.