Re: Slow DB / outstanding requests

2011-09-15 Thread Fajar A. Nugraha
On Fri, Sep 16, 2011 at 1:22 PM, Alan DeKok  wrote:
> old:
>        for each new request
>                clear out one "dead" request from queue
>
>  If the dead requests originally arrived at a higher rate than the new
> requests, it can take a long time to clean them out.
>
> new:
>        for each new request
>                clear out all "dead" requests from queue
>

Thanks, one more reason to update to 2.1.12 when it comes out :D

-- 
Fajar

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Slow DB / outstanding requests

2011-09-15 Thread Alan DeKok
Johan Meiring wrote:
> It was just the first time that I didn't see FR "recover" after the DB
> eventually finished with slow queries.

  I made a minor change for 2.1.12 which will clear out the pending
queue a lot more quickly.

old:
for each new request
clear out one "dead" request from queue

  If the dead requests originally arrived at a higher rate than the new
requests, it can take a long time to clean them out.

new:
for each new request
clear out all "dead" requests from queue

  Much better.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Accounting Forwarding

2011-09-15 Thread Alan DeKok
dbeutler wrote:
> When I run in debug mode, I get the following:
> Starting - reading configuration files ...
> reread_config:  reading radiusd.conf
> Config:   including file: ../etc/raddb/proxy.conf
> Config:   including file: ../etc/raddb/clients.conf
> Config:   including file: ../etc/raddb/snmp.conf
> Config:   including file: ../etc/raddb/eap.conf
> Config:   including file: ../etc/raddb/sql.conf
> ../etc/raddb/radiusd.conf[1970]: Line is not in 'attribute = value' format
> Errors reading radiusd.conf

  And what is one line 1970 of radiusd.conf?

  And if the "preacct" section is in radiusd.conf, odds are you're
running 1.1.x, which doesn't support "unlang" logic.

  Upgrade.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Slow DB / outstanding requests

2011-09-15 Thread Johan Meiring

On 2011/09/15 06:35 PM, Alan Buxey wrote:

Just a quick question, how many DB connections do you have in your config?



5

Server was a VM with too little RAM. And therefore a simple SQL query could 
take seconds instead of milliseconds.  (Suspect "swap" meltdown if such a 
thing exists)


Had to wait for the middle of the night to reboot (so more ram could be 
allocated).

Server is now perfectly fine.

It was just the first time that I didn't see FR "recover" after the DB 
eventually finished with slow queries.


Cheers,

--


Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782


Before acting on this email or opening any attachments
you should read Cape PC Service's email disclaimer at:

http://www.pcservices.co.za/disclaimer.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Why nas1 and nas2 same NASIPAddress ( freeradius clients.conf and radiusclient.conf)

2011-09-15 Thread Fajar A. Nugraha
I don't usually top-post, but your mail made no sense whatsover.

Simply pasting sections of your config file and table (some of which
are custom, not in the default config), with no description at all on
what you mean by pasting them or what you think is wrong is useless.

-- 
Fajar

On Fri, Sep 16, 2011 at 9:31 AM, sekchel lee  wrote:
>
> clients.conf
>
> client 127.0.0.1 {
>    secret  =   test1234
>    shortname   = localhost
>    nastype = other
>     }
>
> client 111.222.333.253
>    {
>    secret  =   test
>    shortname   = 111.222.333.253
>    nastype = other
>     }
> -
>
> nas1
>
> radiusclient.conf
> ...
> ...
> authserver localhost
> acctserver localhost
> ...
> ...
>
> nas2
>
> radiusclient.conf
> ...
> ...
> authserver  111.222.333.253
> acctserver  111.222.333.253
> ...
> ...
> -
>
> user-nas1
>
> id  | pool_name | FramedIPAddress | NASIPAddress | CalledStationId |
> CallingStationID | expiry_time | username | pool_key
> +-+---+-+--+-+--+-+--+--
> | 560 | ns1_pool   | 172.16.6.22 | 127.0.0.1    | |
> 111.222.333.444 | 2011-10-01 09:06:50 | user-nas1   | 7
>
> user-nas2
>
> id  | pool_name | FramedIPAddress | NASIPAddress | CalledStationId |
> CallingStationID | expiry_time | username | pool_key
> +-+---+-+--+-+--+-+--+--
> | 614 | ns2_pool   | 172.16.10.22 | 127.0.0.1    | |
> 555.666.777.888 | 2011-10-01 09:30:10 | user-nas2   | 15

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Why nas1 and nas2 same NASIPAddress ( freeradius clients.conf and radiusclient.conf)

