Boa noite a todos!!!
Meu nome é Bruno Lopes, e estou usando o slackware 11.0 com o
bind-9.3.2_P1. Configurei o named.conf e o arquivos dos dominios e
quando vou iniciar o bin ele mostra a sequinte menssagem de erro:
[EMAIL PROTECTED]:/# /etc/rc.d/./rc.bind start
Starting BIND: /usr/sbin/named
WARNING: named did not start. Perhaps this is because
the "capability" module required by newer kernels is
not loaded (or built into the kernel)?
Attempting to load security capability module:
/sbin/modprobe capability
modprobe: Can't locate module capability
Attempting to start named again: /usr/sbin/named
FAILED: Sorry, but even after attempting to load
the "capability" module, named did not start.
There may be a different configuration error that
needs fixing. Good luck!
[EMAIL PROTECTED]:/#
Como podem ver, ele pede um modulo chamdo capability e acusa q não
existe no sistema.
segue abaixo o meu named.conf:
options {
directory "/var/named";
version "DNS Server";
minimal-responses yes;
allow-transfer { 200.xxx.xxx.xxx; };
listen-on { 127.0.0.1; 10.250.0.1; 200.xxx.xxx.xxx; };
allow recursion { 127.0.0.1; };
};
zone "." IN {
type hint;
file "named.ca";
};
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 "8.253.200".in-addr.arpa" IN {
type master;
file "domain.rev";
allow-transfer { 200.xxx.xxx.xxx; };
};
zone "iceara.com.br" IN {
type master;
file "iceara.com.br";
allow-transfer { 200.xxx.xxx.xxx; };
};
Por favor se alguem souber como resolver esse problema me ajude.
--~--~---------~--~----~------------~-------~--~----~
--
GUS-BR - Grupo de Usuarios Slackware - BR
http://www.slackwarebrasil.org/
http://groups-beta.google.com/group/slack-users-br
Archives:
- http://www.mail-archive.com/[email protected]/
- http://news.gmane.org/gmane.org.user-groups.linux.brazil.slackware/
-~----------~----~----~----~------~----~------~--~---