Hello, I have a redundant configuration, in wich I try first a MySQL database, and if it fails i log the queries into a sql_log file. The problem is when the MySQL sever came up, the module does not try the MySQL module, it stays until I restart the service. Any Ideas? Thanks, -- Wilmar Campos
Wilmar Campos wrote:
The problem is when the MySQL sever came up, the module does not try the MySQL module, it stays until I restart the service.
It's a bug. I have no idea why it's happening. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
What I have to do then? Thanks, On 12/4/06, Alan DeKok <aland@deployingradius.com> wrote:
Wilmar Campos wrote:
The problem is when the MySQL sever came up, the module does not try the MySQL module, it stays until I restart the service.
It's a bug. I have no idea why it's happening.
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
-- Wilmar Campos
Wilmar Campos wrote:
What I have to do then?
Look in rlm_sql to see why it isn't reconnecting, and fix it. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Wilmar Campos