This is a discussion on Debian Sparc Freeradius Segmentation fault. within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hello I am trying to get Freeradius running. on a Debian/Sparc machine. I have been following the 802.1x ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello I am trying to get Freeradius running. on a Debian/Sparc machine.
I have been following the 802.1x Port-Based Authentication How to. When i try starting radius it outputs the following dhcp:/usr/local/etc/raddb# radiusd -x Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module: Loaded exec rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded PAP Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP Module: Instantiated mschap (mschap) Module: Loaded System Module: Instantiated unix (unix) Module: Loaded eap rlm_eap: Loaded and initialized type md5 rlm_eap: Loaded and initialized type leap rlm_eap: Loaded and initialized type gtc Segmentation fault dhcp:/usr/local/etc/raddb# I appears it loads the gtc part of the eap module, the next thing for it to load it the tsl module. if i comment the tls section back out i get a different error that the peap could not load because tls is specified first. so i am assuming that the tsl module has the problem. I created the certificates with the ca.all script and placed them in the /usr/local/etc/raddb/certs dir. Freeradius 1.0.2 is the version i have installed I installed the latest openssl version 97g Any ideas would be a great help. |