と言われて しまった● bind9.service - BIND Domain Name Server
Loaded: loaded (/lib/systemd/system/bind9.service; enabled)
Drop-In: /run/systemd/generator/bind9.service.d
mq50-insserv.conf-$named.conf
Active: active (running) (Result: exit-code) since 金 2015-06-05 07:26:13 JST; 6 days ago
Docs: man:named(8)
Process: 29762 ExecReload=/usr/sbin/rndc reload (code=exited, status=1/FAILURE)
Main PID: 440 (named)
CGroup: /system.slice/bind9.service
mq440 /usr/sbin/named -f -u bind
6月 11 15:43:13 senri named[440]: received control channel command 'reload'
6月 11 15:43:13 senri named[440]: loading configuration from '/etc/bind/named.conf'
6月 11 15:43:13 senri named[440]: /etc/bind/named.conf:13: attempt to redefine acl...l:9
6月 11 15:43:13 senri named[440]: reloading configuration failed: failure
ここに named.conf と named.conf.local に以下の行を書いて しまったので、これが拙(まず)い らしいinclude "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
そう言うものなのか…// prime the server with knowledge of the root servers
acl internal-zones { 192.168.0.0/24;
127.0.0.1;
};