severity 169577 important
thanks

I've found a work-around. You have to add this to /etc/bind/named.conf
in order for rndc to work:

include "/etc/bind/rndc.key";

controls {
      inet 127.0.0.1 port 953
              allow { 127.0.0.1; } keys { "rndc-key"; };
};

Debian MUST warn about this otherwise it's impossible to stop, restart
or reload the server after the Sarge security update!

08:00 [EMAIL PROTECTED]:/var/www/cf/graph# rndc reload
rndc: connect failed: connection refused
08:06 [EMAIL PROTECTED]:/var/www/cf/graph# rndc status
rndc: connect failed: connection refused
08:06 [EMAIL PROTECTED]:/var/www/cf/graph# rndc stop
rndc: connect failed: connection refused
08:06 [EMAIL PROTECTED]:/var/www/cf/graph# /etc/init.d/bind9 stop
Stopping domain name service: namedrndc: connect failed: connection refused
.

# this is the only way:
08:11 [EMAIL PROTECTED]:/etc/bind# killall named

:(

Regards,
-- 
 ,''`.
: :' :      Cyril Bouthors
`. `'         Debian.org
  `-

Attachment: pgpy3eHBIcDvz.pgp
Description: PGP signature

Reply via email to