我正经历着让Bind9启动的问题。
"tail /var/log/messages“的输出:
Aug 15 06:50:30 iceweb kernel: [125973.964184] type=1400 audit(1313409030.779:50):
apparmor="DENIED" operation="open" parent=7227 profile="/usr/sbin/named"
name="/var/lib/named/etc/bind/named.conf" pid=7229 comm="named"
requested_mask="r" denied_mask="r" fsuid=103 ouid=0这里还有“/etc/init.d/bind9 9/restart”的输出:
* Stopping domain name service... bind9
rndc: connect failed: 127.0.0.1#953: connection refused [OK]
* Starting domain name service... bind9 [fail}有什么不对的?
发布于 2017-01-04 10:48:51
您试图为配置文件(/var/lib/named/etc/bind/named.conf)使用一个非标准路径,而BIND9和您的框的(默认)设备配置文件又阻止了这个路径。
备选方案包括:
发布于 2011-08-15 12:08:22
cmiiw,检查named.conf并确保/ etc /parmor.d/usr.sbin.name上允许的区域目录、日志等。
https://serverfault.com/questions/301177
复制相似问题