2011-09-15 Thread sekchel lee
clients.conf

client 127.0.0.1 {
   secret  =   test1234
   shortname   = localhost
   nastype = other
}

 client 111.222.333.253
   {
   secret  =   test
   shortname   = 111.222.333.253
   nastype = other
}
-

nas1

radiusclient.conf
...
...
authserver localhost
acctserver localhost
...
...

 nas2

radiusclient.conf
...
...
authserver  111.222.333.253
acctserver  111.222.333.253
...
...

-

user-nas1

id  | pool_name | FramedIPAddress | NASIPAddress | CalledStationId |
CallingStationID | expiry_time | username | pool_key
+-+---+-+--+-+--+-+--+--
| 560 | ns1_pool   | 172.16.6.22 | 127.0.0.1| |
111.222.333.444 | 2011-10-01 09:06:50 | user-nas1   | 7

 user-nas2

id  | pool_name | FramedIPAddress | NASIPAddress | CalledStationId |
CallingStationID | expiry_time | username | pool_key
+-+---+-+--+-+--+-+--+--
| 614 | ns2_pool   | 172.16.10.22 | 127.0.0.1| |
555.666.777.888 | 2011-10-01 09:30:10 | user-nas2   | 15
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Accounting Forwarding

2011-09-15 Thread dbeutler
I thought I would first work on setting up the proxy and then focus on the
picking of certain attribute pairs to forward.
I put the following in the proxy.conf file:
realm fakecompany.com {
type= radius
authhost= 192.41.31.4:1812
accthost= 192.41.31.4:1813
secret  = testing123
}


I put the following in the radiusd.conf file in the preacct section (this
may be the wrong place but was the only area that I saw a preacct section):
  if (NAS-Port == "5060") {
update control {
Proxy-To-Realm := "fakecompany.com"
}
  } 

For context, the whole preacct section of the radiusd.conf file looks like
the following:
preacct {
preprocess
#
#  Ensure that we have a semi-unique identifier for every
#  request, and many NAS boxes are broken.
acct_unique 
  if (NAS-Port == "5060") {
update control {
Proxy-To-Realm := "fakecompany.com"
}
  } 
#
#  Look for IPASS-style 'realm/', and if not found, look for
#  '@realm', and decide whether or not to proxy, based on
#  that.
#
#  Accounting requests are generally proxied to the same
#  home server as authentication requests.
#   IPASS
suffix
#   ntdomain
#
#  Read the 'acct_users' file
files
}

When I run in debug mode, I get the following:
Starting - reading configuration files ...
reread_config:  reading radiusd.conf
Config:   including file: ../etc/raddb/proxy.conf
Config:   including file: ../etc/raddb/clients.conf
Config:   including file: ../etc/raddb/snmp.conf
Config:   including file: ../etc/raddb/eap.conf
Config:   including file: ../etc/raddb/sql.conf
../etc/raddb/radiusd.conf[1970]: Line is not in 'attribute = value' format
Errors reading radiusd.conf


Thanks,
Danny


--
View this message in context: 
http://freeradius.1045715.n5.nabble.com/Accounting-Forwarding-tp4807387p4808709.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: anybody out there?

2011-09-15 Thread Arran Cudbard-Bell

On 15 Sep 2011, at 18:38, Alan DeKok wrote:

> Alan Buxey wrote:
>> Hi,
>> Just to confirm 2.1.12 is behaving itself (other than the GID issue for
>> control socket)
> 
>  I don't see a way to fix that, other than to have the system report
> that the *primary* group for monit is "radiusd"
> 
>  Or... hack the control socket in 3.0 to use SSL.
> 

and then we could use it for useful things :)

Arran Cudbard-Bell
a.cudba...@freeradius.org

