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-14 Thread Alan DeKok
Alisson wrote: somebody fixed this problem? the message Discarding conflicting packet from client Fix your database so that it isn't too slow. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

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

2009-10-13 Thread Alisson
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 do: - install sysbench and do some tests with your current settings - tunning-primer.sh

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 Alan DeKok
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 - ID: 100 due to recent request 7343. There are no DB handles to use! skipped 0, tried to connect 0 Your database is broken. Fix it.

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 Roberto Greiner
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 Alisson wrote: Hi, I have a dedicated server with freeradius 2.05

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 Alan DeKok
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 way to solve the problem. Alan DeKok. - List info/subscribe/unsubscribe? See

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

2009-10-09 Thread Craig Campbell
Did you set up the database? If not, check out /usr/local/etc/raddb/sql/mysql/admin.sql (assuming you are intending to use mysql.) Good luck, -craig - Original Message - From: Alisson To: FreeRadius users mailing list Sent: Friday, October 09, 2009 2:53 PM Subject: Re:

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 Craig Campbell
Also check out http://wiki.freeradius.org/SQL_HOWTO - Original Message - From: Alisson To: FreeRadius users mailing list Sent: Friday, October 09, 2009 2:53 PM Subject: Re: errors There are no DB handles to use and Discarding conflicting packet from client somebody have

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

2009-10-09 Thread Alisson
the radius DB is working with user root the Users are authenticanting, and everything is working but i have this 2 errors and I tried do fix altering some variables from mysql and radius, but still appearing the message 2009/10/9 Craig Campbell cr...@ccraft.ca Also check out

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

2009-10-09 Thread Ivan Kalik
ok.. but what I need to do on my DB? Is your database server/process running? Is database IP/port/user/password correct in sql.conf? Is correct type of database selected? Is your database configured to recieve queries from radius server (ie. not localhost) if they are not on the same machine?

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

2009-10-09 Thread Ivan Kalik
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 Ivan Kalik
but this problem is on radius or db? Database, network between radius and sql or incorrect data in sql.conf. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

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

2009-10-09 Thread Ivan Kalik
the radius DB is working with user root the Users are authenticanting, and everything is working but i have this 2 errors and I tried do fix altering some variables from mysql and radius, but still appearing the message Do debug (radiusd -X) and see what causes the error. Maybe some

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

2009-10-09 Thread Alisson
Hi, Answering your questions 1) Is your database server/process running? R: Yes 2) Is database IP/port/user/password correct in sql.conf? R:Yes 3) Is correct type of database selected? R:Yes Radchecks=Innodb and the another tables are MyIsam 4) Is your database configured to recieve queries

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

2009-10-09 Thread Alan DeKok
Alisson wrote: but this problem is on radius or db? What part of fix your database is hard to understand? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

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

2009-10-09 Thread Marinko Tarlac
This is not database list but here what you can do: - install sysbench and do some tests with your current settings - tunning-primer.sh (http://www.day32.com/MySQL/tuning-primer.sh), - mytop, - mysqlreport (http://hackmysql.com/mysqlreport) and - mysqltuner.pl