RADIUSdesk

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:install_ubuntu_freeradius_3 [2016/10/31 12:35] – [Installing FreeRADIUS version 3.x] admingetting_started:install_ubuntu_freeradius_3 [2017/04/06 09:46] (current) – [Installing FreeRADIUS version 3.x] admin
Line 22: Line 22:
 sudo systemctl start freeradius.service sudo systemctl start freeradius.service
 </code> </code>
 +
 +<WRAP center round important 100%>
 +== Please Take Note ==
 +  * The current version of FreeRADIUS available on the repository (3.0.12) has this bug: http://lists.freeradius.org/pipermail/freeradius-users/2016-October/085317.html
 +  * While we wait for the maintainer of the repository to update to the latest stable release please follow the instructions in this page to [[getting_started:install_ubuntu_freeradius_upgrade|Upgrade FreeRADIUS]] using our own set of packages.
 +  * Once the repository has been updated we will remove this //'detour'// instructions 
 +</WRAP>
 +
  
 ----- -----
Line 83: Line 91:
   * After you completed these commands you can test if FreeRADIUS starts up fine.   * After you completed these commands you can test if FreeRADIUS starts up fine.
 <code bash> <code bash>
 +sudo systemctl daemon-reload 
 sudo systemctl restart freeradius.service sudo systemctl restart freeradius.service
 sudo systemctl status freeradius.service sudo systemctl status freeradius.service
 </code> </code>
 +
 +<WRAP center round tip 100%>
 +  * If in future you need to run FreeRADIUS in debug mode on the terminal use this as a reference:
 +<code bash>
 +#Stop the current FreeRADIUS instance
 +sudo systemctl stop freeradius.service
 +#If it is perhaps stuck use killall
 +sudo killall freeradius
 +#Start it in debug mode
 +sudo freeradius -X
 +</code>
 +</WRAP>
 +
  
 ------- -------