Freeradius - DeadLock

2013-09-25 Thread Alisson
Hi, I have a lot of logs with deadlocks ed Sep 25 15:05:44 2013 : Error: [sql] Couldn't update SQL accounting ALIVE record - Deadlock found when trying to get lock; try restarting transaction Wed Sep 25 15:05:44 2013 : Error: [sql] Couldn't update SQL accounting ALIVE record - Deadlock

Re: Freeradius - DeadLock

2013-09-25 Thread Alisson
This messages are from radius.log I've doesn't changed anything in db... and I haven't custom queries... 2013/9/25 Arran Cudbard-Bell a.cudba...@freeradius.org On 25 Sep 2013, at 20:08, Alisson alissongoncal...@bsd.com.br wrote: Hi, I have a lot of logs with deadlocks Those

Re: Freeradius - DeadLock

2013-09-25 Thread Alisson
So this error its caused by my application? 2013/9/25 Arran Cudbard-Bell a.cudba...@freeradius.org On 25 Sep 2013, at 20:54, Alisson alissongoncal...@bsd.com.br wrote: This messages are from radius.log Those errors were generated by the MySQL client library or the MySQL server, just

Re: SQL-Relay log - radacctdir - High Disk usage

2013-08-06 Thread Alisson
If I disable the var 'sql_log' it will stop do write on relay log file, right? but will still writing on radpostauth table correctly? 2013/7/31 Alisson alissongoncal...@bsd.com.br Hi Alan, the sql_log var, just write a text file with the sql statements, correctly? 2013/7/31 Alan DeKok

Re: SQL-Relay log - radacctdir - High Disk usage

2013-07-31 Thread Alisson
Ok, thank you but this file its needed? whats the objetive to keep logging this file? its only writes on text file the sql ? but the sql will continue writing on sql server, correct? 2013/7/30 Alan DeKok al...@deployingradius.com Alisson wrote: I have a high disk utilization because

Re: SQL-Relay log - radacctdir - High Disk usage

2013-07-31 Thread Alisson
Hi Alan, the sql_log var, just write a text file with the sql statements, correctly? 2013/7/31 Alan DeKok al...@deployingradius.com need to understand the syste - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

SQL-Relay log - radacctdir - High Disk usage

2013-07-30 Thread Alisson
Hi, I have a high disk utilization because the SQL-RELAY Log. I have this var: radacctdir whats the objetive to keep this log? can I disable it? radacctdir = /var/log/radius/radacct thank you - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

how to generate chap-password chap-challenge on radius

2010-02-02 Thread Alisson
and on pear crypt-chap it generates ChallResp : 641af097fc49501791740dcf0684c0e2 expected : 8f028814450d66d94c72331ef455a172 -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: how to generate chap-password chap-challenge on radius

2010-02-02 Thread Alisson
for authentication ++[chap] returns invalid Failed to authenticate the user. Login incorrect (rlm_chap: Clear text password not available): [renato/CHAP-Password] what atributes I need to change? 2010/2/2 Alan DeKok al...@deployingradius.com Alisson wrote: hi, I need to use chap-password and chap

error discarding packet

2009-12-23 Thread Alisson
hi, in another day I posted this same error ' Error: Discarding duplicate request from client ' and the answer was 'your database is slow' so I upgrade my server with more memory, and changed servers variables... but, i'm still having this problem and I dont know what can be -- Att. Alisson

Re: error discarding packet

2009-12-23 Thread Alisson
On 23.12.2009, at 15:10, Alisson wrote: hi, in another day I posted this same error ' Error: Discarding duplicate request from client ' and the answer was 'your database is slow' so I upgrade my server with more memory, and changed servers variables... but, i'm still having this problem

Re: error discarding packet

2009-12-23 Thread Alisson
On 23.12.2009, at 15:36, Alisson wrote: hi, my DB is ok I tested with another programms e etc, and is running well how I set the thread pool to better concurrency? 2009/12/23 Borislav Dimitrov b.dimit...@ngsystems.net Hi, This question has been answered many times on this ML. I myself

