ispCP - Board - Support
[Resuelto] ERROR en bind 9 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: Spanish Corner (/forum-29.html)
+--- Thread: [Resuelto] ERROR en bind 9 (/thread-9257.html)



[Resuelto] ERROR en bind 9 - shiizpa - 01-18-2010 10:18 PM

Lo que sucede esque pareciera que el apache se cayo pero ha algunas web entra y a las otras no haci que pnese que podia ser el bind y bueno al reiniciarlo aparece el siguiente error

Code:
server:/# /etc/init.d/bind9 restart
Stopping domain name service...: bind9rndc: connect failed: 127.0.0.1#953: connection refused
.
Starting domain name service...: bind9 failed!

revise los log del syslog y me arroja lo siguiente

Code:
Jan 18 10:08:36 server named[19880]: starting BIND 9.5.1-P3 -u bind
Jan 18 10:08:36 server named[19880]: found 1 CPU, using 1 worker thread
Jan 18 10:08:36 server named[19880]: using up to 4096 sockets
Jan 18 10:08:36 server named[19880]: loading configuration from '/etc/bind/named.conf'
Jan 18 10:08:36 server named[19880]: /etc/bind/named.conf.options:1: 'options' redefined near 'options'
Jan 18 10:08:36 server named[19880]: loading configuration: already exists
Jan 18 10:08:36 server named[19880]: exiting (due to fatal error)

el servidor esta en debian lenny con ispcp 1.0.3.1

cualquier ayuda sera agradecida


RE: ERROR en bind 9 - Nuxwin - 01-18-2010 11:15 PM

Hello ;

Have you applied the bind9 patch for ispCP 1.0.3-1 ? In my opinion, the response is no because this log entry :

Code:
Jan 18 10:08:36 server named[19880]: /etc/bind/named.conf.options:1: 'options' redefined near 'options'
is related to the problem fixed by the patch.

You can confirm it with the following cmd:

Check the configuration :
Code:
# named-checkconf

Cheers ;


RE: ERROR en bind 9 - shiizpa - 01-19-2010 10:26 AM

thx nuxwin