Ticket #363 (closed defect: worksforme)
Regression between 2.9.20 and 2.9.22 ;; Got bad packet: extra input data on AXFR
| Reported by: | anon | Owned by: | ahu |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | auth | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
somewhere between versions 2.9.20 and 2.9.22 AXFR realisation was broken.
I have a zone with about 20k records. master server powerdns, 2 slaves - bind9 after upgrading to version 2.9.20 slaves stop refreshing zones.
I've check zone transfer using dig it says -
;; Got bad packet: extra input data 2401 bytes 4e b7 84 00 00 01 00 64 00 00 00 00 02 61 7a 00 N......d.....az. 00 fc 00 01 03 7a 65 72 c0 0c 00 02 00 01 00 01 .....zer........
and so on.
downgrading powerdns to 2.9.20 solves the problem. So i think that between versions 2.9.20 and 2.9.22 something in AXFR processing was broken.
My servers works under FreeBSD, but checking with debian package shows same result.