Re: Radius Server stuck and stop responding.
I see duplicate reply. Suggests that your sql is being too slow. Look at optimizing it eg indexes on the tabled you query....or migrate to a better DB. If mysql then look at reducing number of connections to 10 alan
Is there any way to know how many requests are under process at that time(When radius stop responding)??? -- View this message in context: http://freeradius.1045715.n5.nabble.com/Radius-Server-stuck-and-stop-respond... Sent from the FreeRadius - User mailing list archive at Nabble.com.
On Thu, May 31, 2012 at 5:17 PM, Awais <awais45@hotmail.com> wrote:
Is there any way to know how many requests are under process at that time(When radius stop responding)???
Not that I know of. If it starts complaining about "no server thread available" (or something like that), then the problem is usually in the slow backend. If there's no logs like that, then it might be something else. Did the logs you posted came from the running server when it stopped responding? Cause it looked like debug mode output. And when in debug mode, FR runs single threaded, so there's no point in asking "how many requests are under process". ... and you STILL haven't said what version of FR you're using. It matters. Really. If the server is NOT normally running debug mode, AND you're using latest version of FR, I'm not sure what else you can try. Perhaps start using "strace" on the running server (when it stops responding) to find out what it's doing. -- Fajar
RADIUS Version 2.0.1 Yes these are from running server when it stop responding, thn we restart it... i searched full log file and i din't find any thing like "no server thread available" -- View this message in context: http://freeradius.1045715.n5.nabble.com/Radius-Server-stuck-and-stop-respond... Sent from the FreeRadius - User mailing list archive at Nabble.com.
@Alan But on or Voip server FreeRADIUS Version is 1.1.6. And it is running perfectly. Not a single problem or restart since Dec 2011. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Radius-Server-stuck-and-stop-respond... Sent from the FreeRadius - User mailing list archive at Nabble.com.
On Thu, May 31, 2012 at 6:57 PM, Awais <awais45@hotmail.com> wrote:
@Alan But on or Voip server FreeRADIUS Version is 1.1.6. And it is running perfectly. Not a single problem or restart since Dec 2011.
If you want to use old version of a software, that's fine, as long as you know how to support it. If you want help from users on this list, then the first thing you should do is upgrade to latest version. There are lots of bugs fixed in the latest version. You should even be able to install it easily since RHEL5 (and clone) now has FR 2.1.12 as freeradius2 package. If you DON'T want to upgrade, then my best advice is find someone else who can help you. Cause it's unlikely anybody on this list will want to waste their time looking at an old version of a software, troubleshooting bugs which might already be fixed in the latest version, just because you don't want to upgrade. -- Fajar
Awais wrote:
@Alan But on or Voip server FreeRADIUS Version is 1.1.6. And it is running perfectly. Not a single problem or restart since Dec 2011.
Pick one topic and stick to it. You said you were running 2.0.1. And you had problems with it. So.. upgrade. Saying "but I'm running 1.1.6 on another machine" is a terrible response. It makes no sense. Alan DeKok.
participants (4)
-
Alan Buxey -
Alan DeKok -
Awais -
Fajar A. Nugraha