Hello, this bug is still present in Debian 8.1. /etc/init.d/openntpd runs before /etc/init.d/bind9 and is unable to resolve servers listed in ntpd.conf, such as "servers 0.debian.pool.ntp.org". Once the system has completely booted, running /etc/init.d/openntpd restart resynchronizes the clock properly. It seems that openntpd lacks $named:

# Required-Start:       $remote_fs $network $syslog

which /etc/init.d/bind9 provides through a level of indirection:

# Provides:          bind9


/etc/insserv.conf:

$named          +named +dnsmasq +lwresd +bind9 +unbound $network

probably both $network and $bind9 must be up.

Reply via email to