Re: Radius is running away with the CPU

2007-08-15 Thread Alan DeKok
David wrote: > ... So what would cause that file to get so > big? I notice in the radiusd.conf it mentions in the session section that > "The rlm_sql module is *much* faster" the default configuration uses > radutmp. If I change it to sql then I could leave the radutmp commented out > of the acco

Re: Radius is running away with the CPU

2007-08-14 Thread Peter Nixon
On Wed 15 Aug 2007, David wrote: > I have verified that the database can run all of the queries quickly. I > was having trouble running radiusd -X (it was slow ) but radiusd -x was > better but the thread count and load average would run up. At you suggest > I ran in debugging mode -X again and th

RE: Radius is running away with the CPU

2007-08-14 Thread David
gt; [EMAIL PROTECTED] > s.org > [mailto:[EMAIL PROTECTED] > reeradius.org] On Behalf Of David > Sent: Tuesday, August 14, 2007 9:34 PM > To: 'FreeRadius users mailing list' > Subject: RE: Radius is running away with the CPU > > I have verified that the datab

RE: Radius is running away with the CPU

2007-08-14 Thread David
us.org] On Behalf Of Alan DeKok > Sent: Tuesday, August 14, 2007 5:23 PM > To: FreeRadius users mailing list > Subject: Re: Radius is running away with the CPU > > David wrote: > > I found that when running radius -x to the console I see lines like > > the following

Re: Radius is running away with the CPU

2007-08-14 Thread Alan DeKok
David wrote: > I found that when running radius -x to the console I see lines like the > following > WARNING: Unresponsive child (id 3074419616) for request 8978 Ah. The database you're using isn't responding to the RADIUS server. So the server is blocked from getting anything done. > I am no

RE: Radius is running away with the CPU

2007-08-14 Thread David
-Request packet "..., 81) = 81 time(NULL) = 1187123947 futex(0xfb7990, FUTEX_WAKE, 1) = 1 select(6, [3 4 5], NULL, NULL, {5, 0} David > -Original Message- > From: > [EMAIL PROTECTED] > s.org > [mailto:[EMAIL PROTECTED

Re: Radius is running away with the CPU

2007-08-14 Thread Alan DeKok
David wrote: > I am not intentionally/manually HUP'ing the server. The problem happens > pretty much as soon as I start the server. Well, something changed. It worked before, didn't it? Find out what changed. Run the server in debugging mode. Use 'strace' to see what it's doing. Alan D

RE: Radius is running away with the CPU

2007-08-14 Thread David
, August 14, 2007 10:50 AM > To: FreeRadius users mailing list > Subject: Re: Radius is running away with the CPU > > David wrote: > > I have been using freeradius for several years but in the last few > > months have seen a problem with the cpu usage. TOP almost always

Re: Radius is running away with the CPU

2007-08-14 Thread Alan DeKok
David wrote: > I have been using freeradius for several years but in the last few months > have seen a problem with the cpu usage. TOP almost always shows radius with >> 100% CPU much of the time it is at 300%. The load average runs up to 32 > at times as well. This corresponds with the max_serve

Re: Radius is running away with the CPU

2007-08-13 Thread Scott Lambert
Grr, I took out the In-Reply-To, but I forgot to change the Subject. I am so sorry, and embarassed. -- Scott LambertKC5MLE Unix SysAdmin [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Radius is running away with the CPU

2007-08-13 Thread Scott Lambert
I am attempting to build a setup which authenticates users from 3 realms in one MySQL database. Some of my users, actually a large proportion of them, are currently not using their realm to authenticate. I am about to merge the dial pools so I won't be able to use huntgroups or hints to figure ou