What were you trying to do that didn't work?
After doing $ipa-backup named service is getting crashed with below status :
- systemctl status named.service
Ă— named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; disabled; preset: disabled)
Active: failed (Result: core-dump) since Mon 2024-12-09 09:37:57 CET; 29min ago
Duration: 10.287s
Process: 89985 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo>
Process: 89987 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 89988 (code=dumped, signal=ABRT)
CPU: 299ms
Dec 09 09:37:52 abc.example.com named[89988]: zone 81.40.10.in-addr.arpa/IN: sending notifies (serial 1733733466)
Dec 09 09:37:52 abc.example.com named[89988]: zone 47.56.193.in-addr.arpa/IN: sending notifies (serial 1733733467)
Dec 09 09:37:52 abc.example.com named[89988]: zone 88.40.10.in-addr.arpa/IN: sending notifies (serial 1733733467)
Dec 09 09:37:52 abc.example.com named[89988]: zone 208.40.10.in-addr.arpa/IN: sending notifies (serial 1733733467)
Dec 09 09:37:52 abc.example.com named[89988]: zone 89.40.10.in-addr.arpa/IN: sending notifies (serial 1733733467)
Dec 09 09:37:52 abc.example.com named[89988]: zone 66.40.10.in-addr.arpa/IN: sending notifies (serial 1733733467)
Dec 09 09:37:52 abc.example.com named[89988]: zone 70.40.10.in-addr.arpa/IN: sending notifies (serial 1733733467)
Dec 09 09:37:52 abc.example.com named[89988]: zone 72.40.10.in-addr.arpa/IN: sending notifies (serial 1733733467)
Dec 09 09:37:57 abc.example.com systemd[1]: named.service: Main process exited, code=dumped, status=6/ABRT
Dec 09 09:37:57 abc.example.com systemd[1]: named.service: Failed with result 'core-dump'.
What is the impact of this issue to you?
All IPA service are started except for named service.
Please provide the package NVR for which the bug is seen:
RHEL Version 9.5
bind-9.16.23-24.el9_5.x86_64
bind-dyndb-ldap-11.9-10.el9_5.x86_64
How reproducible is this bug?:
Easily
Steps to reproduce
- Perform ipa-backup
- # ipactl restart
- # ipactl status
Expected results
named service should be running
Actual results
named service getting crshed with below error :
$ cat var/log/messages | grep -i abrt
Dec 20 00:00:16 abc systemd[1]: named.service: Main process exited, code=dumped, status=6/ABRT
Dec 20 00:00:32 abc systemd[1]: named.service: Main process exited, code=dumped, status=6/ABRT