18 Aug
2016
18 Aug
'16
2:53 p.m.
I figured out that this has something to do with the PID file. The following is in the journalctl -xe output after the systemctl start radiusd times out:
PID file /var/run/radiusd/radiusd.pid not readable (yet?) after start.
I checked to see that the file exists in /var/run/ when the application starts, and it is until it times out and deletes it.
# ls /var/run/radiusd/ total 4.0K -rw-r--r-- 1 radiusd radiusd 6 Aug 18 18:51 redrad01.pid
So it looks like it's created by and readable by user "radiusd" and group "radiusd" So I'm not sure why this is happening. Any insight is appreciated. Thank you.