HUP in freeradius-1.1.5 + CVS results in process death.

2007-04-02 Thread Arran Cudbard-Bell
I know theres a bug report for this already,
but when I HUP the process freeradius doesn't die in the same place.

I get..

Mon Apr  2 18:10:16 2007 : Info: rlm_sql_mysql: Starting connect to 
MySQL server for #3
Mon Apr  2 18:10:16 2007 : Info: rlm_sql_mysql: Starting connect to 
MySQL server for #4
Mon Apr  2 18:10:16 2007 : Info: rlm_eap_tls: Loading the certificate 
file as a chain
Mon Apr  2 18:10:16 2007 : Error: rlm_eap: SSL error error:0906D06C:PEM 
routines:PEM_read_bio:no start line
Mon Apr  2 18:10:16 2007 : Error: rlm_eap_tls: Error reading certificate 
file
Mon Apr  2 18:10:16 2007 : Error: rlm_eap: Failed to initialize type tls
Mon Apr  2 18:10:16 2007 : Error: radiusd.conf[10]: eap: Module 
instantiation failed.
Mon Apr  2 18:10:16 2007 : Error: radiusd.conf[1925] Unknown module eap.
Mon Apr  2 18:10:16 2007 : Error: radiusd.conf[1873] Failed to parse 
authenticate section.


TLS configured:
  tls: rsa_key_exchange = no
  tls: dh_key_exchange = yes
  tls: rsa_key_length = 512
  tls: dh_key_length = 512
  tls: verify_depth = 0
  tls: CA_path = (null)
  tls: pem_file_type = yes
  tls: private_key_file = 
/usr/local/freeradius-1.1.5_nas/etc/raddb/certs/radius.sussex.ac.uk.key
  tls: certificate_file = 
/usr/local/freeradius-1.1.5_nas/etc/raddb/certs/radius.sussex.ac.uk.crt
  tls: CA_file = 
/usr/local/freeradius-1.1.5_nas/etc/raddb/certs/demoCA/cacert.pem
  tls: private_key_password = (null)
  tls: dh_file = /usr/local/freeradius-1.1.5_nas/etc/raddb/certs/dh
  tls: random_file = /dev/urandom
  tls: fragment_size = 1024
  tls: include_length = yes
  tls: check_crl = no
  tls: check_cert_cn = (null)
  tls: cipher_list = (null)
  tls: check_cert_issuer = (null)
rlm_eap_tls: Loading the certificate file as a chain

Doesn't look like the same bug, anyone else had this ?

-- 
Arran Cudbard-Bell ([EMAIL PROTECTED])
Authentication Authorisation  Accounting Officer
Infrastructure Services | ENG1 FF08
EXT:3900
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: HUP in freeradius-1.1.5 + CVS results in process death.

2007-04-02 Thread Alan DeKok
Arran Cudbard-Bell wrote:
 I know theres a bug report for this already,
 but when I HUP the process freeradius doesn't die in the same place.

  If it's an issue due to incorrectly free'd memory, the crashes will be
random.

  There may be a fix in 1.1.6, but I'm not sure.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html