Hallo,
ich habe gestern einen DNS-Server mit bind9 aufgesetzt und bei der Überprüfung des Syntax eine Fehlermeldung bekommen: etc/bind/named.conf:18: expected quoted string near '“' Meine named.conf sieht wie folgt aus:
/ 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";
logging {
channel query.log {
file “/var/lib/bind/bind_query.log” versions 3 size 5m;
// Set the severity to dynamic to see all the debug messages.
severity dynamic;
print-time yes;
};
category queries { query.log; };
};Wenn ich mir die Zeile 18 ansehe, sehe ich keinen Fehler. Kann mir bitte jemand sagen, wo der Fehler liegt? Vielen Dank schon mal im Voraus. Gruß