On 02.06.13 14:27, Spain, Dr. Jeffry A. wrote:
For bind 9.9.3 build on Ubuntu 12.04LTS x64, I see log messages, for
example, "/etc/bind/named.conf.local:4: zone 'jaspain.biz': missing 'file'
entry" for each slave zone configured for inline signing.  The file clause
is, in fact, present in the configuration file, for example:

zone "jaspain.biz" {
       type slave;
       file "/var/cache/bind/jaspain.biz.db";
       key-directory "/var/lib/bind/jaspain.biz";
       auto-dnssec maintain;
       inline-signing yes;
       masters { stealthMasters; };
       notify explicit;
       also-notify { publicSlaves; };
       allow-transfer { localhost; transferees; };
};

Have you looked carefuly enough, and to the correct file if there is no
missed character that makes the configuration invalid?
Have you run named-checkconf with and without the given file as parameter?

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Depression is merely anger without enthusiasm. _______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to