Bug 1997504
| Summary: | masterfile-format map incompatible after 9.16.20 release | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Menšík <pemensik> |
| Component: | bind | Assignee: | Petr Menšík <pemensik> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aegorenk, anon.amish, dns-sig, mruprich, msehnout, pavel, pemensik, vonsch, zdohnal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | bind-9.16.20-3.fc34 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-08-30 20:41:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1995289 | ||
| Bug Blocks: | |||
|
Description
Petr Menšík
2021-08-25 12:17:24 UTC
Example of supported format file: named-checkzone -f map root-servers.net /var/named/slaves/db.root-servers.net zone root-servers.net/IN: loaded serial 2021081700 OK Example of invalid format file: named-checkzone -f map root-servers.net /var/named/slaves/db.root-servers.net zone root-servers.net/IN: loading from master file /var/named/slaves/db.root-servers.net failed: invalid file zone root-servers.net/IN: not loaded due to errors. In case this happens and zone would not be fetched manually, bind would have to be downgraded: dnf downgrade bind for each map file, create a copy in different format. text format is the most portable. ORIGIN=root-servers.net # adjust whatever file naming you use named-compilezone -f map -F text -o db.$ORIGIN.txt $ORIGIN db.$ORIGIN dnf upgrade bind for each txt file, convert it back to new map version ORIGIN=root-servers.net # adjust whatever file naming you use named-compilezone -f text -F map -o db.$ORIGIN $ORIGIN db.$ORIGIN.txt rndc reload FEDORA-2021-e67471c3d8 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-e67471c3d8 FEDORA-2021-9556804a32 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-9556804a32 FEDORA-2021-e67471c3d8 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-e67471c3d8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-e67471c3d8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-9556804a32 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-9556804a32` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-9556804a32 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-e67471c3d8 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |