This shows you the differences between two versions of the page.
getting_started:12_install_pi_freeradius [2023/11/03 00:48] admin created |
getting_started:12_install_pi_freeradius [2023/11/03 00:56] (current) admin [Configuring FreeRADIUS version 3.x] |
||
---|---|---|---|
Line 74: | Line 74: | ||
sudo systemctl status freeradius | sudo systemctl status freeradius | ||
</ | </ | ||
+ | ===== Fixing a small bug ===== | ||
+ | * There is a small bug which prevents FreeRADIUS to start up after a reboot. | ||
+ | * It has been reported here: https:// | ||
+ | * There also seems to be a fix but it has not reached the Debian repositories as of this writing. | ||
+ | * So here is the fix taken from the discussion in the link. | ||
+ | * Create a file called **/ | ||
+ | <code bash> | ||
+ | sudo vi / | ||
+ | </ | ||
+ | * Add the following line | ||
+ | <code bash> | ||
+ | d / | ||
+ | </ | ||
+ | * If you are curious about what we did, here is a writeup on tmpfiles.d | ||
+ | * https:// | ||
+ | |||