Bugzilla – Full Text Bug Listing |
Summary: | [RFC 5011] When the disk is full, the autokey is erased with an empty file | ||
---|---|---|---|
Product: | unbound | Reporter: | Stéphane Bortzmeyer <bortzmeyer+nlnetlabs> |
Component: | server | Assignee: | unbound team <unbound-team> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | cathya, wouter |
Priority: | P5 | ||
Version: | 1.5.7 | ||
Hardware: | x86_64 | ||
OS: | Linux |
Description
Stéphane Bortzmeyer
2016-01-29 07:27:20 CET
Hi Stephane, Did you report the version correctly? There was a bug in older versions that had this issue, but I fixed it, it first writes to a temporary file yourname.pidno-threadno, and if that is successful it renames the file to the original name. These errors are fatal errors, so if it could not write the file it would have exited. So, to unbound, the open of the new file and all the write commands completed successfully and the rename succeeded too ... Do you have any errors in log? Best regards, Wouter |