sedah
sedah

Reputation: 1

freeradius doesn't start when use init.d

I try to stop by command

$ sudo /etc/init.d/freeradius stop

result from this command

next, i try to start freeradius by command

$ sudo /etc/init.d/freeradius start

result from this command (tail of result)

Mon Dec 1 14:32:52 2014 : Error: rlm_eap: SSL error error:0200100D:system library:fopen:Permission denied Mon Dec 1 14:32:52 2014 : Error: rlm_eap_tls: Error reading private key file /etc/freeradius/certs/server.key Mon Dec 1 14:32:52 2014 : Error: rlm_eap: Failed to initialize type tls Mon Dec 1 14:32:52 2014 : Error: /etc/freeradius/eap.conf[17]: Instantiation failed for module "eap" Mon Dec 1 14:32:52 2014 : Error: /etc/freeradius/sites-enabled/inner-tunnel[236]: Failed to load module "eap". Mon Dec 1 14:32:52 2014 : Error: /etc/freeradius/sites-enabled/inner-tunnel[189]: Errors parsing authenticate section.

what should i do next, thanks

Upvotes: 0

Views: 3017

Answers (1)

KostasC
KostasC

Reputation: 1106

You may have the same problem with this link or this link. You have to change the permissions at the file /etc/freeradius/certs/server.key.

Upvotes: 1

Related Questions