Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Marten

#1
just fixed our ansible backup-role

in short
*   no plugin needed anymore, it's now part of core install
*   create backup user
*   give rights to backup user like:

Effective Privileges    
  Inherited from    Type    Name
   GUI    Diagnostics: Configuration History
        - /ui/core/backup/history*
        - /api/core/backup/*


*    create api-key

and   then  try curl like:

/usr/bin/curl --max-time 10 --output config.xml -s -k -u "$KEY":"$SECRET" https://"$FW"/api/core/backup/download/this
#2
in /usr/local/etc/raddb/radiusd.conf I canged

#libdir = /usr/local/lib/freeradius-3*
libdir = /usr/local/lib/freeradius-3.0.25

Then got this notification:

/usr/local/etc/rc.d/radiusd debug
/usr/local/etc/raddb/mods-enabled/pap[13]:  \
Failed to link to module 'rlm_pap': /usr/local/lib/freeradius-3.0.25/rlm_pap.so: Undefined symbol "EVP_sha3_224"


That points in the direction of crypto libs...

Since I change most systems from OpenSSL to LibreSSL, changed that back to Open SSL, and now Radius starts...

My gues is that FreeRadius has no LibreSSL included.... 


cheers Marten
#3
Hi ,

I have patched an test-box to 22.1.10 en then installed FreeRadius, enabled it and have the same issue.


/usr/local/etc/rc.d/radiusd debug ends with:

~~~
/usr/local/etc/raddb/mods-enabled/pap[13]: Failed to link to module 'rlm_pap': Cannot open "/usr/local/lib/freeradius-3*/rlm_pap.so"


and

ls -lh /usr/local/lib/freeradius-3*/rlm_pap.so
-rwxr-xr-x  1 root  wheel    29K Jul  6 03:24 /usr/local/lib/freeradius-3.0.25/rlm_pap.so

Kind regards Marten