BIND 9 hängt beim aufstarten

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
ccc
Beiträge: 1185
Registriert: 16.01.2005 01:08:53

BIND 9 hängt beim aufstarten

Beitrag von ccc » 18.02.2009 17:54:28

hallo

habe upgrade von Etch zu Lenny gemacht.
jetzt hängt bind9 für ca. 4-5 min. immer wieder beim aufstarten der maschine.
habe neuen /etc/bind/rndc.key generiert:

Code: Alles auswählen

# rndc-confgen -a -c /etc/bind/rndc.key -k rndc-key -b 256
und in named.conf eingetragen:

Code: Alles auswählen

include "/etc/bind/rndc.key";
hilft aber nicht weiter.

/etc/init.d/bind9 restart und rndc reload bringen keine Fehlermeldungen.
etwas seltsam...
hat jemand nach dem upgrade zu Lenny ähnliche probleme mit dem bind9 ?
Zuletzt geändert von ccc am 20.02.2009 00:51:37, insgesamt 4-mal geändert.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite

ccc
Beiträge: 1185
Registriert: 16.01.2005 01:08:53

Re: BIND 9 hängt beim aufstarten

Beitrag von ccc » 18.02.2009 20:21:07

vielleicht hilft bei der Fehlersuche:

Code: Alles auswählen

# rndc reload
server reload successful

# rndc status
version: 9.5.1-P1
number of zones: 32
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 1
query logging is OFF
recursive clients: 0/0/1000
tcp clients: 0/100
server is up and running

# /etc/init.d/bind9 restart
Stopping domain name service...: bind9.
Starting domain name service...: bind9.

# cat /etc/bind/rndc.conf
key "rndc-key" {
        algorithm hmac-md5;
        secret "mysecrethash";
};

options {
    default-server localhost;
    default-key "rndc-key";
};

# cat /etc/bind/named.conf
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local

include "/etc/bind/named.conf.options";

// prime the server with knowledge of the root servers
zone "." {
        type hint;
        file "/etc/bind/db.root";
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912

zone "localhost" {
        type master;
        file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
        type master;
        file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
        type master;
        file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
        type master;
        file "/etc/bind/db.255";
};

// zone "com" { type delegation-only; };
// zone "net" { type delegation-only; };

// From the release notes:
//  Because many of our users are uncomfortable receiving undelegated answers
//  from root or top level domains, other than a few for whom that behaviour
//  has been trusted and expected for quite some length of time, we have now
//  introduced the "root-delegations-only" feature which applies delegation-only
//  logic to all top level domains, and to the root domain.  An exception list
//  should be specified, including "MUSEUM" and "DE", and any other top level
//  domains from whom undelegated responses are expected and trusted.
// root-delegation-only exclude { "DE"; "MUSEUM"; };

include "/etc/bind/named.conf.local";

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


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

logging {
        };
Zuletzt geändert von ccc am 18.02.2009 20:30:04, insgesamt 1-mal geändert.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite

ccc
Beiträge: 1185
Registriert: 16.01.2005 01:08:53

Re: BIND 9 hängt beim aufstarten

Beitrag von ccc » 18.02.2009 20:23:40

ich verzweifle langsam an diesem problem.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite

Benutzeravatar
habakug
Moderator
Beiträge: 4314
Registriert: 23.10.2004 13:08:41
Lizenz eigener Beiträge: MIT Lizenz

Re: BIND 9 hängt beim aufstarten

Beitrag von habakug » 18.02.2009 21:00:29

Hallo!

Vielleicht ist es dir nicht aufgefallen, aber in der "/etc/bind/named.conf" heißt es:
named.conf hat geschrieben:// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
Wenn du das getan hättest, mit

Code: Alles auswählen

zcat /usr/share/doc/bind9/README.Debian.gz | more
hättest du folgendes gelesen:
README.Debian hat geschrieben:However, since 9.2.0 BIND 9.X has supported an rndc.key file that both named
and rndc will read to obtain a shared key for rndc use against a daemon on
the same host. The rndc-confgen program will easily create a suitable key
file. To take advantage of this mechanism, you may want to:
remove the /etc/bind/rndc.conf file
remove the rndc key specification in the /etc/bind/named.conf file
rndc-confgen -r /dev/urandom -a
Alternatively, you can 'purge' the bind9 packages and reinstall them and you
will end up with the new behavior since it is now the default.
Vielleicht versuchst du mal die neue Methode...

Gruß, habakug
( # = root | $ = user | !! = mod ) (Vor der PN) (Debianforum-Wiki) (NoPaste)

ccc
Beiträge: 1185
Registriert: 16.01.2005 01:08:53

Re: BIND 9 hängt beim aufstarten

Beitrag von ccc » 18.02.2009 23:51:20

wie geschrieben, habe bind9 removed und nochmals frisch installiert, aber dieses problem besteht immer noch.

bei jedem zweiten oder dritten restart hängt es, vielleicht wieder ein BUG?

http://groups.google.com/group/linux.de ... db700febeb
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite

ccc
Beiträge: 1185
Registriert: 16.01.2005 01:08:53

Re: BIND 9 hängt beim aufstarten

Beitrag von ccc » 19.02.2009 01:15:49

es sieht nach einem starken problem mit rndc, manchmal hängt oder braucht extrem lange zu starten und bind9 beim startup behindert.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite

nepos
Beiträge: 5238
Registriert: 05.01.2005 10:08:12

Re: BIND 9 hängt beim aufstarten

Beitrag von nepos » 19.02.2009 07:58:00

Bitte bitte bitte beim nächsten mal Booten oder Hochfahren oder sonstwas schreiben. Aufstarten, da grauts einem ja...

ccc
Beiträge: 1185
Registriert: 16.01.2005 01:08:53

Re: BIND 9 hängt beim aufstarten

Beitrag von ccc » 20.02.2009 00:43:04

beim aufstarten der maschine habe ich keine Fehlermeldungen auf dem screen:

Fri Feb 20 00:32:17 2009: Starting system message bus: dbus.
Fri Feb 20 00:32:17 2009: Starting domain name service...: bind9.
Fri Feb 20 00:36:18 2009: Starting OpenBSD Secure Shell server: sshd.

start von bind9 wartet einfach ein paar minuten und nacher geht weiter.
Zuletzt geändert von ccc am 24.02.2009 14:43:54, insgesamt 1-mal geändert.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite

ccc
Beiträge: 1185
Registriert: 16.01.2005 01:08:53

Re: BIND 9 hängt beim aufstarten

Beitrag von ccc » 20.02.2009 00:57:23

habe gemäss:

http://worldbeyond.net/archives/343

http://www.dmo.ca/blog/20081009143754

nochmals frisch installiert und jetzt sieht viel besser aus.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite

Antworten