6 Jan
2006
6 Jan
'06
6:27 p.m.
Chadwick Sorrell <mirotrem@gmail.com> wrote:
radiusd -X shows that the sql connection is established but radiusd doesn't limit the connections based on num_sql_socks and it continues to connect until my mysql hits its max connections. At that point it begins this...
rlm_sql ((null)): Attempting to connect rlm_sql_mysql #299
That's a fairly serious problem. The initial "(null)" should *not* be happening, and appears to be impossible, based on my reading of the code. And the max number of sockets is hard-coded in the source to 256, so a socket number greater than that is impossible. I don't know what's wrong, but I've never seen this before. Something is very, very, wrong with your installation. Alan DeKok.