Re: Radius hangs on startup
Hi, Any advice on this? Thanks SId On Thu, Jan 7, 2016 at 5:11 PM, Siddharth Katragadda <siddharthk@google.com> wrote:
Hi,
When I try to start freeradius (using sudo radiusd -X), I see that it hangs after processing the TLS module and does not go to the "Waiting for radius clients".
Please see the radius output and also the eap.conf.
This is on version 2.1.12 (we need to use this version for SIM testing as moving to the latest version was not working for SIM tests). This was working before until I updated the following packages:
sudo apt-get install libssl0.9.8 sudo apt-get install libssl-dev Not sure if the hanging issue is relate to these libraries.
Thanks in advance Sid
This was working before
until I updated the following packages:
sudo apt-get install libssl0.9.8 sudo apt-get install libssl-dev Not sure if the hanging issue is relate to these libraries.
Standard change atuff. If there's one thing that got changed and things no longer work them that points the finger. Those commands don't look like update commands but anyway you can revert updates if you believe these to be the cause of your issues alan
Hi Alan, The issue is that without installing those two packages, we are not able to run most of EAP protocols (except EAP-SIM). We get the error: “NAK asked for unsupported type PEAP So we do need to install those packages. Any advice? Thanks Sid On Fri, Jan 8, 2016 at 12:31 PM, Alan Buxey <A.L.M.Buxey@lboro.ac.uk> wrote:
This was working before
until I updated the following packages:
sudo apt-get install libssl0.9.8 sudo apt-get install libssl-dev Not sure if the hanging issue is relate to these libraries.
Standard change atuff. If there's one thing that got changed and things no longer work them that points the finger.
Those commands don't look like update commands but anyway you can revert updates if you believe these to be the cause of your issues
alan
On Fri, Jan 08, 2016 at 01:35:46PM -0800, Siddharth Katragadda via Freeradius-Devel wrote:
So we do need to install those packages.
Any advice?
FreeRADIUS Version 2.1.12, for host x86_64-unknown-linux-gnu, built on Jan 7 2016 at 16:29:43
You have compiled a version of the software that's over five years old. Nobody's going to try and debug that, sorry. This is the developer list, not the support list for antiques. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
You said it was running fine before you installed those packages. Now you say you need those packages for it to run - did you compile from source? If so it would have been compiled without ssl support.... or was it compiled on a different system and copied over? In which case a mismatch of libraries now occurs - recompile alan
Hi Alan, To clarify: We downloaded the freeradius version 2.1.12, unzipped it. Then we made some changes for SIM support (rlm_sim). Compiled it and it was working fine for EAP-SIM -- but it was giving errors for all other EAP methods with the error: “NAK asked for unsupported type PEAP (or TLS, or TTLS) So we installed these libraries to get those other EAP methods working:
sudo apt-get install libssl0.9.8 sudo apt-get install libssl-dev Then we recompiled the freeradius after installing these.
Then the radius hangs now. Thanks Sid On Sat, Jan 9, 2016 at 1:31 AM, Alan Buxey <A.L.M.Buxey@lboro.ac.uk> wrote:
You said it was running fine before you installed those packages. Now you say you need those packages for it to run - did you compile from source? If so it would have been compiled without ssl support.... or was it compiled on a different system and copied over? In which case a mismatch of libraries now occurs - recompile
alan
On 9 Jan 2016, at 15:33, Siddharth Katragadda via Freeradius-Devel <freeradius-devel@lists.freeradius.org> wrote:
Hi Alan,
To clarify: We downloaded the freeradius version 2.1.12, unzipped it. Then we made some changes for SIM support (rlm_sim). Compiled it and it was working fine for EAP-SIM -- but it was giving errors for all other EAP methods with the error: “NAK asked for unsupported type PEAP (or TLS, or TTLS)
So we installed these libraries to get those other EAP methods working:
sudo apt-get install libssl0.9.8 sudo apt-get install libssl-dev Then we recompiled the freeradius after installing these.
Then the radius hangs now.
Version 2.2.x is unsupported. As Matthew said, no one will help you debug this. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
participants (4)
-
Alan Buxey -
Arran Cudbard-Bell -
Matthew Newton -
Siddharth Katragadda