Package: unbound Version: 1.4.6-1 Severity: minor If unbound is in use as a local resolver (ie /etc/resolv.conf points to an instance on the same host) its current startup position is too late for some common daemons (examples: ssh, exim4, which hanges for a long time if it cannot resolve DNS on startup with some configurations).
To adjust this for my use I used: sudo update-rc.d -f unbound remove sudo update-rc.d -f unbound defaults 15 85 taking the same values as bind9, but it may be worth making this change in the package postinst for the benefit of others. Cheers, Dominic. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