Re: error discarding packet

2009-12-23 Thread Alisson
my configuration is thread pool { start_servers = 10 max_servers = 32 min_spare_servers = 3 max_spare_servers = 10 max_requests_per_server = 0 } 2009/12/23 Alisson alisson...@gmail.com ok.. look I have 3500 customers authenticating on this server with mysql how many threads I need to set

Re: error discarding packet

2009-12-23 Thread Alisson
requests are queueing one after another to be processed... Sincerely, Borislav Dimitrov e-mail: b.dimit...@ngsystems.net GSM: 0888 51 55 45; 0889 28 54 57 NG Systems Lavele 32 str, fl: 4, Sofia, Bulgaria On 23.12.2009, at 15:49, Alisson wrote: ok.. look I have 3500 customers

Re: error discarding packet

2009-12-23 Thread Alisson
using naff default MyISAM or have you moved to a better method - eg InnoDB? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: error discarding packet

2009-12-23 Thread Alisson
places - eg post-auth for allocation of VLANs etc alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: error discarding packet

2009-12-23 Thread Alisson
} i need a help to configure this 2009/12/23 Alan DeKok al...@deployingradius.com Alisson wrote: one last doubt... for 3500 customers what is a good configuration in radiusd.conf The default configuration. for this function thread pool { start_servers = 1 max_servers = 1

Re: error discarding packet

2009-12-23 Thread Alisson
this configuration thread pool { start_servers = 10 max_servers = 32 max_servers = 32 min_spare_servers = 3 max_spare_servers = 10 } 2009/12/23 Alan DeKok al...@deployingradius.com Alisson wrote: you dont understood... i dont make this configuration i'm ask for help to do a good configuration

Re: error discarding packet

2009-12-23 Thread Alisson
freeradius-users-bounces%2Bggatten= waddell@lists.freeradius.org] *On Behalf Of *Alisson *Sent:* Wednesday, December 23, 2009 1:11 PM *To:* FreeRadius users mailing list *Subject:* Re: error discarding packet you dont understood... i dont make this configuration i'm ask for help to do

Re: error discarding packet

2009-12-23 Thread Alisson
-users-bounces%2Bggatten= waddell@lists.freeradius.org] *On Behalf Of *Alisson *Sent:* Wednesday, December 23, 2009 1:32 PM *To:* FreeRadius users mailing list *Subject:* Re: error discarding packet i'm using 15 threads and monitoring on top, the max server load is 2.0/3.0 2009/12/23

Re: error discarding packet

2009-12-23 Thread Alisson
://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Book About Free-Radius Configurations

2009-11-18 Thread Alisson
Vamos fazer o seguinte, coloquem todos os emails do pessoal que é do Brasil aqui. alisson...@gmail.com 2009/11/18 Johan Meiring jmeir...@pcservices.co.za Wagner Pereira wrote: Respeito sua opinião, yahmamotto. Talvez meu erro tenha sido apenas não informar o idioma que usei. Se o tivesse

Re: Algum brasileiro nessa lista?

2009-11-11 Thread Alisson
- Foz do Iguaçu - PR Telefone: +55 (45) 3572-5000 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

radius 3 records on radacct

2009-11-10 Thread Alisson
hi, I'm using freebsd with radius, and when radius inserts the records on radacct, its registering 3 equal records -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius 3 records on radacct

2009-11-10 Thread Alisson
i'm not using NAS 2009/11/10 Michael da Silva Pereira mich...@tradepage.co.za Run in debug mode and ensure the NAS isn't sending it 2 times. Otherwise mail the output of debug (radiusd -Xxxx) On Tue, 2009-11-10 at 09:01 -0200, Alisson wrote: hi, I'm using freebsd with radius

Re: FreeRadius crashed on accounting load tests with 1000 concurrent clients

