Hello Antonio,
rlm_sql does not wait for connection from connection pool to become
available. If all connections are busy the module just return fail.
You can avoid these spurious failures if you set num_sql_socks equal to
max_servers.
Antonio Modesto wrote:
Hi,
Here in the ISP which I
2012/8/13 Alan DeKok
> Antonio Modesto wrote:
> > My tables is using MyISAM engine, as this server is running freeradius
> > 1.X, it's quite old. The problem is that I've dumped my database to
> > another server to do some tests, and tried to alter the engine to see
> > how long it would take, af
Antonio Modesto wrote:
> My tables is using MyISAM engine, as this server is running freeradius
> 1.X, it's quite old. The problem is that I've dumped my database to
> another server to do some tests, and tried to alter the engine to see
> how long it would take, after some hours running I've simpl
2012/8/13 alan buxey
> Hi,
>
> > Here in the ISP which I work we have a Freeradius 1.X in
> production, and
> > a 2.X that we're testing to replace the old one. On both Radius we
> get
> > the following error sometimes, What can be causing this? The SQL
> > Database is in the
Hi,
> Here in the ISP which I work we have a Freeradius 1.X in production, and
> a 2.X that we're testing to replace the old one. On both Radius we get
> the following error sometimes, What can be causing this? The SQL
> Database is in the same server of freeradius 1.X, but the
sql.conf:
# number of sql connections to make to server
num_sql_socks = 5
You prob need to up this.
On Mon, Aug 13, 2012 at 3:00 PM, Antonio Modesto
wrote:
>
> Hi,
>
>
> Here in the ISP which I work we have a Freeradius 1.X in production, and a
> 2.X that we're testing to replac
> would it make any difference?
It won't help in case you have x trillion records in radacct table and
this table is MyISAM, used for simult. login detection, etc...
On 13.8.2012 15:00, Antonio Modesto wrote:
Hi,
Here in the ISP which I work we have a Freeradius 1.X in production,
and a 2
VU VAN HUNG wrote:
> How do I make NAS send User-Password or CHAP-Password attribute ?
Read the NAS documentation.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
szymon roczniak wrote:
In order to have PAP or CHAP working you need your NAS to send either
User-Password or CHAP-Password attribute. If you look at your log file again
you'll see that both the pap and the chap module return noop, this is because
these attributes are not present in the query.
On Fri, Apr 23, 2010 at 03:22:44PM +0700, VU VAN HUNG wrote:
> szymon roczniak wrote:
> > On Thu, Apr 22, 2010 at 05:38:04PM +0700, VU VAN HUNG wrote:
> >> szymon roczniak wrote:
> >>> On Thu, Apr 22, 2010 at 04:50:50PM +0700, VU VAN HUNG wrote:
> I edited some columns' name in radius database, so
szymon roczniak wrote:
On Thu, Apr 22, 2010 at 05:38:04PM +0700, VU VAN HUNG wrote:
szymon roczniak wrote:
On Thu, Apr 22, 2010 at 04:50:50PM +0700, VU VAN HUNG wrote:
I know, but in the output, I see the following lines:
*sql] expand: %{User-Password} ->
[sql] expand:
On Thu, Apr 22, 2010 at 05:38:04PM +0700, VU VAN HUNG wrote:
> szymon roczniak wrote:
> > On Thu, Apr 22, 2010 at 04:50:50PM +0700, VU VAN HUNG wrote:
> I know, but in the output, I see the following lines:
>
> *sql] expand: %{User-Password} ->
> [sql] expand: %{Chap-Password} -> *
> no i
szymon roczniak wrote:
On Thu, Apr 22, 2010 at 04:50:50PM +0700, VU VAN HUNG wrote:
It looks like you have a problem with this INSERT query:
[..]
[sql] expand: INSERT INTO radpostauth
(username, pass, reply, authdate) VALUES
(
On Thu, Apr 22, 2010 at 04:50:50PM +0700, VU VAN HUNG wrote:
It looks like you have a problem with this INSERT query:
[..]
> [sql] expand: INSERT INTO radpostauth
> (username, pass, reply, authdate) VALUES
> ( '%{
My first tests indicate, that it seems to work.
Thank you.
Norbert Wegener
Alan DeKok wrote:
Norbert Wegener wrote:
In some cases I do not have the need to query for groupmembership.
When I undefine group_membership_query, I get the following error:
Please do "cvs update", rebuild,
Norbert Wegener wrote:
> In some cases I do not have the need to query for groupmembership.
> When I undefine group_membership_query, I get the following error:
Please do "cvs update", rebuild, and test.
If you undefined the groupmembership query, it should now simply not
match.
Alan DeKok
Edgars <[EMAIL PROTECTED]> wrote:
> what could cause such errors appear?
>
> Wed Oct 6 15:22:25 2004 : Error: rlm_sql (sql): failed after re-connect
> Wed Oct 6 15:22:25 2004 : Error: rlm_sql_getvpdata: database query error
> Wed Oct 6 15:22:25 2004 : Error: No memory
A memory leak, I guess.
17 matches
Mail list logo