Betelwiki, Betelwiki, Betelwiki http://wiki.freeradius.org/ !

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Test

2011-09-15 Thread Suman Dash
Its UP !!

On Fri, Sep 16, 2011 at 12:24 AM, Christ Schlacta  wrote:

> List is down.
>
> On 9/15/2011 07:49, Alan DeKok wrote:
>
>>   Is the list down, or are people quiet?
>> -
>> List info/subscribe/unsubscribe? See http://www.freeradius.org/**
>> list/users.html 
>>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/**
> list/users.html 
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Test

2011-09-15 Thread Christ Schlacta

List is down.
On 9/15/2011 07:49, Alan DeKok wrote:

   Is the list down, or are people quiet?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: FreeRADIUS Strange action (unfinished request/dropping conflict packet)

2011-09-15 Thread Alan DeKok
Ali Majdzadeh wrote:
> I’m running freeradius 1.1.8 

  Upgrade.

> My external program returns 0 (means OK) and freeRADIUS getting it and
> returns back to the BRAS, so why freeradius gives such error?!

  No idea.

  Try 2.1.12 (when it comes out in a few days)

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


FreeRADIUS Strange action (unfinished request/dropping conflict packet)

2011-09-15 Thread Ali Majdzadeh
Hi



I’m running freeradius 1.1.8 with rlm_exec. External program on ACCTOUNTING
packets runs and my external program returns OK! And printout the following
in its logfile:



(PID  5036) 2011-09-15 18:24:28  Packet: updt UserName:
hhsde0100413@tct9   187923@172.31.3.7   10320 Sec 3993228/61717432 Bytes



FreeRADIUS Debugging shows log as the following and shows everything goes
fine for that request.



Thu Sep 15 18:24:28 2011 : Debug: Thread 1 handling request 175, (31 handled
so far)

User-Name = "hhsde0100413@tct9"

NAS-Port = 136339956

NAS-IP-Address = 172.31.3.7

Framed-IP-Address = 2.179.17.211

Filter-Id = "tct9"

Class =
0x68687364653031303034313340746374397c387c3137322e33312e332e377c31636137623036653264

rad_recv: Accounting-Request packet from host 172.31.3.7:1813,
id=92, length=530

NAS-Identifier = "KJ-RJ-ME60X16-01"

Acct-Status-Type = Interim-Update

Acct-Delay-Time = 0

Acct-Input-Octets = 3993228

Acct-Output-Octets = 61717432

Acct-Session-Id = "KJ-RJ-M0820605000890a6e187923"

Acct-Authentic = RADIUS

Acct-Session-Time = 10320

Acct-Input-Packets = 45602

Acct-Output-Packets = 50322

Acct-Input-Gigawords = 0

Acct-Output-Gigawords = 0

Thu Sep 15 18:24:28 2011 : Debug: Thread 1 handling request 175, (31 handled
so far)

Thu Sep 15 18:24:28 2011 : Debug: modcall: entering group preacct for
request 175

Thu Sep 15 18:24:28 2011 : Debug:   modsingle[preacct]: calling preprocess
(rlm_preprocess) for request 175

Acct-Session-Time = 10320Thu Sep 15 18:24:28 2011 : Debug:
modsingle[preacct]: returned from preprocess (rlm_preprocess) for request
175

Thu Sep 15 18:24:28 2011 : Debug:   modcall[preacct]: module
"preprocess" returns noop for request 175

Thu Sep 15 18:24:28 2011 : Debug:   modsingle[preacct]: calling acct_unique
(rlm_acct_unique) for request 175

Thu Sep 15 18:24:28 2011 : Debug:   modsingle[preacct]: returned
from acct_unique (rlm_acct_unique) for request 175

Thu Sep 15 18:24:28 2011 : Debug:   modcall[preacct]: module
"acct_unique" returns ok for request 175

Thu Sep 15 18:24:28 2011 : Debug: modcall: leaving group preacct
(returns ok) for request 175

Thu Sep 15 18:24:28 2011 : Debug: modcall: entering group accounting
for request 175

Thu Sep 15 18:24:28 2011 : Debug:   modsingle[accounting]: calling
detail (rlm_detail) for request 175

Thu Sep 15 18:24:28 2011 : Debug:   modsingle[accounting]: returned from
detail (rlm_detail) for request 175

Thu Sep 15 18:24:28 2011 : Debug:   modcall[accounting]: module "detail"
returns ok for request 175

Thu Sep 15 18:24:28 2011 : Debug:   modsingle[accounting]: calling
netbill_acct (rlm_exec) for request 175



Tcpdump shows the accounting packet issued and returned back to the RAS:





IP 172.31.3.7.radius-acct > 172.26.60.3.radius-acct: RADIUS, Accounting
Request (4), id: 0xx length: 527

IP 172.26.60.3.radius-acct > 172.31.3.7.radius-acct: RADIUS, Accounting
Response (5), id: 0xxx length: 20



But after about 30 secound, I got the following error in freeRADIUS’s
log



Thu Sep 15 18:24:59 2011 : Error: WARNING: Unresponsive child (id
3086457744) for request 175 (in component accounting module rlm_exec)
hhsde0100413@tct9Thu Sep 15 18:24:59 2011 : Debug: Server rejecting
request 175.



And then shows:



Thu Sep 15 18:43:54 2011 : Error: Dropping conflicting packet from client
172.31.3.7:1646 - ID: 151 due to unfinished request 175


My external program returns 0 (means OK) and freeRADIUS getting it and
returns back to the BRAS, so why freeradius gives such error?!


Kind Regards,
Ali Majdzadeh Kohbanani
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: anybody out there?

2011-09-15 Thread Alan DeKok
Alan Buxey wrote:
> Hi,
> Just to confirm 2.1.12 is behaving itself (other than the GID issue for
> control socket)

  I don't see a way to fix that, other than to have the system report
that the *primary* group for monit is "radiusd"

  Or... hack the control socket in 3.0 to use SSL.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Slow DB / outstanding requests

2011-09-15 Thread Alan Buxey
Just a quick question, how many DB connections do you have in your config?

alan

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: anybody out there?

2011-09-15 Thread Alan Buxey
Hi,
Just to confirm 2.1.12 is behaving itself (other than the GID issue for control 
socket)


alan

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Slow DB / outstanding requests

2011-09-15 Thread Alan DeKok
Johan Meiring wrote:
> I am running 2.1.12 on a production server.
> The server is (was) severly underpowered and the database was straining.

  Don't do that

> I was expenting the normal - "rejecting duplicate request".  (Cant remember 
> exact error).

  Pretty much, yes.

> Then the server received about 30 access requests in about .1 second
> 
> It then went into a state where the following appeared over and over in the 
> log:
> 
> Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 647 in 
> component  module .
> Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 648 in 
> component  module .

  Hmmm... it's *really* slow.  The requests are placed in a queue for
the child threads to pick up.  But... if the system is locked, they'll
sit in the queue for a long time.

> It never recovered.
> Had to be restarted.
> Even with no database queries outstanding.
> 
> Dont know if 2.1.12 has more "difficulty" with slow databases?

 It shouldn't.

> Unfortunately dont have more info, so this can probably be ignored.

  There are ways of addressing it...

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Accounting Forwarding

2011-09-15 Thread Alan DeKok
dbeutler wrote:
> I have recently setup FreeRadius on a test machine and loaded (via a
> dictionary file) the VSA's for a NAS in our network.  The Radius messages we
> are receiving are purely accounting messages.
> I am trying to accomplish the following:  I would like to forward accounting
> messages to another Radius server based upon the value of one of the VSA's. 

$ man unlang

preacct {
...

if (Attribute-Name == "foo") {
update control {
Proxy-To-Realm := "bar.com"
}
}
...
}

  You'll have to define the realm.  See raddb/proxy.conf.

> In addition, I would like to pick certain attribute-value pairs to forward
> while discarding the others.

$ man unlang

  See "-=".  Or, the "attr_filter" module.

> I really appreciate any help and I should probably mention that I am pretty
> new to radius (yesterday was my first time installing it. :)

  It's dead easy. :)

  Alan DeKok.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Accounting Forwarding

2011-09-15 Thread dbeutler
Hello,
I have recently setup FreeRadius on a test machine and loaded (via a
dictionary file) the VSA's for a NAS in our network.  The Radius messages we
are receiving are purely accounting messages.
I am trying to accomplish the following:  I would like to forward accounting
messages to another Radius server based upon the value of one of the VSA's. 
In addition, I would like to pick certain attribute-value pairs to forward
while discarding the others.
I really appreciate any help and I should probably mention that I am pretty
new to radius (yesterday was my first time installing it. :)

Thanks,
DB

--
View this message in context: 
http://freeradius.1045715.n5.nabble.com/Accounting-Forwarding-tp4807387p4807387.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: anybody out there?

2011-09-15 Thread Bjørn Mork
yup.  FR 2.1.12 rc working nicely.  Release it, and see some more
traffic here


Bjørn

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Slow DB / outstanding requests

2011-09-15 Thread David Peterson
Be careful what you wish for :)

-Original Message-
From:
freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org
[mailto:freeradius-users-bounces+david.peterson=acc-corp.net@lists.freeradiu
s.org] On Behalf Of Johan Meiring
Sent: Thursday, September 15, 2011 11:32 AM
To: FreeRadius users mailing list
Subject: Slow DB / outstanding requests

Hi,

Seeing as the list is quiet, something that might be of interest.

I am running 2.1.12 on a production server.
The server is (was) severly underpowered and the database was straining.

I was expenting the normal - "rejecting duplicate request".  (Cant remember
exact error).

Then the server received about 30 access requests in about .1 second

It then went into a state where the following appeared over and over in the
log:

Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 647 in
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 648 in
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 649 in
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 650 in
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 651 in
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 652 in
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 690 in
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 685 in
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 691 in
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 692 in
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 693 in
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 694 in
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 677 in
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 686 in
component  module .
Mon Sep 12 11:33:48 2011 : Info: WARNING: Child is hung for request 625 in
component  module .
Mon Sep 12 11:33:48 2011 : Info: WARNING: Child is hung for request 626 in
component  module .
Mon Sep 12 11:33:48 2011 : Info: WARNING: Child is hung for request 627 in
component  module .
Mon Sep 12 11:33:48 2011 : Info: WARNING: Child is hung for request 628 in
component  module .


It never recovered.
Had to be restarted.
Even with no database queries outstanding.

Dont know if 2.1.12 has more "difficulty" with slow databases?

Unfortunately dont have more info, so this can probably be ignored.

Cheers,


-- 


Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782


Before acting on this email or opening any attachments you should read Cape
PC Service's email disclaimer at:

http://www.pcservices.co.za/disclaimer.html

-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Slow DB / outstanding requests

2011-09-15 Thread Johan Meiring
Hi,

Seeing as the list is quiet, something that might be of interest.

I am running 2.1.12 on a production server.
The server is (was) severly underpowered and the database was straining.

I was expenting the normal - "rejecting duplicate request".  (Cant remember 
exact error).

Then the server received about 30 access requests in about .1 second

It then went into a state where the following appeared over and over in the log:

Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 647 in 
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 648 in 
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 649 in 
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 650 in 
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 651 in 
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 652 in 
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 690 in 
component  module .
Mon Sep 12 11:33:46 2011 : Info: WARNING: Child is hung for request 685 in 
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 691 in 
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 692 in 
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 693 in 
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 694 in 
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 677 in 
component  module .
Mon Sep 12 11:33:47 2011 : Info: WARNING: Child is hung for request 686 in 
component  module .
Mon Sep 12 11:33:48 2011 : Info: WARNING: Child is hung for request 625 in 
component  module .
Mon Sep 12 11:33:48 2011 : Info: WARNING: Child is hung for request 626 in 
component  module .
Mon Sep 12 11:33:48 2011 : Info: WARNING: Child is hung for request 627 in 
component  module .
Mon Sep 12 11:33:48 2011 : Info: WARNING: Child is hung for request 628 in 
component  module .


It never recovered.
Had to be restarted.
Even with no database queries outstanding.

Dont know if 2.1.12 has more "difficulty" with slow databases?

Unfortunately dont have more info, so this can probably be ignored.

Cheers,


-- 


Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782


Before acting on this email or opening any attachments
you should read Cape PC Service's email disclaimer at:

http://www.pcservices.co.za/disclaimer.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: anybody out there?

2011-09-15 Thread Suman Dash
ACK !

On Thu, Sep 15, 2011 at 8:28 PM, Arran Cudbard-Bell <
a.cudba...@freeradius.org> wrote:

> poke poke
>
> Arran Cudbard-Bell
> a.cudba...@freeradius.org
>
> Betelwiki, Betelwiki, Betelwiki http://wiki.freeradius.org/ !
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Test

2011-09-15 Thread Glen Millard
Am I going to catch hell for SPAMMING?


On Thu, Sep 15, 2011 at 11:00, Imad Soltani  wrote:

> people are quiet :)
>
> Le jeu 15/09/11 16:49, Alan DeKok al...@deployingradius.com a écrit:
> > Is the list down, or are people quiet?
> > -
> > List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
> >
> >
>
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Test

2011-09-15 Thread Lovaas,Steven
You're right, it was an unusually quiet night... but you're coming through loud 
and clear, Alan.

Steve

-Original Message-
From: freeradius-users-bounces+steven.lovaas=colostate@lists.freeradius.org 
[mailto:freeradius-users-bounces+steven.lovaas=colostate@lists.freeradius.org]
 On Behalf Of Alan DeKok
Sent: Thursday, September 15, 2011 8:50 AM
To: FreeRadius users mailing list
Subject: Test

  Is the list down, or are people quiet?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Test

2011-09-15 Thread Nicolas FOUREL
I received your message Alan

-Message d'origine-
De :
freeradius-users-bounces+nicolas.fourel=adipsys@lists.freeradius.org
[mailto:freeradius-users-bounces+nicolas.fourel=adipsys.com@lists.freeradius
.org] De la part de Alan DeKok
Envoyé : jeudi 15 septembre 2011 16:50
À : FreeRadius users mailing list
Objet : Test

  Is the list down, or are people quiet?
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Test

2011-09-15 Thread Imad Soltani
people are quiet :)

Le jeu 15/09/11 16:49, Alan DeKok al...@deployingradius.com a écrit:
> Is the list down, or are people quiet?
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
> 
> 



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Test

2011-09-15 Thread Johan Meiring

On 2011/09/15 04:49 PM, Alan DeKok wrote:

   Is the list down, or are people quiet?


Suspect they're quiet.
Freeradius works too well!!

--


Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782


Before acting on this email or opening any attachments
you should read Cape PC Service's email disclaimer at:

http://www.pcservices.co.za/disclaimer.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


anybody out there?

2011-09-15 Thread Arran Cudbard-Bell
poke poke

Arran Cudbard-Bell
a.cudba...@freeradius.org

Betelwiki, Betelwiki, Betelwiki http://wiki.freeradius.org/ !

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Test

2011-09-15 Thread Paul Thornton
On 15/09/2011 15:49, Alan DeKok wrote:
>   Is the list down, or are people quiet?

I think we're all just being quiet today.

Paul.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Test

2011-09-15 Thread Paolo Barbato
.. or is freeradius too much stable ?

On 15/set/2011, at 16:49, Alan DeKok wrote:

>  Is the list down, or are people quiet?
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Paolo Barbato

Consorzio RFX
corso Stati Uniti,4  
35127 Padova - Italy  
Network Administrator 
phone: +39 049 8295097 fax: +39 049 8700718


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Test

2011-09-15 Thread Alan DeKok
  Is the list down, or are people quiet?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Quick enable/disable user account.

2011-09-15 Thread 2394263740
Hello, everyone,
  
 Thanks you all for your help.
  
 In my implementation, users have 3 states,
  
 1. Need activation.
 2. Enabled.
 3. Disabled.
  
 So I use below method my my freeradiuis server.
 Update the attribute value to 3 status based on needs. It works.
 1. Needactivation
 2. Password
 3. Disabled
  
 There're a couple of other solutions as people advised. I will try that needed.
  
 Thanks!
  
 Tom-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"Questions with content get answers with content."