On November 22, 2019 at 8:22 AM Steven Arntzen <[email protected]> wrote:
On November 22, 2019 at 5:05 AM Michał Kępień < [email protected]> wrote:
Hi Steven,
I am running BIND 9.14.7 on CentOS 7.7 and 8 using the Copr repositories (thank you so much ISC for setting these up).
What is the proper way to upgrade to BIND 9.14.8?
yum (CentOS 7.7.) and dnf (CentOS 8) don't find any available updates. Should I remove and install new or am I missing the proper command line option(s)?AFAICT, you seem to be doing things just fine.
Can you try again now? Unlike the source tarballs we publish, we do nothave full control over when the packages for a specific target systemwill be built by Copr as the latter is prone to intermittent processingdelays. I just checked and all 9.14.8 packages should be built by now.
Please let me know if you are still running into any trouble with this,
--Best regards,Michał Kępień
The new packages were there yesterday as I installed 9.14.8 on another server.
I didn't have luck today with the previous commands, but I tried the following on CentOS 8 with good results...
dnf list --upgrades (showed the newer BIND version)
dnf distro-sync (updated and started 9.14.8)
named -v
BIND 9.14.8 (Stable Release) <id:5d87f66>
rndc status
version: BIND 9.14.8 (Stable Release) <id:5d87f66>...
That was a very fast and simple upgrade! I like it.
I'll try to figure out the yum commands on CentOS 7.7 next and post what I figure out.
Thanks,
Steve._______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users
Well, I've struggled with options for yum on CentOS 7.7, but couldn't figure out how to update/synchronize the Copr repository.
While initially installing BIND on the server, I had also installed dnf:
"yum install dnf"
At the time I didn't realize I didn't need dnf and should use "yum install yum-plugin-copr".
Having dnf installed paid off. I finally tried using dnf on CentOS 7.7 like I did on CentOS 8:
]# dnf list --upgrades
Copr repo for bind owned by isc 138 kB/s | 26 kB 00:00
CentOS-7 - Base 9.2 MB/s | 10 MB 00:01
CentOS-7 - Updates 9.3 MB/s | 5.4 MB 00:00
CentOS-7 - Extras 773 kB/s | 251 kB 00:00
Available Upgrades
isc-bind-bind.x86_64 9.14.8-1.1.el7 copr:copr.fedorainfracloud.org:isc:bind
isc-bind-bind-libs.x86_64 9.14.8-1.1.el7 copr:copr.fedorainfracloud.org:isc:bind
isc-bind-bind-utils.x86_64 9.14.8-1.1.el7 copr:copr.fedorainfracloud.org:isc:bind
Copr repo for bind owned by isc 138 kB/s | 26 kB 00:00
CentOS-7 - Base 9.2 MB/s | 10 MB 00:01
CentOS-7 - Updates 9.3 MB/s | 5.4 MB 00:00
CentOS-7 - Extras 773 kB/s | 251 kB 00:00
Available Upgrades
isc-bind-bind.x86_64 9.14.8-1.1.el7 copr:copr.fedorainfracloud.org:isc:bind
isc-bind-bind-libs.x86_64 9.14.8-1.1.el7 copr:copr.fedorainfracloud.org:isc:bind
isc-bind-bind-utils.x86_64 9.14.8-1.1.el7 copr:copr.fedorainfracloud.org:isc:bind
Then:
# dnf distro-sync
...
# named -v
BIND 9.14.8 (Stable Release) <id:5d87f66>
BIND 9.14.8 (Stable Release) <id:5d87f66>
# rndc status
version: BIND 9.14.8 (Stable Release) <id:5d87f66>
For now, this works and I'm up to date. Maybe someone else on the list can post the "correct" method.
Steve
_______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

