Version 3.0.20 has been released

Houman houmie at gmail.com
Fri Nov 22 21:57:38 CET 2019


Hello,

Sure, I let you know Jorge, how it goes.

I have previously setup Freeradius 3.0.16 that comes with Ubuntu 18.04.  I
followed these steps to install the latest 3.0.20 and it works great..but

echo 'deb http://packages.networkradius.com/releases/ubuntu-bionic
bionic main' >> /etc/apt/sources.list
apt-key adv --keyserver keys.gnupg.net --recv-key 0x41382202
apt update
apt full-upgrade -y

But Freeradius can no longer start. I believe the default path has now
changed from "/etc/freeradius/3.0/ to "/etc/freeradius/. Can someone
confirm this, please?
Can I set the default path somewhere back to how it was to avoid having to
move certs and configs around?

Nov 22 20:32:59 stag-2 freeradius[15078]: FreeRADIUS Version 3.0.20
Nov 22 20:32:59 stag-2 freeradius[15078]: Copyright (C) 1999-2019 The
FreeRADIUS server project and contributors
Nov 22 20:32:59 stag-2 freeradius[15078]: There is NO warranty; not even
for MERCHANTABILITY or FITNESS FOR A
Nov 22 20:32:59 stag-2 freeradius[15078]: PARTICULAR PURPOSE
Nov 22 20:32:59 stag-2 freeradius[15078]: You may redistribute copies of
FreeRADIUS under the terms of the
Nov 22 20:32:59 stag-2 freeradius[15078]: GNU General Public License
Nov 22 20:32:59 stag-2 freeradius[15078]: For more information about these
matters, see the file named COPYRIGHT
Nov 22 20:32:59 stag-2 freeradius[15078]: Starting - reading configuration
files ...
Nov 22 20:32:59 stag-2 freeradius[15078]: Debug state unknown
(cap_sys_ptrace capability not set)
Nov 22 20:32:59 stag-2 freeradius[15078]: Creating attribute Unix-Group
Nov 22 20:32:59 stag-2 freeradius[15078]: Unable to check file
"/etc/freeradius/certs/server.pem": No such file or directory
Nov 22 20:32:59 stag-2 freeradius[15078]:
/etc/freeradius/mods-enabled/eap[183]: Failed parsing configuration item
"private_key_file"
Nov 22 20:32:59 stag-2 freeradius[15078]: rlm_eap_tls: Failed initializing
SSL context
Nov 22 20:32:59 stag-2 freeradius[15078]: rlm_eap (EAP): Failed to
initialise rlm_eap_tls
Nov 22 20:32:59 stag-2 freeradius[15078]:
/etc/freeradius/mods-enabled/eap[14]: Instantiation failed for module "eap"
Nov 22 20:32:59 stag-2 systemd[1]: freeradius.service: Control process
exited, code=exited status=1
Nov 22 20:32:59 stag-2 systemd[1]: freeradius.service: Failed with result
'exit-code'.
Nov 22 20:32:59 stag-2 systemd[1]: Failed to start FreeRADIUS
multi-protocol policy server.

Many Thanks,
Houman


On Mon, 18 Nov 2019 at 20:01, Jorge Pereira <jpereira at freeradius.org> wrote:

> Houman,
>
> Please let us know if you got rid of the memory leak using the 3.0.20.
> ---
> Jorge Pereira
> jpereira at networkradius.com
>
>
>
> > On 18 Nov 2019, at 15:02, Houman <houmie at gmail.com> wrote:
> >
> > Hello Oliver,
> >
> > I thought minor patches will still be included, but fair enough. I think
> in
> > this case, I have to install the package via the official ppa, which is
> > also fine. I’m glad it is provided.
> >
> > The memory leak right now is an issue that I’m experiencing on our
> > production. Hence I have no choice than to upgrade.
> >
> > Many thanks,
> > Houman
> >
> >
> > On Mon, 18 Nov 2019 at 17:59, Wirth, Oliver <O.Wirth at gsi.de> wrote:
> >
> >> Hello Houman,
> >>
> >> since 18.04 is already released there will be no upgrades within a
> >> release, according to my knowledge.
> >> The question would be if 3.0.20 would be included in Ubuntu 20.04 LTS.
> >>
> >> Best regards
> >> Oliver
> >>
> >> -----Ursprüngliche Nachricht-----
> >> Von: Freeradius-Users <freeradius-users-bounces+o.wirth=
> >> gsi.de at lists.freeradius.org> Im Auftrag von Houman
> >> Gesendet: Sonntag, 17. November 2019 16:19
> >> An: FreeRadius users mailing list <
> freeradius-users at lists.freeradius.org>
> >> Betreff: Re: Version 3.0.20 has been released
> >>
> >> Great news.
> >>
> >> Will this be included in Ubuntu 18.04 LTS?
> >>
> >> Thanks,
> >> Houman
> >>
> >> On Thu, 14 Nov 2019 at 18:05, Matthew Newton <mcn at freeradius.org>
> wrote:
> >>
> >>> Version 3.0.20 has now been released. Full release notes are on the
> >>> web
> >>> site:
> >>>
> >>>  https://freeradius.org/release_notes/?br=3.0.x&re=3.0.20
> >>>
> >>> As the aim for version 3 is stability, this is mainly a bugfix
> >>> release, though there have been a few minor features added, too.
> >>>
> >>> Some highlights:
> >>>
> >>> New modules (experimental, please test):
> >>>
> >>>  - Python3 support with rlm_python3.
> >>>  - MongoDB support in rlm_sql_mongo.
> >>>
> >>> Security updates:
> >>>
> >>>  - More EAP-PWD security fixes. Please upgrade if you use this.
> >>>  - Tighten security when running with systemd
> >>>  - Disable TLS 1.0 and 1.1 in the default configuration (strongly
> >>> recommended to do this in all installations).
> >>>
> >>> Dockerfiles and packaging updates to add support for:
> >>>
> >>>  - Debian 10
> >>>  - RHEL/CentOS8
> >>>
> >>> As well as many other fixes and improvements, including the usual
> >>> documentation and dictionaries.
> >>>
> >>> Download from all the usual places:
> >>>
> >>>  https://freeradius.org/releases/
> >>>
> >>>  ftp://ftp.freeradius.org/pub/freeradius/
> >>>
> >>>
> >>> https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3
> >>> _0_20
> >>>
> >>> Docker images are building and will upload to Dockerhub shortly.
> >>> Packages will be available on https://packages.networkradius.com/
> >>> within a day or so.
> >>>
> >>> --
> >>> Matthew
> >>>
> >>>
> >>> -
> >>> List info/subscribe/unsubscribe? See
> >>> http://www.freeradius.org/list/users.html
> >> -
> >> List info/subscribe/unsubscribe? See
> >> http://www.freeradius.org/list/users.html
> >>
> >> -
> >> List info/subscribe/unsubscribe? See
> >> http://www.freeradius.org/list/users.html
> > -
> > List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html


More information about the Freeradius-Users mailing list