Unable to start radiusd v 3.0.17
Hi, I am unable to start radiusd. I get the below error "tls: Failed changing permissions on /var/run/radiusd: Operation not permitted" I went and checked that radiusd doesn't create directory /var/run/radiusd while starting. Even if I manually create, it gets deleted. How I do solve this? Thank you.
On Sep 6, 2018, at 1:52 AM, Burn Zero <burnzerog@gmail.com> wrote:
I am unable to start radiusd. I get the below error
"tls: Failed changing permissions on /var/run/radiusd: Operation not permitted"
The directory needs to exist, and needs to be owned by the UID /GID used by the RADIUS server. And, the permissions need to be 0700 This is all documented in the comments around the "tmp_dir" configuration in the "eap" module.
I went and checked that radiusd doesn't create directory /var/run/radiusd while starting. Even if I manually create, it gets deleted.
How I do solve this?
Follow the default configuration. Use a directory *other* than /var/run/radiusd for "tmp_dir". Maybe raddb/run/radiusd/tls/ And read the comments. Read the configuration files you're editing. All of this is documented. Alan DeKok.
participants (2)
-
Alan DeKok -
Burn Zero