On 15/06/2021 15:41, Ed Greshko wrote:
If I were you I may consider checking the upgrade logs.
While not using the chroot service I just upgraded my internal bind system from F33 to F34. I do have all of these installed on the upgraded system.
I had another F33 VM which needed upgrading. Before the upgrade I established a named-chroot environment.
I performed the upgrade.
Upon reboot named-chroot was still enabled and it started just fine. No problems noted.
FWIW, I would also check to make sure that the inodes /etc/named.root.key is the same as /var/named/chroot/etc/named.root.key
[root@f33g etc]# ll -i /var/named/chroot/etc/named.root.key /etc/named.root.key 486885 -rw-r--r--. 1 root named 686 Jun 3 22:47 /etc/named.root.key 486885 -rw-r--r--. 1 root named 686 Jun 3 22:47 /var/named/chroot/etc/named.root.key