OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: ruggerio on June 17, 2021, 08:00:15 am

Title: 21.1.7: Problem with Freeradius
Post by: ruggerio on June 17, 2021, 08:00:15 am
Right after the upgrade, Freeradius does not start anymore:

Error: /usr/local/etc/raddb/mods-enabled/eap[15]: Instantiation failed for module "eap"   
2021-06-17T07:58:25       Error: rlm_eap (EAP): Failed to link rlm_eap_leap: Cannot open "/usr/local/lib/freeradius-3*/rlm_eap_leap.so"   
2021-06-17T07:58:25       Info: Debugger not attached   
2021-06-17T07:44:37       Error: /usr/local/etc/raddb/mods-enabled/eap[15]: Instantiation failed for module "eap"   
2021-06-17T07:44:37       Error: rlm_eap (EAP): Failed to link rlm_eap_leap: Cannot open "/usr/local/lib/freeradius-3*/rlm_eap_leap.so"   
2021-06-17T07:44:37       Info: Debugger not attached

Roger
Title: Re: 21.1.7: Problem with Freeradius
Post by: NilsS on June 17, 2021, 08:05:38 am
same here

Date
Process
Line
2021-06-17T08:00:58       Error: /usr/local/etc/raddb/mods-enabled/eap[15]: Instantiation failed for module "eap"   
2021-06-17T08:00:58       Error: rlm_eap (EAP): Failed to link rlm_eap_leap: Cannot open "/usr/local/lib/freeradius-3*/rlm_eap_leap.so"   
2021-06-17T08:00:58       Info: Debugger not attached
Title: Re: 21.1.7: Problem with Freeradius
Post by: NilsS on June 17, 2021, 08:12:09 am
ok quick fix
edit
uncomment the leap line in /usr/local/etc/raddb/mods-enabled/eap
Code: [Select]
       #leap {
        #}

Title: Re: 21.1.7: Problem with Freeradius
Post by: jfranken on June 17, 2021, 08:22:43 am
> uncomment the leap line in /usr/local/etc/raddb/mods-enabled/eap

I was about to propose the same workaround.
Worked for me, too.

--
Johannes Franken
Title: 21.1.7: Problem with Freeradius
Post by: Greelan on June 17, 2021, 08:26:56 am
There’s already a patch out

https://forum.opnsense.org/index.php?topic=23556.0