<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Not a very affluent Linux user here but this issue is beyond me.  I think its something simple to solve but can't figure it out for the life of me.  When running radius in debug mode it is giving me a permission denied message when trying to load the certificates.  The certs are there in the correct directory.  What else am I missing here?<br><br><br>[root@lasamiq3 raddb]# radiusd -x<br>Starting - reading configuration files ...<br>Using deprecated naslist file.  Support for this will go away soon.<br>Module: Loaded exec <br>rlm_exec: Wait=yes but no output defined. Did you mean output=none?<br>Module: Instantiated exec (exec) <br>Module: Loaded expr <br>Module: Instantiated expr (expr) <br>Module: Loaded PAP <br>Module: Instantiated pap (pap) <br>Module: Loaded CHAP <br>Module: Instantiated chap (chap) <br>Module: Loaded MS-CHAP <br>Module: Instantiated mschap (mschap) <br>Module: Loaded System <br>Module: Instantiated unix (unix) <br>Module: Loaded eap <br>rlm_eap: Loaded and initialized type md5<br>rlm_eap: Loaded and initialized type leap<br>rlm_eap: Loaded and initialized type gtc<br>rlm_eap_tls: Loading the certificate file as a chain<br>rlm_eap: SSL error error:0200100D:system library:fopen:Permission denied<br>rlm_eap_tls: Error reading certificate file<br>rlm_eap: Failed to initialize type tls<br>radiusd.conf[10]: eap: Module instantiation failed. <br>radiusd.conf[1940] Unknown module "eap".<br>radiusd.conf[1887] Failed to parse authenticate section. <br>[root@lasamiq3 raddb]# radiusd -X<br>Starting - reading configuration files ...<br>reread_config:  reading radiusd.conf<br>Config:   including file: /etc/raddb/proxy.conf<br>Config:   including file: /etc/raddb/clients.conf<br>Config:   including file: /etc/raddb/snmp.conf<br>Config:   including file: /etc/raddb/eap.conf<br> main: prefix = "/usr"<br> main: localstatedir = "/var"<br> main: logdir = "/var/log/radius"<br> main: libdir = "/usr/lib64"<br> main: radacctdir = "/var/log/radius/radacct"<br> main: hostname_lookups = no<br> main: snmp = no<br> main: max_request_time = 30<br> main: cleanup_delay = 5<br> main: max_requests = 1024<br> main: delete_blocked_requests = 0<br> main: port = 0<br> main: allow_core_dumps = no<br> main: log_stripped_names = no<br> main: log_file = "/var/log/radius/radius.log"<br> main: log_auth = no<br> main: log_auth_badpass = no<br> main: log_auth_goodpass = no<br> main: pidfile = "/var/run/radiusd/radiusd.pid"<br> main: user = "radiusd"<br> main: group = "radiusd"<br> main: usercollide = no<br> main: lower_user = "no"<br> main: lower_pass = "no"<br> main: nospace_user = "no"<br> main: nospace_pass = "no"<br> main: checkrad = "/usr/sbin/checkrad"<br> main: proxy_requests = yes<br> proxy: retry_delay = 5<br> proxy: retry_count = 3<br> proxy: synchronous = no<br> proxy: default_fallback = yes<br> proxy: dead_time = 120<br> proxy: post_proxy_authorize = no<br> proxy: wake_all_if_all_dead = no<br> security: max_attributes = 200<br> security: reject_delay = 1<br> security: status_server = no<br> main: debug_level = 0<br>read_config_files:  reading dictionary<br>read_config_files:  reading naslist<br>Using deprecated naslist file.  Support for this will go away soon.<br>read_config_files:  reading clients<br>read_config_files:  reading realms<br>radiusd:  entering modules setup<br>Module: Library search path is /usr/lib64<br>Module: Loaded exec <br> exec: wait = yes<br> exec: program = "(null)"<br> exec: input_pairs = "request"<br> exec: output_pairs = "(null)"<br> exec: packet_type = "(null)"<br>rlm_exec: Wait=yes but no output defined. Did you mean output=none?<br>Module: Instantiated exec (exec) <br>Module: Loaded expr <br>Module: Instantiated expr (expr) <br>Module: Loaded PAP <br> pap: encryption_scheme = "crypt"<br>Module: Instantiated pap (pap) <br>Module: Loaded CHAP <br>Module: Instantiated chap (chap) <br>Module: Loaded MS-CHAP <br> mschap: use_mppe = yes<br> mschap: require_encryption = no<br> mschap: require_strong = no<br> mschap: with_ntdomain_hack = no<br> mschap: passwd = "(null)"<br> mschap: ntlm_auth = "(null)"<br>Module: Instantiated mschap (mschap) <br>Module: Loaded System <br> unix: cache = no<br> unix: passwd = "(null)"<br> unix: shadow = "/etc/shadow"<br> unix: group = "(null)"<br> unix: radwtmp = "/var/log/radius/radwtmp"<br> unix: usegroup = no<br> unix: cache_reload = 600<br>Module: Instantiated unix (unix) <br>Module: Loaded eap <br> eap: default_eap_type = "md5"<br> eap: timer_expire = 60<br> eap: ignore_unknown_eap_types = no<br> eap: cisco_accounting_username_bug = no<br>rlm_eap: Loaded and initialized type md5<br>rlm_eap: Loaded and initialized type leap<br> gtc: challenge = "Password: "<br> gtc: auth_type = "PAP"<br>rlm_eap: Loaded and initialized type gtc<br> tls: rsa_key_exchange = no<br> tls: dh_key_exchange = yes<br> tls: rsa_key_length = 512<br> tls: dh_key_length = 512<br> tls: verify_depth = 0<br> tls: CA_path = "(null)"<br> tls: pem_file_type = yes<br> tls: private_key_file = "/etc/raddb/certs/radius-priv-key.pem"<br> tls: certificate_file = "/etc/raddb/certs/radius-priv-cert.pem"<br> tls: CA_file = "/etc/raddb/certs/demoCA/cacert.pem"<br> tls: private_key_password = "mercury"<br> tls: dh_file = "/etc/raddb/certs/dh"<br> tls: random_file = "/etc/raddb/certs/random"<br> tls: fragment_size = 1024<br> tls: include_length = yes<br> tls: check_crl = no<br> tls: check_cert_cn = "(null)"<br> tls: cipher_list = "(null)"<br> tls: check_cert_issuer = "(null)"<br>rlm_eap_tls: Loading the certificate file as a chain<br>rlm_eap: SSL error error:0200100D:system library:fopen:Permission denied<br>rlm_eap_tls: Error reading certificate file<br>rlm_eap: Failed to initialize type tls<br>radiusd.conf[10]: eap: Module instantiation failed. <br>radiusd.conf[1940] Unknown module "eap".<br>radiusd.conf[1887] Failed to parse authenticate section. <br>[root@lasamiq3 raddb]# <br>[root@lasamiq3 raddb]# <br>[root@lasamiq3 raddb]# <br>[root@lasamiq3 raddb]# dir -l certs<br>total 64<br>-rw-r--rwx 1 root radiusd  721 Dec  4  2009 cert-clt.der<br>-rw-r--rwx 1 root radiusd 1741 Dec  4  2009 cert-clt.p12<br>-rw-r--rwx 1 root radiusd 2452 Dec  4  2009 cert-clt.pem<br>-rw-r--rwx 1 root radiusd  717 Dec  4  2009 cert-srv.der<br>-rw-r--rwx 1 root radiusd 1733 Dec  4  2009 cert-srv.p12<br>-rw-r--rwx 1 root radiusd 2439 Dec  4  2009 cert-srv.pem<br>drw-r--rwx 2 root radiusd 4096 Nov  4 23:07 demoCA<br>-rw-r--rwx 1 root radiusd    0 Dec  4  2009 dh<br>-rw-r--rwx 1 root radiusd 2913 Dec  4  2009 newcert.pem<br>-rw-r--rwx 1 root radiusd 1753 Dec  4  2009 newreq.pem<br>-rwxr-xr-x 1 root root    3016 Nov  5 18:50 radius-srv-pri-cert.pem<br>-rwxr-xr-x 1 root root    1606 Nov  5 16:59 radius-srv-pri-key.pem<br>-rw-r--rwx 1 root radiusd 1024 Dec  4  2009 random<br>-rw-r--rwx 1 root radiusd  431 Dec  4  2009 README<br>-rw-r--rwx 1 root radiusd  954 Dec  4  2009 root.der<br>-rw-r--rwx 1 root radiusd 1973 Dec  4  2009 root.p12<br>-rw-r--rwx 1 root radiusd 2764 Dec  4  2009 root.pem<br>[root@lasamiq3 raddb]# dir -l certs/demoCA<br>total 20<br>-rwxr-xr-x 1 root radiusd 1074 Nov  5 18:48 cacert.pem<br>-rw-r--rwx 1 root radiusd  276 Dec  4  2009 index.txt<br>-rw-r--rwx 1 root radiusd  140 Dec  4  2009 index.txt.old<br>-rw-r--rwx 1 root radiusd    3 Dec  4  2009 serial<br>-rw-r--rwx 1 root radiusd    3 Dec  4  2009 serial.old<br>[root@lasamiq3 raddb]# <br>                                          </div></body>
</html>