Re: Server Crashes

2012-11-03 Thread Alan DeKok
Eric Geier wrote: The server keeps crashing, sometimes within 10 minutes or sometimes after weeks. I'm using the supervise command to start/run it and here's what I get after it crashes. Please help. Is there a setting I should tweak or check? I'm running 1.1.8 and yes I should upgrade, but

Server Crashes

2012-11-02 Thread Eric Geier
The server keeps crashing, sometimes within 10 minutes or sometimes after weeks. I'm using the supervise command to start/run it and here's what I get after it crashes. Please help. Is there a setting I should tweak or check? I'm running 1.1.8 and yes I should upgrade, but could you please still

Re: Server crashes

2007-10-16 Thread Amr el-Saeed
Dear Alan, Thanks for your reply first, i have about 200,000 users but there is some thin g in the configuration that makes the users connects and disconnects in less than 15 minutes , and that makes that huge number of requests (it's a temp. situation ) of-course. second i tried the

Re: Server crashes

2007-10-16 Thread Amr el-Saeed
i'm running Linux version 2.4.21-51.EL ([EMAIL PROTECTED]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-58)) Amr el-Saeed wrote: Dear Alan, Thanks for your reply first, i have about 200,000 users but there is some thin g in the configuration that makes the users connects and

Re: Server crashes

2007-10-16 Thread Amr el-Saeed
after the server finishes starting the mysql connections, it prints that error Error: FATAL: Thread create failed: Cannot allocate memory , and starts to connect to mysql again and the error again and so on Amr el-Saeed wrote: i'm running Linux version 2.4.21-51.EL ([EMAIL PROTECTED]) (gcc

Re: Server crashes

2007-10-16 Thread Alan DeKok
Amr el-Saeed wrote: after the server finishes starting the mysql connections, it prints that error Error: FATAL: Thread create failed: Cannot allocate memory , and starts to connect to mysql again and the error again and so on It sounds like your system doesn't support threads that well.

Re: Server crashes

2007-10-12 Thread Amr el-Saeed
Sorry the config. was in the first email I have this configuration start_servers = 20 max_servers = 400 min_spare_servers = 30 max_spare_servers = 60 max_requests_per_server = 0 i have 4G memory , this is the Top result Mem: 4090068k av, 420312k used, 3669756k free, 0k shrd, 15408k

Re: Server crashes

2007-10-12 Thread Alan DeKok
Amr el-Saeed wrote: OS: Red Hat Enterprise Linux AS release 3 FreRadius : freeradius-1.1.0-1 Why not 1.1.7? Let me guess... RedHat doesn't ship it. Number of requests : i need about 10,000 request concurrent I don't know what that means. 10,000 requests per second? Or 10,000 users in

Re: Server crashes

2007-10-12 Thread Alan DeKok
Amr el-Saeed wrote: Sorry the config. was in the first email I have this configuration . ... thread stuff. There's usually a LOT more configuration than that. start_servers = 20 max_servers = 400 min_spare_servers = 30 max_spare_servers = 60 I would suggest setting: start_servers

Re: Server crashes

2007-10-12 Thread Amr el-Saeed
Dear Alan, OS: Red Hat Enterprise Linux AS release 3 FreRadius : freeradius-1.1.0-1 Number of requests : i need about 10,000 request concurrent the server starts and after 1 or 2 mins it crashes does any thing of my configuration is wrong ? and how to fine tune my freeRadius server ??

Server crashes

2007-10-11 Thread Amr el-Saeed
Dear All, I have a big problem with my freeRadius server the log file each less than a minute logs that the server can't allocate memory Error: FATAL: Thread create failed: Cannot allocate memory I have this configuration start_servers = 20 max_servers = 400 min_spare_servers = 30

Re: Server crashes

2007-10-11 Thread Kent Thomas
Amr, Please include some details. What Operating System What Version of Free Radius? How Long has the server been running? What changed before this started happening? Thanks On 10/11/07 9:01 AM, Amr el-Saeed [EMAIL PROTECTED] wrote: Dear All, I have a big problem with my freeRadius server

Re: Server crashes

2007-10-11 Thread Alan DeKok
Amr el-Saeed wrote: the log file each less than a minute logs that the server can't allocate memory Error: FATAL: Thread create failed: Cannot allocate memory Odds are that the server is trying to start too many threads, and that there is some OS limitation on the number of threads per

server crashes with eap/tls after crl update

2007-04-20 Thread Fiederling, Daniel
Hello, this week I updated to freeradius 1.1.6. We use eap/tls with a crl from a Microsoft CA, which is downloaded and converted by a shell script every hour or has to be updated manually. If it changes, I have to reload the server config, right? Since the update the server crashes with a seg

Re: server crashes with eap/tls after crl update

2007-04-20 Thread inverse
config, right? Since the update the server crashes with a seg fault about a minute after the config reload - but only if the crl changed. For now I changed the reload (SIGHUP) to a complete restart as a work around. Before we used freeradius 1.1.4. my test setup is: freeradius 1.1.6 compiled

AW: server crashes with eap/tls after crl update

2007-04-20 Thread Fiederling, Daniel
that radiusd crashes before it writes the first debug message. bye Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von inverse Gesendet: Freitag, 20. April 2007 10:36 An: FreeRadius users mailing list Betreff: Re: server crashes with eap/tls

Re: server crashes with eap/tls after crl update

2007-04-20 Thread Alan DeKok
inverse wrote: EAP-TLS is implemented and works fine, so does the CRL. My problem is as follows: the HUP works but radiusd segfaults at the first authentication after the HUP. The server doesn't handle HUP that well. You're *much* better off just killing it and re-starting it. Now I'm in

Re: Server crashes at high load situations

2004-12-24 Thread Stephan Jaeger
Am Donnerstag, den 23.12.2004, 14:37 -0500 schrieb Alan DeKok: The solution is to re-write some of the code for handling requests timeouts. I've been looking at it recently, and have decided that it could use some updates for other issues, and now this, too. Sounds good! I'll wait then

Server crashes at high load situations

2004-12-23 Thread Stephan Jaeger
Hi, I'm still experiencing server crashes under some high load situations. Error: Assertion failed in threads.c, line 285 bt: Program received signal SIGABRT, Aborted. [Switching to Thread 1077318912 (LWP 29184)] 0x40254ed9 in raise () from /lib/tls/libc.so.6 (gdb) bt #0 0x40254ed9 in raise

Re: Server crashes at high load situations

2004-12-23 Thread Alan DeKok
Stephan Jaeger [EMAIL PROTECTED] wrote: I'm still experiencing server crashes under some high load situations. Error: Assertion failed in threads.c, line 285 What's probably happening is that the server is CPU starved, and the request is being deleted after cleanup_delay, even though

Re: server crashes with new proxy code

2004-05-24 Thread Alan DeKok
Stephan Jaeger [EMAIL PROTECTED] wrote: Testing the newest freerad version i ran into some problems with the server crashing under very-high-load situations (cvs snapshot from yesterday). ... Assertion failed in request_list.c, line 216 Just delete that line. Alan DeKok. - List

Re: server crashes with new proxy code

2004-05-24 Thread Alan DeKok
Stephan Jaeger [EMAIL PROTECTED] wrote: Testing the newest freerad version i ran into some problems with the server crashing under very-high-load situations (cvs snapshot from yesterday). Hmm... on second look, ignore my previous message. If you need the complete output or anything else

Re: server crashes with new proxy code

2004-05-24 Thread Stephan Jaeger
On Mon, 2004-05-24 at 09:51 -0400, Alan DeKok wrote: Stephan Jaeger [EMAIL PROTECTED] wrote: Testing the newest freerad version i ran into some problems with the server crashing under very-high-load situations (cvs snapshot from yesterday). Hmm... on second look, ignore my previous

Re: server crashes with new proxy code

2004-05-24 Thread Alan DeKok
Stephan Jaeger [EMAIL PROTECTED] wrote: Here you go, this time another it happend in another line of request_list.c: Assertion failed in request_list.c, line 580 Ok. *That* error is expected. I haven't added code to allocate more sockets when the current one gets full. Under high load,