+ -
当前位置:首页 → 问答吧 → linux bind服务安装后,启动失败

linux bind服务安装后,启动失败

时间:2011-09-07

来源:互联网

linux bind服务安装好后,启动时报错[root@localhost ~]# 30-Jul-2011 22:35:54.842 starting BIND 9.7.4 -gc /usr/local/named/etc/named.conf
30-Jul-2011 22:35:54.843 built with '--prefix=/usr/local/named' '--enable-threads'
30-Jul-2011 22:35:54.843 adjusted limit on open files from 1024 to 1048576
30-Jul-2011 22:35:54.843 found 1 CPU, using 1 worker thread
30-Jul-2011 22:35:54.845 using up to 4096 sockets
30-Jul-2011 22:35:54.852 Using 101 tasks for zone loading
30-Jul-2011 22:35:54.858 loading configuration from '/usr/local/named/etc/named.conf'
30-Jul-2011 22:35:54.860 reading built-in trusted keys from file '/usr/local/named/etc/bind.keys'
30-Jul-2011 22:35:54.862 using default UDP/IPv4 port range: [1024, 65535]
30-Jul-2011 22:35:54.863 using default UDP/IPv6 port range: [1024, 65535]
30-Jul-2011 22:35:54.867 listening on IPv4 interface lo, 127.0.0.1#53
30-Jul-2011 22:35:54.871 binding TCP socket: address in use
30-Jul-2011 22:35:54.871 listening on IPv4 interface eth0, 192.168.1.6#53
30-Jul-2011 22:35:54.878 generating session key for dynamic DNS
30-Jul-2011 22:35:54.881 dns_master_load: named.root:2: unexpected end of line
30-Jul-2011 22:35:54.881 dns_master_load: named.root:1: unexpected end of input
30-Jul-2011 22:35:54.881 could not configure root hints from 'named.root': unexpected end of input
30-Jul-2011 22:35:54.882 loading configuration: unexpected end of input
30-Jul-2011 22:35:54.882 exiting (due to fatal error)
说不能找到named.root文件,路径都没错,哪位大侠帮忙指点下,谢谢啦

作者: 菜鸟生涯   发布时间: 2011-09-07

30-Jul-2011 22:35:54.881 dns_master_load: named.root:2: unexpected end of line
这是说你结尾语法有误,是不是没写;

作者: age   发布时间: 2011-09-07