Bind9 ne redémarre plus

Fermé
gintoxic Messages postés 524 Date d'inscription mardi 31 juillet 2007 Statut Membre Dernière intervention 7 avril 2016 - 12 févr. 2013 à 19:33
 messorama - 12 févr. 2013 à 22:20
Bonjour,
je suis e pleine création de serveur web avec Debian et j'en suis à "configurer Bind9, mais celui-ci ne redémarre plus.
si vous pouviez ma'aider, svp

merci par avnce

je vous mets des cop/coll de SYSLOG (1) et de ce que j'ai rempli moi-même dans NAMED.CONF (2)
1
Last login: Tue Feb 12 18:24:40 2013 from adonis
root [~] > nano /var/log/syslog
root [~] > tail -f /var/log/syslog
Feb 12 19:12:41 debian-server named[23119]: starting BIND 9.7.3 -u bind
Feb 12 19:12:41 debian-server named[23119]: built with '--prefix=/usr' '--mandir
=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bind' '--localst
atedir=/var' '--enable-threads' '--enable-largefile' '--with-libtool' '--enable-
shared' '--enable-static' '--with-openssl=/usr' '--with-gssapi=/usr' '--with-gnu
-ld' '--with-dlz-postgres=no' '--with-dlz-mysql=no' '--with-dlz-bdb=yes' '--with
-dlz-filesystem=yes' '--with-dlz-ldap=yes' '--with-dlz-stub=yes' '--with-geoip=/
usr' '--enable-ipv6' 'CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2' 'LDFLAGS='
 'CPPFLAGS='
Feb 12 19:12:41 debian-server named[23119]: adjusted limit on open files from 10
24 to 1048576
Feb 12 19:12:41 debian-server named[23119]: found 2 CPUs, using 2 worker threads
Feb 12 19:12:41 debian-server named[23119]: using up to 4096 sockets
Feb 12 19:12:41 debian-server named[23119]: loading configuration from '/etc/bin
d/named.conf'
Feb 12 19:12:41 debian-server named[23119]: /etc/bind/named.conf:17: 'options' r
edefined near 'options'
Feb 12 19:12:41 debian-server named[23119]: loading configuration: already exist
s
Feb 12 19:12:41 debian-server named[23119]: exiting (due to fatal error)
Feb 12 19:17:01 debian-server /USR/SBIN/CRON[23132]: (root) CMD (   cd / && run-
parts --report /etc/cron.hourly)



2

// 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";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
zone "share-wood.com" {
type master;
file "/etc/bind/db.user1.com";

};
options {
allow-recursion {localhost};
};

2 réponses

si il ne demarre pas c'est parceque ton fichier de conf est mal ecrit,essaie

allow-recursion {127.0.01;};

à la place de

allow-recursion {localhost};
0
gintoxic Messages postés 524 Date d'inscription mardi 31 juillet 2007 Statut Membre Dernière intervention 7 avril 2016 10
12 févr. 2013 à 22:13
beh non ça ne marche pas cette fois j'ai une erreur qui me dit que la connexion 127.0.0.1#953 a échoué (j'ai ajouté le #953, mais ca ne change pas)

merci pour ta réponse totu de meme
0
à ce moment la met:

allow-recursion {localhost;};

à la place de

allow-recursion {localhost};
0