Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2012-02-27 Thread Alan DeKok
ben_iss wrote: We same problem : (radiusd), uid 133: exited on signal 11 On which version? Alan say that, this probeme occured, when request still in queue for more than 30s. Where do I say that? Do you know if is possible to increase this time or drop requests when exceed 30sec ?

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2012-02-27 Thread ben_iss
moment ? -- View this message in context: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p5518701.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2012-02-27 Thread Alan DeKok
ben_iss wrote: This problem could be directly causes by network slow moment ? It's because the RADIUS server is receiving more requests than it can handle. This is usually because the database is too slow. The solution is to fix it so that the database is not slow. Alan DeKok. - List

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2012-02-27 Thread ben_iss
Thx for yout return, Therefore i forgot to say that we use freeradius only in proxy radius mode. -- View this message in context: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p5518921.html Sent from the FreeRadius - User mailing list archive

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-22 Thread Danial
in context: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3314798.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-22 Thread ironrake
It started for me at FreeBSD 7.2 and has continued through 8.1 for both Freeradius 2 from the ports collection and from the official tar file source distribution. My server is lightly loaded and not really a production system so I've not run it under gdb. I use the standard kernel scheduler.

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-21 Thread Alan DeKok
Danial wrote: Here's the full output from gdb: ..l. #4 0x0806c852 in rad_assert_fail (file=Could not find the frame base for rad_assert_fail. ) at util.c:365 #5 0x0806af44 in request_dequeue (request=0x28542b7c, fun=0xbf9fef8c) at threads.c:412 Ugh. Something is free'ing the request

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-21 Thread Hugh Blandford
Hi Alan, Daniel and all, On 21/12/2010 19:46, Alan DeKok wrote: Danial wrote: Here's the full output from gdb: ..l. #4 0x0806c852 in rad_assert_fail (file=Could not find the frame base for rad_assert_fail. ) at util.c:365 #5 0x0806af44 in request_dequeue (request=0x28542b7c,

RE: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-20 Thread Danial
/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3311917.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-20 Thread Alan DeKok
Danial wrote: I did what you suggested and have captured another exit: # gdb radiusd ... Program received signal SIGABRT, Aborted. [Switching to Thread 28567ac0 (LWP 100051)] 0x2831866b in thr_kill () from /lib/libc.so.7 (gdb) What do you make of this? You need to follow the

RE: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-20 Thread Danial
}, sa_flags = 0, sa_mask = {__bits = {0, 0, 0, 0}}} #0 0x2831866b in thr_kill () from /lib/libc.so.7 -- Danial -- View this message in context: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3311930.html Sent from the FreeRadius - User mailing list

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-19 Thread Danial
/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3311522.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-19 Thread Tim Sylvester
To: freeradius-users@lists.freeradius.org Subject: Re: FreeRADIUS exiting with Signal 11 on FreeBSD Alan DeKok-2 wrote: If you can, see doc/bugs. Re-build with debugging symbols, run it under gdb, and we should be able to get a backtrace containing the exact line which has a problem

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-18 Thread Danial
a few hours. / Danial -- View this message in context: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3310353.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-18 Thread Alan DeKok
Danial wrote: Well, I've now monitored an Exiting normally event using ktrace: That helps. 655 radiusd RET write 84/0x54 655 radiusd CALL close(0xa) 655 radiusd RET close 0 655 radiusd PSIG SIGSEGV SIG_DFL Ugh. It seems I can semi-reliably replicate this

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-17 Thread Danial
The failover radius server received the first request at 06:38:54. Is this helpful in any way? -- View this message in context: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3309272.html Sent from the FreeRadius - User mailing list archive

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-17 Thread Alan DeKok
Danial wrote: If you can, monitor any signals being sent to the server. I've had a tcpdump session running Uh... packets are not signals. Use ktrace to monitor signals sent to a process. See http://www.gsp.com/cgi-bin/man.cgi?section=1topic=ktrace Alan DeKok. - List

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-14 Thread Alan DeKok
Hugh Blandford wrote: I can see no pattern in my radius.log that is consistent for all of the exits. As this server is fairly quiet /var/log/messages is really quite empty: Watch the CPU and memory usage by the server. top is also similarly boring.at the present, I don't know what it

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-13 Thread Scott Lambert
On Sun, Dec 12, 2010 at 02:14:25PM -0800, Danial wrote: I've been having the same problem for quite some time. I'm currently running FreeRADIUS 2.1.10 on i386 FreeBSD 8.1-RELEASE. Accounting packets are written file + two extra detail logs which are proxied. For me I think this Exiting

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-13 Thread Danial
the output. It's no point for me to start running ktrace, gdb and whatever, without being able to interpret it. -- View this message in context: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3303932.html Sent from the FreeRadius - User mailing list

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-13 Thread Danial
the output. It's no point for me to start running ktrace, gdb and whatever, without being able to interpret it. -- View this message in context: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3303931.html Sent from the FreeRadius - User mailing list

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-13 Thread Hugh Blandford
Hi Scott, On 14/12/2010 11:21, Scott Lambert wrote: On Sun, Dec 12, 2010 at 02:14:25PM -0800, Danial wrote: I've been having the same problem for quite some time. I'm currently running FreeRADIUS 2.1.10 on i386 FreeBSD 8.1-RELEASE. Accounting packets are written file + two extra detail logs

Re: FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-12 Thread Danial
: http://freeradius.1045715.n5.nabble.com/FreeRADIUS-exiting-with-Signal-11-on-FreeBSD-tp3293576p3302475.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

FreeRADIUS exiting with Signal 11 on FreeBSD

2010-12-05 Thread Hugh Blandford
I am running FreeRADIUS 2.1.10 on 64bit FreeBSD 8.1-RELEASE-p1 with LDAP auth and accounting records being sent to file and MySQL. I get the following in radius.log: Sun Dec 5 05:14:57 2010 : Info: Exiting normally. and the following in messages: Dec 5 05:14:57 cat kernel: pid 68292