unbound.service needs network online
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unbound (Ubuntu) |
Triaged
|
Undecided
|
Unassigned |
Bug Description
unbound.service in Ubuntu 20.04LTS Focal has insufficient dependencies for the ExecStartPre package-helper root_trust_
While unbound startup succeeds, the following error can typically be seen on boot on physical hosts with NICs that have long setup/startup times (approx 10 seconds on this host):
package-
Our workaround is to add an appropriate dependency on network-
-------
[Unit]
# Needs network online to be able to verify/update dnssec root key on startup
After=network-
-------
With this workaround in place, after reboot we see success:
package-
Status changed to 'Confirmed' because the bug affects multiple users.