Bug 1168131
| Summary: | Crash caused by NS record & forward zone interaction | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Kosek <mkosek> |
| Component: | bind-dyndb-ldap | Assignee: | Petr Spacek <pspacek> |
| Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | nsoman, pspacek |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | bind-dyndb-ldap-6.0-2.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-05 09:29:28 UTC | Type: | --- |
| 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: | |||
| Bug Blocks: | 1114013 | ||
|
Description
Martin Kosek
2014-11-26 08:41:38 UTC
Fixed upstream: https://fedorahosted.org/bind-dyndb-ldap/changeset/584f9ceeef131145feb32a741a8f5dbc04b9a2cd/ Verified using: bind-dyndb-ldap-6.0-2.el7.x86_64 ipa-server-4.1.0-15.el7.x86_64 Followed steps from #comment1 # ipa dnszone-add example.com Zone name: example.com. Active zone: TRUE Authoritative nameserver: qeblade6.testrelm.test. Administrator e-mail address: hostmaster SOA serial: 1421966678 SOA refresh: 3600 SOA retry: 900 SOA expire: 1209600 SOA minimum: 3600 BIND update policy: grant TESTRELM.TEST krb5-self * A; grant TESTRELM.TEST krb5-self * AAAA; grant TESTRELM.TEST krb5-self * SSHFP; Dynamic update: FALSE Allow query: any; Allow transfer: none; # ipa dnsforwardzone-add fw.example.com --forwarder=192.0.2.1 Zone name: fw.example.com. Active zone: TRUE Zone forwarders: 192.0.2.1 Forward policy: first # ipa dnszone-find Zone name: 4.16.10.in-addr.arpa. Active zone: TRUE Authoritative nameserver: qeblade6.testrelm.test. Administrator e-mail address: hostmaster.testrelm.test. SOA serial: 1421958832 SOA refresh: 3600 SOA retry: 900 SOA expire: 1209600 SOA minimum: 3600 Allow query: any; Allow transfer: none; Zone name: example.com. Active zone: TRUE Authoritative nameserver: qeblade6.testrelm.test. Administrator e-mail address: hostmaster SOA serial: 1421966681 SOA refresh: 3600 SOA retry: 900 SOA expire: 1209600 SOA minimum: 3600 Allow query: any; Allow transfer: none; Zone name: testrelm.test. Active zone: TRUE Authoritative nameserver: qeblade6.testrelm.test. Administrator e-mail address: hostmaster.testrelm.test. SOA serial: 1421965755 SOA refresh: 3600 SOA retry: 900 SOA expire: 1209600 SOA minimum: 3600 Allow query: any; Allow transfer: none; ---------------------------- Number of entries returned 3 ---------------------------- # ipa dnsrecord-add example.com fw --ns-rec=localhost. Record name: fw NS record: localhost. # ipa dnsrecord-find example.com Record name: @ NS record: qeblade6.testrelm.test. Record name: _kerberos TXT record: TESTRELM.TEST Record name: fw NS record: localhost. ---------------------------- Number of entries returned 3 ---------------------------- # ipa dnsrecord-del example.com fw No option to delete specific record provided. Delete all? Yes/No (default No): yes ------------------- Deleted record "fw" ------------------- # ipa dnsforwardzone-find example.com Zone name: fw.example.com. Active zone: TRUE Zone forwarders: 192.0.2.1 Forward policy: first ---------------------------- Number of entries returned 1 ---------------------------- /var/log/messages ended with Jan 22 17:48:16 qeblade6 named[32136]: forward zone 'fw.example.com': loaded no crash msgs Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0424.html |