Philippe Meunier via Unbound-users <[email protected]> writes: > After booting, unbound and ntpd both start without problem. Then ntpd > automatically starts trying to contact NTP servers from pool.ntp.org, > which triggers DNS queries. In turn unbound tries to contact root DNS > servers and fails since no network interface is configured yet.
That shouldn't happen. OpenBSD's /etc/rc doesn't start unbound and ntpd until after /etc/netstart, which configures your network interfaces. The order is roughly pf (stub ruleset) - netstart - pf (real ruleset) - early daemons (including unbound and ntpd) - ipsec - rpc, nis and nfs - everything else. DES -- Dag-Erling Smørgrav - [email protected]
