Ticket #149 (closed defect: wontfix)

Opened 6 years ago

Last modified 2 years ago

zone2sql named.conf parsing error

Reported by: anon Owned by: ahu
Priority: normal Milestone:
Component: auth Version:
Severity: normal Keywords:
Cc:

Description

zone2sql fails on 'file' statements that are not within a zone template with a error like:

Fatal error: Error in bind configuration '/var/named/etc/namedb/named.conf' on line 33: syntax error

line 33 is within this part of the config

logging {

channel my_syslog {

syslog daemon; severity info;

}; channel my_file {

file "log.msgs"; severity dynamic;

}; channel stats {

file "stats.log" versions 3 size 1k;

}; channel my_xfer {

file "xfer.log" versions 5 size 10k; severity info;

}; category default { my_syslog; }; category statistics { stats; }; category queries { my_file; }; category xfer-in { my_xfer; }; category xfer-out { my_xfer; };

};

Change History

Changed 3 years ago by ahu

  • owner changed from somebody to ahu
  • status changed from new to assigned
  • component changed from component1 to auth

Changed 2 years ago by ahu

  • status changed from assigned to closed
  • resolution set to wontfix

While we could fix this, it is suggested to comment out such troublesome blocks that PowerDNS won't be able to honor anyhow.

Note: See TracTickets for help on using tickets.