Re: sighup kills radiusd

2002-10-25 Thread CTA
On 24 Oct 2002, at 23:37, Aragon Gouveia wrote: From: Aragon Gouveia <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: sighup kills radiusd Send reply to: [EMAIL PROTECTED] <mailto:freeradius-user

Re: sighup kills radiusd

2002-10-24 Thread Aragon Gouveia
| By CTA <[EMAIL PROTECTED]> | [ 2002-10-24 22:42 +0200 ] > Looks like you have a problem with GDB/KDE (3.0?) on FreeBSD- > 4.5 ?, etc, or memory leak in one of your libs. Get the latest FBSD > and KDE source and re-build. Am running 4.7-RELEASE (no KDE).

Re: sighup kills radiusd

2002-10-24 Thread Alan DeKok
Aragon Gouveia <[EMAIL PROTECTED]> wrote: > I gave it a try by setting args -s -x -x from gdb and issueing a sighup. It > crashed in the same way. :( > Starting program: /usr/local/sbin/radiusd -s -xx > > [..] > > Program received signal SIGHUP, Hangup. > 0x281139bc in _thread_sys_poll () from

Re: sighup kills radiusd

2002-10-24 Thread CTA
On 24 Oct 2002, at 14:12, Chris Parker wrote: To: [EMAIL PROTECTED] From: Chris Parker <[EMAIL PROTECTED]> Subject: Re: sighup kills radiusd Send reply to: [EMAIL PROTECTED] <mailto:freeradius-users-request@;lists.c

Re: sighup kills radiusd

2002-10-24 Thread Aragon Gouveia
| By Chris Brotsos <[EMAIL PROTECTED]> | [ 2002-10-24 17:17 +0200 ] > > I would suggest running in GDB to find out what's going wrong here. Yea, I tried but honestly can't find the core file. Core dumps are enabled in the config, I've recompiled with --enab

Re: sighup kills radiusd

2002-10-24 Thread Chris Brotsos
At 05:37 PM 10/24/2002 +0200, you wrote: | By Chris Brotsos <[EMAIL PROTECTED]> | [ 2002-10-24 17:17 +0200 ] > > I would suggest running in GDB to find out what's going wrong here. Yea, I tried but honestly can't find the core file. Core dumps are enabled

Re: sighup kills radiusd

2002-10-24 Thread Chris Brotsos
At 04:37 PM 10/24/2002 +0200, you wrote: Hi, I'm running FreeRadius v0.7 installed from /usr/ports on FreeBSD 4.7-RELEASE. When issueing a kill -1 `cat /var/run/radiusd.pid` the daemon dies with the following log entry: Thu Oct 24 15:37:25 2002 : Error: MASTER: exit on signal (11) I would sug

Re: sighup kills radiusd

2002-10-24 Thread Aragon Gouveia
| By Chris Brotsos <[EMAIL PROTECTED]> | [ 2002-10-24 17:49 +0200 ] > You will actually want to run the server via gdb. > > gdb /path/to/radiusd/radiusd > > gdb> set args -x -x > gdb> run Neat. Here's the output: GNU gdb 4.18 (FreeBSD) Copyright 1998 Fre

Re: sighup kills radiusd

2002-10-24 Thread Chris Parker
At 08:41 PM 10/24/2002 +0200, Aragon Gouveia wrote: | By Chris Brotsos <[EMAIL PROTECTED]> | [ 2002-10-24 17:49 +0200 ] > You will actually want to run the server via gdb. > > gdb /path/to/radiusd/radiusd > > gdb> set args -x -x > gdb> run Neat. Here's the

Re: sighup kills radiusd

2002-10-24 Thread Aragon Gouveia
| By Chris Parker <[EMAIL PROTECTED]> | [ 2002-10-24 21:13 +0200 ] > Looks like a system problem to me. Sorry. :( Are you up on the latest > system patches? I don't run FBSD so I can't give you much more help here. Damn. That's what it looked like to me

Re: sighup kills radiusd

2002-10-24 Thread Chris Parker
At 09:44 PM 10/24/2002 +0200, Aragon Gouveia wrote: | By Chris Parker <[EMAIL PROTECTED]> | [ 2002-10-24 21:13 +0200 ] > Looks like a system problem to me. Sorry. :( Are you up on the latest > system patches? I don't run FBSD so I can't give you much mo

Re: sighup kills radiusd

2002-10-24 Thread Aragon Gouveia
| By Chris Parker <[EMAIL PROTECTED]> | [ 2002-10-24 21:48 +0200 ] > It does appear related to threads, based on the system calls in the > stack. You could try running it in single-process mode ( radiusd -s ) > to see if that avoids hitting a thread related

sighup kills radiusd

2002-10-24 Thread Aragon Gouveia
Hi, I'm running FreeRadius v0.7 installed from /usr/ports on FreeBSD 4.7-RELEASE. When issueing a kill -1 `cat /var/run/radiusd.pid` the daemon dies with the following log entry: Thu Oct 24 15:37:25 2002 : Error: MASTER: exit on signal (11) When starting the daemon with '-s -xx' and issueing a