1 Feb
2018
1 Feb
'18
11:46 a.m.
Failed creating control socket "/var/run/radiusd/radiusd.sock": Failed binding to /var/run/radiusd/radiusd.sock: No such file or directory
We hit this issue after going to FR3.15. We overcame it by creating /usr/lib/tmpfiles.d/radiusd.conf with the following contents: d /var/run/radiusd 0755 radiusd radiusd – This ensures that the directory /var/run/radiusd is created when the server boots up, and so radiusd can start successfully. Regards, Stuart