nikhiljha / pp-fedora-sdsetup

PinePhone Fedora Image Generation Script
GNU General Public License v3.0
105 stars 21 forks source link

Info: last nights bind-libs update causing connection problems due to timeouts #62

Closed Cyborgscode closed 3 years ago

Cyborgscode commented 3 years ago

The latest bind packages from Fedora have bugs and need to removed, otherwise firefox and chatty do no longer work, as the nss service crashes in glibc's resolve call.

Remove: 9.11.25-2 Replace with: 9.11.25-1

https://koji.fedoraproject.org/koji/buildinfo?buildID=1645906

dnf -y downgrade bind-libs-9.11.25-1.fc34.aarch64.rpm dnf -y downgrade bind-libs-lite-9.11.25-1.fc34.aarch64.rpm dnf -y downgrade bind-license-9.11.25-1.fc34.noarch.rpm dnf -y downgrade bind-utils-9.11.25-1.fc34.aarch64.rpm sudo echo "exclude=bind*" >> /etc/dnf/dnf.conf

Cyborgscode commented 3 years ago

Fixed with updates to glibc :

2020-12-06T13:03:27+0100 SUBDEBUG Upgraded: glibc-devel-2.32.9000-17.fc34.aarch64 2020-12-06T13:04:12+0100 SUBDEBUG Upgraded: glibc-langpack-de-2.32.9000-17.fc34.aarch64 2020-12-06T13:04:13+0100 SUBDEBUG Upgraded: glibc-common-2.32.9000-17.fc34.aarch64 2020-12-06T13:04:13+0100 SUBDEBUG Upgraded: glibc-langpack-en-2.32.9000-17.fc34.aarch64 2020-12-06T13:04:14+0100 SUBDEBUG Upgraded: glibc-2.32.9000-17.fc34.aarch64

Bind update can be applied now.