-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: OpenDNSSEC 1.4.7
-
Fix Version/s: None
-
Component/s: Signer
-
Labels:None
-
Environment:
SLES11SP3 x86_64
the signer on a test system configured with 3 zones from files (ie. NO
incoming IXFR/AXFR) crashed this morning with
ods-signerd: signer/ixfr.c:230: part_print: assertion part->soamin failed
This is opendnssec/1.4/devel with commit
b3820a9391324a8ce92bff4801c888b0f4d62365
conf.xml:
<Listener> <Interface><Port>53</Port></Interface> </Listener>
zonelist.xml
<Policy>xxxz</Policy> <SignerConfiguration>/var/opendnssec/signconf/a03.xml</SignerConfiguration> <Adapters> <Input> <Adapter type="File">/var/opendnssec/unsigned/a03.zone</Adapter> </Input> <Output> <Adapter type="DNS">/etc/opendnssec/addns.xml</Adapter> </Output> </Adapters> </Zone>
addns.xml
<Outbound> <ProvideTransfer> <Peer> <Prefix>127.0.0.1</Prefix> </Peer> </ProvideTransfer> </Outbound>