红联Linux门户
Linux帮助

centos 6.3安装bind 9.8.2rc1后报错问题

发布时间:2013-10-17 22:16:47来源:红联作者:menpenghui
首先这个问题已经困扰我好久,查询了大量资料,但都未解决,希望大家帮忙看看,是否有什么好的方法。谢谢
centos 6.3安装bind 9.8.2rc1后,named服务启动正常,域名解析也正常,但在default.log日志中频繁报告警,如下:
[root@ns1 data]# ps -ef |grep named
named 2411 1 0 20:50 ? 00:00:09 /usr/sbin/named -u named -t /var/named/chroot
root 2506 1960 0 22:14 pts/2 00:00:00 grep named
[root@ns1 data]# service named status
version: 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6 (Not any useful infomation for you!)
CPUs found: 16
worker threads: 16
number of zones: 25
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 0/9900/10000
tcp clients: 0/100
server is up and running
named (pid 2411) 正在运行...
[root@ns1 data]# more +1000 default.log
17-Oct-2013 10:09:16.469 dispatch: warning: dispatch 0x7f1a802989a0: open_socket(0.0.0.0#1935) -> permission denied: continuing
17-Oct-2013 10:09:24.606 dispatch: warning: dispatch 0x7f1a802989a0: open_socket(0.0.0.0#8611) -> permission denied: continuing
17-Oct-2013 10:09:28.998 dispatch: warning: dispatch 0x7f1a8029cf80: open_socket(::#4321) -> permission denied: continuing
17-Oct-2013 10:09:55.717 dispatch: warning: dispatch 0x7f1a802989a0: open_socket(0.0.0.0#8610) -> permission denied: continuing
17-Oct-2013 10:09:58.190 dispatch: warning: dispatch 0x7f1a802989a0: open_socket(0.0.0.0#1935) -> permission denied: continuing

请问这是什么原因引起的呢,谢谢大家
文章评论

共有 1 条评论

  1. menpenghui 于 2013-10-22 19:02:55发表:

    求大神帮忙解决下