- Published at
Freeradius service will not start
Troubleshoot when the Freeradius service will not start on your server.
Table of Contents
Introduction
Earlier today I made a simple change to a freeradius server at one of my clients. After making this change, I attempted to restart the service. I received the following error:
Troubleshooting Steps
This created an issue for me as this radius server handles the authentication for a VPN with MFA.
Based on the error message, I ran the following command-
Which showed me the following output-
Conclusion
One of the changes I made was a password change for myusername. After checking the error message, I realized you cannot have the * symbol as the last character in the password. This throws off freeradius and will not allow the service to start. After adjusting this I was able to start the service and keep the login working.