i doing stress testing of my freeradius with help of perl script.
when i run perl script i runs and gives output, but in log file it genrate an error
and when i run radiusd in debug mode radiusd -X it it shows same error and not going in procedure...
rlm_detail: /usr/local/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d:%H expands to /usr/local/var/log/radius/radacct/192.168.1.13/detail-20121001:05
modcall[accounting]: module "detail" returns ok for request 932
rlm_radutmp: No Accounting-Status-Type record.
modcall[accounting]: module "radutmp" returns noop for request 932
modcall[accounting]: module "sql" returns ok for request 932
modcall: leaving group accounting (returns ok) for request 932
Sending Accounting-Response of id 79 to 192.168.1.13 port 34641
ReturnCode = 1
User-Name = "82723EH5F7560"
Finished request 932
Going to the next request
--- Walking the entire request list ---
Cleaning up request 932 ID 79 with timestamp 50695ba0
Nothing to do. Sleeping until we see a request.
Please help me in this..
regards