What can cause the Exiting normally without prompting

2009-03-28 Thread switchport
hi, i am testing freeradius 2.1.X by radclient , when the number of requests arrive 6million+, freeradius will Exiting normally without prompting. the testing freeradius have pgsql module. thanks. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

can the modules cause 'Exiting normally'?

2009-03-20 Thread switchport
i write a likely rlm_sql module. test radius by the below shell, the auth_test file contain 8000 users. --- #!/bin/bash i=0 while true do date time ../radclient -p 16 -q -s -f auth_test 127.0.0.1:1812 auth xx i=`expr $i \+ 1` echo $i done