LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1092|回复: 4

启动 BIND失败:sh: /var/named/chroot/var/named: is a directory

[复制链接]
发表于 2008-4-15 12:59:30 | 显示全部楼层 |阅读模式
用Webmin启动或其他方式启动域名服务器
出现:

/var/named/chroot/var/named: is a directory

的错误

named.conf 配置如下:

// Red Hat BIND Configuration Tool
//
// Default initial "Caching Only" name server configuration
//

options {
        //directory "/var/named";
        directory "/var/named/chroot/var/named";
        dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
        /*
         * If there is a firewall between you and nameservers you want
         * to talk to, you might need to uncomment the query-source
         * directive below.  Previous versions of BIND always asked
         * questions using port 53, but BIND 8.1 uses an unprivileged
         * port by default.
         */
         // query-source address * port 53;
};

zone "2.168.192.IN-ADDR.ARPA." IN {
        type master;
        file "192.168.2.db";
};
zone "60.169.220.IN-ADDR.ARPA." IN {
        type master;
        file "220.169.60.db";
};
zone "51.187.61.in-addr.arpa." IN {
        type master;
        file "61.187.51.db";
};
zone "8.22.172.in-addr.arpa." IN {
        type master;
        file "172.22.8.db";
};
zone "1.168.192.in-addr.arpa." IN {
        type master;
        file "192.168.1.db";
};
zone "****.cn." IN {
        type master;
        file "****.cn.db";
};


zone "." IN {
        type hint;
        file "named.root";
};

zone "localdomain." IN {
        type master;
        file "localdomain.zone";
        allow-update { none; };
};

zone "localhost." IN {
        type master;
        file "localhost.zone";
        allow-update { none; };
};

zone "0.0.127.in-addr.arpa." IN {
        type master;
        file "named.local";
        allow-update { none; };
};

zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." IN {
        type master;
        file "named.ip6.local";
        allow-update { none; };
};

zone "255.in-addr.arpa." IN {
        type master;
        file "named.broadcast";
        allow-update { none; };
};

zone "0.in-addr.arpa." IN {
        type master;
        file "named.zero";
        allow-update { none; };
};

include "/etc/rndc.key";
发表于 2008-4-15 14:44:42 | 显示全部楼层
启动命令传的什么参数
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-15 15:12:18 | 显示全部楼层
使用Webmin启动的。
回复 支持 反对

使用道具 举报

发表于 2008-4-15 16:00:54 | 显示全部楼层
directory "/var/named/chroot/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";


直接写/var/named
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-15 17:24:17 | 显示全部楼层
使用源代码编译安装的,在之前都运行得好好的。

但是现在突然就不行了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表