Re: Freeradius hangs after a HUP

2005-02-01 Thread Joe H
I was tired of trying to find a quick way to fix this so I ended up basically formatting the box and reinstalling. Everything works fine now. Not sure what the problem was but it's now resolved. Joe H. On Fri, 28 Jan 2005, Joe H wrote: > On Thu, 27 Jan 2005, Alan DeKok wrote: > > > Joe H <[EMAI

Re: Freeradius hangs after a HUP

2005-01-28 Thread Joe H
On Thu, 27 Jan 2005, Alan DeKok wrote: > Joe H <[EMAIL PROTECTED]> wrote: > > I am new to using gdb so if I did something wrong let me know. > > See doc/bugs I did read the bugs and it looked like it was only for core files, this doesn't generate a core file. > > Type 'bt' in gdb, which will

Re: Freeradius hangs after a HUP

2005-01-27 Thread Alan DeKok
Joe H <[EMAIL PROTECTED]> wrote: > I am new to using gdb so if I did something wrong let me know. See doc/bugs Type 'bt' in gdb, which will tell you where in the code it's currently executing. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius hangs after a HUP

2005-01-27 Thread Joe H
I have tried running the gdb program and it didn't mean much to me. Here is the output I got: (gdb) attach 53964 Attaching to program: /usr/local/sbin/radiusd, process 53964 Symbols already loaded for /usr/lib/libcrypt.so.2 Symbols already loaded for /usr/lib/libcipher.so.2 Symbols already loaded

Re: Freeradius hangs after a HUP

2005-01-26 Thread Alan DeKok
Joe H <[EMAIL PROTECTED]> wrote: > The total controls that we use for dialup access seem to make one > connection to the radius server and hold it. RADIUS is UDP. There is no connection. > Seems like it's waiting for the connection to end before it closes. Find out *where* in the code it's

Re: Freeradius hangs after a HUP

2005-01-26 Thread Joe H
Looks like someone needs to read the rules. Don't steal my thread, start your own. On Wed, 26 Jan 2005, [iso-8859-1] Fabio Viração wrote: > Hi ; > > How can I send all these information to a Mysql Database ?? > > Does anyone have any ideia that can help me ?? > > Thanks > Fabio > > Mon Aug 30 14

Re: Freeradius hangs after a HUP

2005-01-26 Thread Fabio Viração
Hi ; How can I send all these information to a Mysql Database ?? Does anyone have any ideia that can help me ?? Thanks Fabio Mon Aug 30 14:38:18 2004 NAS-IP-Address = 192.168.115.4 Cisco-NAS-Port = "CAS 1:0" NAS-Port-Type = Async User-Name = "351289767299" Called-

Re: Freeradius hangs after a HUP

2005-01-26 Thread Joe H
Is it possible that an active connection to the radius server could hold the radius process from stopping or restarting properly? The total controls that we use for dialup access seem to make one connection to the radius server and hold it. I'm wondering if this could be causing the problem with

Re: Freeradius hangs after a HUP

2005-01-25 Thread Stefan . Neis
Joe H schrieb: > I updated all the server to freebsd 4.10 (snipp) > Program received signal SIGTERM, Terminated. > 0x10250654 in __sys_poll () from /usr/lib/libc_r.so.4 > > I'm not sure how helpful that will be to anyone but it's > all the information it showed. Sounds like it's telling you that

Re: Freeradius hangs after a HUP

2005-01-24 Thread Joe H
I updated all the server to freebsd 4.10 with the latest patch release, rebuilt world and kernel and I am still having the same issue when I attempt to restart or HUP the radiusd process. It seems to be looping as Alan said. I did do the gdb and when it I issue the radiusd.sh restart command, it

Re: Freeradius hangs after a HUP

2005-01-19 Thread Alan DeKok
Joe H <[EMAIL PROTECTED]> wrote: > With my situation, doing the restart of the process causes radius to stop > working and the radius process climbs to about 90% CPU usage. It sounds like it's in a busy loop. My suggestion is to use gdb to attach to the running process, and see where in the s

Re: Freeradius hangs after a HUP

2005-01-19 Thread Joe H
> > Message: 8 > > Date: Wed, 19 Jan 2005 12:17:05 -0500 (EST) > > From: Joe H <[EMAIL PROTECTED]> > > To: freeradius-users@lists.freeradius.org > > Subject: Freeradius hangs after a HUP > > Reply-To: freeradius-users@lists.freeradius.org > > > &

Re: Freeradius hangs after a HUP

2005-01-19 Thread Terry J Fike Jr
Message: 8 Date: Wed, 19 Jan 2005 12:17:05 -0500 (EST) From: Joe H <[EMAIL PROTECTED]> To: freeradius-users@lists.freeradius.org Subject: Freeradius hangs after a HUP Reply-To: freeradius-users@lists.freeradius.org We have two seemingly identical freeradius servers, for this email lets cal

Freeradius hangs after a HUP

2005-01-19 Thread Joe H
We have two seemingly identical freeradius servers, for this email lets call them radius-1 and radius-2. Both are FreeBSD 4.9 systems running freeradius 1.0.1 with an Openldap 2.2.18 authentication method. Both machines run freeradius without a problem. When I send a HUP to reload the config fil