ispCP - Board - Support
[Fehler] Bind error 1.0.3 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [Fehler] Bind error 1.0.3 (/thread-9040.html)

Pages: 1 2 3


[Fehler] Bind error 1.0.3 - fulltilt - 01-02-2010 12:31 AM

habe nach Update einen Bind error - gibt es dafür einen Fix?
Code:
loading configuration from '/etc/bind/named.conf'
/etc/bind/named.conf.options:1: 'options' redefined near 'options'
loading configuration: already exists
exiting (due to fatal error)



RE: Bind error 1.0.3 - Rene - 01-02-2010 12:34 AM

wie hast du denn das update durchgeführt?

Quote:loading configuration: already exists

Klingt für mich nach keinem Fehler im eigentlichem Sinne...


RE: Bind error 1.0.3 - fulltilt - 01-02-2010 12:42 AM

ist eine VM hatte vorm Update den Hostname geändert in hosts und ispcp.conf & ispcp DB.
Könnte vieleicht damit zusammenhängen ... oder ist das Problem auch bei anderen aufgetreten?
bind9rndc: connect failed: 127.0.0.1#953: connection refused

Gruss

(01-02-2010 12:34 AM)Rene Wrote:  wie hast du denn das update durchgeführt?

Quote:loading configuration: already exists

Klingt für mich nach keinem Fehler im eigentlichem Sinne...



RE: Bind error 1.0.3 - Rene - 01-02-2010 12:51 AM

poste mal die ausgabe von "ls -la /etc/bind/"

(01-02-2010 12:42 AM)fulltilt Wrote:  ist eine VM hatte vorm Update den Hostname geändert in hosts und ispcp.conf & ispcp DB.
Könnte vieleicht damit zusammenhängen ... oder ist das Problem auch bei anderen aufgetreten?

Ich bin leider etwas raus aus dem Thema, aber ich denke nicht das es mit der Änderung des Hostnamen zusammenhängt...


RE: Bind error 1.0.3 - fulltilt - 01-02-2010 12:53 AM

Code:
ls -la /etc/bind/
insgesamt 80
drwxr-sr-x  2 root bind  4096  1. Jan 16:52 .
drwxr-xr-x 77 root root  4096  1. Jan 15:42 ..
-rw-r--r--  1 root root   237 20. Dez 21:21 db.0
-rw-r--r--  1 root root   271 20. Dez 21:21 db.127
-rw-r--r--  1 root root   237 20. Dez 21:21 db.255
-rw-r--r--  1 root root   353 20. Dez 21:21 db.empty
-rw-r--r--  1 root root   270 20. Dez 21:21 db.local
-rw-r--r--  1 root root  2878 20. Dez 21:21 db.root
-rw-r--r--  1 root root 31414  1. Jan 16:52 named.conf
-rw-r--r--  1 root bind   165 20. Dez 21:21 named.conf.local
-rw-r--r--  1 root bind   572 20. Dez 21:21 named.conf.options
-rw-r-----  1 bind bind    77 30. Dez 18:39 rndc.key
-rw-r--r--  1 root root  1317 20. Dez 21:21 zones.rfc1918



RE: Bind error 1.0.3 - Rene - 01-02-2010 12:55 AM

ach und die named.conf, ganz vergessen Big Grin


RE: Bind error 1.0.3 - fulltilt - 01-02-2010 12:58 AM

Code:
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";
};

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

// 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";
};

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

// bind Data BEGIN.

// dmn [admin.webserver1.tld] cfg entry BEGIN.
zone "admin.webserver1.tld" {
    type    master;
    file    "/var/cache/bind/admin.webserver1.tld.db";
    notify    YES;
};
// dmn [admin.webserver1.tld] cfg entry END.



RE: Bind error 1.0.3 - Rene - 01-02-2010 01:04 AM

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

Das hast du zweimal drin, meiner Meinung nach falsch. Kommentier mal die zweite raus und probier es dann mal...

Edit:

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

Auch dieses ist zwei mal drin... Kommt mir auch sehr komisch vor und dürfte auch nicht sein. Kann das jmd. bestätigen?


RE: Bind error 1.0.3 - fulltilt - 01-02-2010 01:14 AM

hm - das war auch 2x drin:
include "/etc/bind/named.conf.local";

habs rausgenommen, bind startet aber nicht ...


RE: Bind error 1.0.3 - Rene - 01-02-2010 01:18 AM

mit dem gleichen Fehler?