bind9 - problem (bindnamed: no process killed)

Bind, PowerDNS
Post Reply
dawn
Posts: 64
Joined: 2006-01-05 11:32
 

bind9 - problem (bindnamed: no process killed)

Post by dawn »

Ich haben einen eben erst neu installierten Debian Edge Server übernommen. Natürlich habe ich zuerst alle Packete aktualisiert und nacher musste ich bind9 installieren. Wenn ich bind9 neu starten will verhält sich dieses aber sehr merkwürdig:

Code: Select all

 /etc/init.d/bind9 restart
Stopping domain name service...: bindnamed: no process killed
 failed! Starting domain name service...: bind.
Ein "ps aux | grep bind" ergibt folgende Ausgabe:

Code: Select all

bind      3603  0.0  0.1  30400  2904 ?        Ssl  21:29   0:00 /usr/sbin/named -t /var/named/run-root -c /etc/named.conf -u bind
Wenn ich mein Syslog anschaue sehe ich nichts ungewöhliches (meine IP's habe ich mit 1.2.3.4 bzw. 1.2.4.4 ersetzt):

Code: Select all

Dec 18 21:29:12 km31117 named[3561]: shutting down: flushing changes
Dec 18 21:29:12 km31117 named[3561]: stopping command channel on 127.0.0.1#953
Dec 18 21:29:12 km31117 named[3561]: no longer listening on 127.0.0.1#53
Dec 18 21:29:12 km31117 named[3561]: no longer listening on 1.2.3.4#53
Dec 18 21:29:12 km31117 named[3561]: no longer listening on 1.2.4.4#53
Dec 18 21:29:12 km31117 named[3561]: exiting
Dec 18 21:29:15 km31117 named[3603]: starting BIND 9.3.4 -t /var/named/run-root -c /etc/named.conf -u bind
Dec 18 21:29:15 km31117 named[3603]: found 1 CPU, using 1 worker thread
Dec 18 21:29:15 km31117 named[3603]: loading configuration from '/etc/named.conf'
Dec 18 21:29:15 km31117 named[3603]: listening on IPv4 interface lo, 127.0.0.1#53
Dec 18 21:29:15 km31117 named[3603]: listening on IPv4 interface eth0, 1.2.3.4#53
Dec 18 21:29:15 km31117 named[3603]: listening on IPv4 interface eth0:0, 1.2.4.4#53
Dec 18 21:29:15 km31117 named[3603]: command channel listening on 127.0.0.1#953
Dec 18 21:29:15 km31117 named[3603]: zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 20010622
Dec 18 21:29:15 km31117 named[3603]: zone 120.118.87.in-addr.arpa/IN: loaded serial 1198000840
Dec 18 21:29:15 km31117 named[3603]: running
Trotzdem gefällt mir die oben hervorgehobene Fehlermeldung nicht. Hat jemand eine Ahnung woran dies liegen könnte bzw. wie ich weiter nach dem Fehler suchen könnte?

Gruss,
Dawn
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: bind9 - problem (bindnamed: no process killed)

Post by Joe User »

Per lsof nachsehen, wer den Port belegt und mittels kill den Prozess killen...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply