Alexander Serkin <[EMAIL PROTECTED]> wrote: > I'm still trying to investigate the problem with one of my AAA servers.
It's a problem with the DB, not with the server. > Is it possible to tell on wich request assertion fails? No. > We have two servers and use load-balancing between them configured on NASes. > But assertion fails periodically with only one of the servers mostly on > line 1012 of request_list.c, but sometimes on line 1039 of the same file. As you have been told already, the problem is that something is blocking the server, and preventing it from doing work. That is likely the DB used by the server. Any work you do on FreeRADIUS will do little more than hide the problem. You can't make your DB run faster by poking FreeRADIUS. And if the DB is down, there's *nothing* you can do to the server to make it process requests. 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

