This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:install_ubuntu_freeradius_3 [2016/10/31 13:41] – [Configuring FreeRADIUS version 3.x] admin | getting_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 | ||
| </ | </ | ||
| + | |||
| + | <WRAP center round important 100%> | ||
| + | == Please Take Note == | ||
| + | * The current version of FreeRADIUS available on the repository (3.0.12) has this bug: http:// | ||
| + | * 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: | ||
| + | * Once the repository has been updated we will remove this //' | ||
| + | </ | ||
| + | |||
| ----- | ----- | ||
| Line 87: | Line 95: | ||
| sudo systemctl status freeradius.service | sudo systemctl status freeradius.service | ||
| </ | </ | ||
| + | |||
| + | <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 | ||
| + | </ | ||
| + | </ | ||
| + | |||
| ------- | ------- | ||