Wiki

2007-05-20 Thread Doug Hardie
I am having problems finding the way to get from the main Wiki page to the configuration information. The pages are there. When I search for something they are found. I just can't figure out how you are supposed to link to them from the main page. For example the modules page does

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-20 Thread nikitha george
Do you have any idea what kind of malloc/free implementation on our system will work out in this scenario? Thanks, Nikitha On 5/19/07, Alan DeKok [EMAIL PROTECTED] wrote: nikitha george wrote: So why is it happening in my case then? I can see all the requests gets cleaned up ( log message

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-20 Thread nikitha george
Hi Martin, Thanks for your reply. The memory usage of radiusd in our system went from 6687KB to 160MB which is 50.1% of memory of our system and radiusd got re-started. I had run the Valgrind to see the resource leak. Definitely lost memory was 380 Bytes but still reachable are more. I think

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-20 Thread Phil Mayers
nikitha george wrote: Hi Martin, Thanks for your reply. The memory usage of radiusd in our system went from 6687KB to 160MB which is 50.1% of memory of our system and radiusd got re-started. I had run the Valgrind to see the resource leak. Definitely lost memory was 380 Bytes but

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-20 Thread Alan DeKok
nikitha george wrote: The memory usage of radiusd in our system went from 6687KB to 160MB which is 50.1% of memory of our system and radiusd got re-started. 160Mb does sound like a lot. I had run the Valgrind to see the resource leak. Definitely lost memory was 380 Bytes but still

Re: Log Rotation

2007-05-20 Thread Alan DeKok
Guy Fraser wrote: I have not checked in quite a while, but at one point a while back, I suggested using configurable dynamic log file names, like the detail files have. I used to use such a beast on a version of Cistron Radius that I customized, but I ran into problems trying to make it work

Re: db fall back to users file

2007-05-20 Thread Alan DeKok
Angelos Karageorgiou wrote: when using an rlm_sql module if the sql server is down the module fails to instantiate and FR does not start at all. Is there a way to force instantation of rml_sql no matter the status of the sql server. Source code patches. Edit the code in

Re: Performance with Freeradius-1.1.4

2007-05-20 Thread Alan DeKok
nikitha george wrote: But one more issue i am facing is when i try to connect 3 clients per second for 30 minutes with freeradius-1.1.6 only 200 or 250 clients are getting connected ( means 67 to 83 seconds the authentication happened) after that the clients are not getting connected, not

how to create temporary user ?

2007-05-20 Thread Trio Yulistianto
dear all...im using freeradius-1.1.6 and mysql database engine i have a problem.. i want to create a user that only can login in specific dates.. for example user A can only login today (max 12.00pm this night) user B can only login today and tomorrow (max 12.00pm tomorrow night) user C can only

Re: how to create temporary user ?

2007-05-20 Thread tnt
Expiration. Ivan Kalik Kalik Informatika ISP Dana 20/5/2007, Trio Yulistianto [EMAIL PROTECTED] piše: dear all...im using freeradius-1.1.6 and mysql database engine i have a problem.. i want to create a user that only can login in specific dates.. for example user A can only login today (max

Re: Wiki

2007-05-20 Thread Peter Nixon
On Sun 20 May 2007, Doug Hardie wrote: I am having problems finding the way to get from the main Wiki page to the configuration information. The pages are there. When I search for something they are found. I just can't figure out how you are supposed to link to them from the main page. For

Re: Wiki

2007-05-20 Thread Doug Hardie
On May 20, 2007, at 16:56, Peter Nixon wrote: On Sun 20 May 2007, Doug Hardie wrote: I am having problems finding the way to get from the main Wiki page to the configuration information. The pages are there. When I search for something they are found. I just can't figure out how you are

Re: Very critical: Memory leak in freeradius-1.1.6

2007-05-20 Thread nikitha george
On 5/20/07, Alan DeKok [EMAIL PROTECTED] wrote: If valgrind doesn't say that the memory is lost, then the memory is very likely still being used. i.e. It's likely needed for something. something..? Why do radiusd need to hold the memory even after cleaning up the request? Even after stopping