dear all,

I am freeradiusd 0.5 on Solaris 8 and authenticating users from an
oracle DB ver 8.1.7.

I am applying stress test by creating a script, that push authentication
requests to the radius in a loop of 100 requests in the background as
follows:

#!/usr/bin/ksh
i=0
while [ 1 ]
do
        i=`expr $i + 1`
        radclient radius_ip_address auth test -x < test_auth1 &
        radclient radius_ip_address auth test -x < test_auth2 &
        radclient radius_ip_address auth test -x < test_auth3 &
        radclient radius_ip_address auth test -x < test_auth4 &
        radclient radius_ip_address auth test -x < test_auth5 &
        radclient radius_ip_address auth test -x < test_auth6 &
        radclient radius_ip_address auth test -x < test_auth7 &
        radclient radius_ip_address auth test -x < test_auth8 &
        radclient radius_ip_address auth test -x < test_auth9 &
        radclient radius_ip_address auth test -x < test_auth10 &
        if [ $i == "10" ]
        then
                exit 0
        fi
done

After running some request I've started to get the following message in
the Radiusd Debug:

Mon Sep  2 16:28:18 2002 : Error: Discarding new request from client
development:50119 - ID: 84 due to live request 18

Sometimes later the Radius crashed  with a segmentation fault error.
Can someone help on this?

Regards
-----------------------------------------------------------
Yasser Ahmed Hosny
Project Manager             Tel: 971-4-2025597, 2940299
EIM/Etisalat                Mob: 971-50-8136791
PO Box: 1150                Fax: 971-4-2958485
Dubai, UAE                  E-mail: [EMAIL PROTECTED]




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

Reply via email to