Ticket #149 (closed defect: wontfix)
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
Note: See
TracTickets for help on using
tickets.