2009-11-10 Thread Alisson
5.0 can handle about 6000 - 8700 qps. I have used mysqlslap to do that. Thanks Dinh - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http

Radius 2.1.7 disponible for freebsd?

2009-10-20 Thread Alisson
Radius 2.1.7 disponible for freebsd? -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

how to get a UserName from a Pool

2009-10-19 Thread Alisson
of customers with one NASIpAddress? -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: how to get a UserName from a Pool

2009-10-19 Thread Alisson
can try NAS-IP-Address + Calling-Station-Id in such cases. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http

Good number of Max Connections to run freeradius

2009-10-15 Thread Alisson
What is a good number of max_connections on Mysql to run FreeRadius? i'm using max_connections=500 -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Good number of Max Connections to run freeradius

2009-10-15 Thread Alisson
problems if the value was over 15 and my SQL queries are very small and short...i use the offline accounting (buffered-sql) to do the nasty long update/insert stuff. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de

Re: errors There are no DB handles to use and Discarding conflicting packet from client

2009-10-14 Thread Alisson
somebody fixed this problem? the message Discarding conflicting packet from client Alisson wrote: Hi, I still have the problems, I changed some variables, but the problem continues 2009/10/9 Marinko Tarlac mangi...@gmail.com This is not database list but here what you can

Re: errors There are no DB handles to use and Discarding conflicting packet from client

2009-10-13 Thread Alisson
? Should I go on? Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List

error on log radius

2009-10-13 Thread Alisson
i get this message Info: rlm_sql (sql): received Acct On/Off packet -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: error on log radius

2009-10-13 Thread Alisson
is configured to use sql in the accounting section - whats the error? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

errors There are no DB handles to use and Discarding conflicting packet from client

2009-10-09 Thread Alisson
Hi, I have a dedicated server with freeradius 2.05 i'm getting 2 errors Error: Discarding conflicting packet from client net port 25000 - ID: 100 due to recent request 7343. There are no DB handles to use! skipped 0, tried to connect 0 I'm searching on the forums and a lot of people has this

Re: errors There are no DB handles to use and Discarding conflicting packet from client

2009-10-09 Thread Alisson
ok.. but what I need to do on my DB? Repair? Create another DB? alter some variable? 2009/10/9 Alan DeKok al...@deployingradius.com Alisson wrote: Hi, I have a dedicated server with freeradius 2.05 i'm getting 2 errors Error: Discarding conflicting packet from client net port 25000

Re: errors There are no DB handles to use and Discarding conflicting packet from client

2009-10-09 Thread Alisson
somebody have this same problem? 2009/10/9 Roberto Greiner mrgrei...@gmail.com http://forums.mysql.com/ Alisson wrote: ok.. but what I need to do on my DB? Repair? Create another DB? alter some variable? 2009/10/9 Alan DeKok al...@deployingradius.com mailto: al...@deployingradius.com

Re: errors There are no DB handles to use and Discarding conflicting packet from client

2009-10-09 Thread Alisson
but this problem is on radius or db? 2009/10/9 Alan DeKok al...@deployingradius.com Alisson wrote: ok.. but what I need to do on my DB? Repair? Create another DB? alter some variable? Ask the people who wrote and support the DB. Asking DB questions on a RADIUS list isn't the best

Re: errors There are no DB handles to use and Discarding conflicting packet from client

2009-10-09 Thread Alisson
://wiki.freeradius.org/SQL_HOWTO - Original Message - *From:* Alisson alisson...@gmail.com *To:* FreeRadius users mailing listfreeradius-users@lists.freeradius.org *Sent:* Friday, October 09, 2009 2:53 PM *Subject:* Re: errors There are no DB handles to use and Discarding conflicting packet

Re: errors There are no DB handles to use and Discarding conflicting packet from client

2009-10-09 Thread Alisson
. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Att. Alisson F. Gonçalves Sistemas de Informação - UFGD - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html