Comment 3 for bug 996088

Revision history for this message
Grandswiss (joerg-straube) wrote :

My "named.conf" looked like this:
  include "/etc/bind/named.conf.options";
  include "/etc/bind/named.conf.local";
  include "/etc/bind/named.conf.default-zones";

I changed it statically to:
  include "/var/run/bind/named.options";
  include "/etc/bind/named.conf.local";
  include "/etc/bind/named.conf.default-zones";

Even better would be, to select the right include based on info in "/etc/default/bind"