On Wed, 2019-07-31 at 09:57 +0200, Arnaud LAURIOU wrote:
It seems that packages release 3.0.19 for ubuntu bionic also change on NetworkRADIUS site, but after upgrading got an error message : systemd[1]: Starting FreeRADIUS multi-protocol policy server... radiusd: Application and libfreeradius-radius magic number (version) mismatch. application: 30019a library: 300191
Any idea how to solve this issue ?
That was an issue reported a few weeks ago that Ubuntu changed the version of libssl they include. The freeradius packages were rebuilt to use their newest version. What version do you have installed? We've successfully tested it on a fully dist-upgraded system. root@ubuntu-bionic:/etc/apt/sources.list.d# apt-cache policy freeradius freeradius: Installed: 3.0.19+git Candidate: 3.0.19+git Version table: *** 3.0.19+git 500 500 http://packages.networkradius.com/releases/ubuntu-bionic bionic/main amd64 Packages 100 /var/lib/dpkg/status 3.0.16+dfsg-1ubuntu3.1 500 500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages 3.0.16+dfsg-1ubuntu3 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages root@ubuntu-bionic:/etc/apt/sources.list.d# apt-cache policy libssl1.1 libssl1.1: Installed: 1.1.1-1ubuntu2.1~18.04.4 Candidate: 1.1.1-1ubuntu2.1~18.04.4 Version table: *** 1.1.1-1ubuntu2.1~18.04.4 500 500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 100 /var/lib/dpkg/status 1.1.0g-2ubuntu4.3 500 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages 1.1.0g-2ubuntu4 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages -- Matthew