Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
install_24_4_freeradius [2024/12/11 20:07] – [Configure FreeRADIUS] systeminstall_24_4_freeradius [2025/04/11 12:01] (current) – [Configure FreeRADIUS] system
Line 23: Line 23:
 # Extract the RADIUSdesk modified FreeRADIUS directory # Extract the RADIUSdesk modified FreeRADIUS directory
 sudo tar xzf /var/www/html/cake4/rd_cake/setup/radius/freeradius-radiusdesk.tar.gz --directory /etc sudo tar xzf /var/www/html/cake4/rd_cake/setup/radius/freeradius-radiusdesk.tar.gz --directory /etc
-sudo chown -R freerad/etc/freeradius/3.0/+sudo chown -R freerad/etc/freeradius/3.0/
 sudo  mkdir /var/run/freeradius sudo  mkdir /var/run/freeradius
-sudo chown freerad/var/run/freeradius+sudo chown freerad/var/run/freeradius
 </code> </code>
   * Configure the site-wide shared secret. This is the value used by ALL dynamic clients.   * Configure the site-wide shared secret. This is the value used by ALL dynamic clients.
Line 51: Line 51:
 </code> </code>
  
-===== Correction of a small error ===== 
  
-  * There is a small bug that prevents FreeRADIUS from starting after a restart. 
-  * It was reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954911 
-  * There also seems to be a fix, but it has not yet arrived in the Ubuntu repositories. 
-  * So here is the solution from the discussion in the link 
-  * Create a file called **/usr/lib/tmpfiles.d/freeradius.conf** 
-<code bash> 
-sudo vi /usr/lib/tmpfiles.d/freeradius.conf 
-</code> 
-  * Add the following line 
-<code bash> 
-d /run/freeradius 750 freerad freerad - 
-</code> 
-  * If you are curious about what we did, you can find a report on **tmpfiles.d** here 
-     * https://www.commandlinux.com/man-page/man5/tmpfiles.d.5.html 
  
 ===== Next steps ===== ===== Next steps =====
   * You will need to make a few small adjustments to your environment   * You will need to make a few small adjustments to your environment
   * [[install_tweak|Tweak Your Install]]   * [[install_tweak|Tweak Your Install]]
  • install_24_4_freeradius.1733940430.txt.gz
  • Last modified: 2024/12/11 20:07
  • by system