Can't run freeradius after reboot

glances.swamp0r at icloud.com glances.swamp0r at icloud.com
Thu Nov 21 12:58:22 UTC 2024


> On 19/11/2024 08:48, Francis Augusto Medeiros-Logeay via 
> Freeradius-Users wrote:
> > I think there were some updates on our RHEL 9 machine where I test frreeradius, and now radiusd refuses to run:
> > 
> > radiusd -X
> > Error : tls - libssl version mismatch. built: 30000070 linked: 30200020
> > 
> > I upgraded to 3.2.6, and it didn’t seem to fix.
> > 
> 
> Hmm, looks like they bumped OpenSSL from 3.0.7 up to 3.2.2 in RHEL 9.5. 
> We build on Rocky9 (latest Docker image is 9.3) which still has 3.0.7.
> 
> According to Rocky's release schedule version 9.5 should arrive in 
> November, so when that's out we can rebuild packages against OpenSSL 3.2.

Maybe consider using AlmaLinux images instead? They are pretty quick with official docker images for each minor version. 9.5 is already available.

> 
> > Any clues on how to fix this?
> 
> For the time being, roll back to before the update.
> 

Rolling back wasn’t really an option for us. We have downgraded openssl-libs and the dependencies to the 9.4 versions instead, running for our AlmaLinux servers:

# dnf downgrade https://repo.almalinux.org/almalinux/9.4/BaseOS/x86_64/os/Packages/openssl-libs-3.0.7-28.el9_4.x86_64.rpm \
 https://repo.almalinux.org/almalinux/9.4/BaseOS/x86_64/os/Packages/openssl-3.0.7-28.el9_4.x86_64.rpm \
 https://repo.almalinux.org/almalinux/9.4/BaseOS/x86_64/os/Packages/libcurl-7.76.1-29.el9_4.1.x86_64.rpm \
 https://repo.almalinux.org/almalinux/9.4/BaseOS/x86_64/os/Packages/curl-7.76.1-29.el9_4.x86_64.rpm \
 https://repo.almalinux.org/almalinux/9.4/BaseOS/x86_64/os/Packages/cryptsetup-libs-2.6.0-3.el9.x86_64.rpm \
 https://repo.almalinux.org/almalinux/9.4/AppStream/x86_64/os/Packages/perl-Net-SSLeay-1.92-2.el9.x86_64.rpm

It seems to be working just fine for the moment.

p



More information about the Freeradius-Users mailing list