I just got the following error from CVS head when proxying an auth request. Sun Sep 10 22:21:36 2006 : Error: Assertion failed in listen.c, line 558 Its a production server so I will debug more tomorrow. Cheers -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
Peter Nixon <listuser@peternixon.net> wrote:
I just got the following error from CVS head when proxying an auth request.
Sun Sep 10 22:21:36 2006 : Error: Assertion failed in listen.c, line 558
Its a production server so I will debug more tomorrow.
You probably HUP'd it. That's an issue I have to fix... Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
On Mon 11 Sep 2006 17:19, Alan DeKok wrote:
Peter Nixon <listuser@peternixon.net> wrote:
I just got the following error from CVS head when proxying an auth request.
Sun Sep 10 22:21:36 2006 : Error: Assertion failed in listen.c, line 558
Its a production server so I will debug more tomorrow.
You probably HUP'd it. That's an issue I have to fix...
Nope. We NEVER HUP radius. Always restart from the init script. -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
Peter Nixon <listuser@peternixon.net> wrote:
Nope. We NEVER HUP radius. Always restart from the init script.
Oh... that's bad. If the servers only do accounting, I can see that. But if they do authentication, there's the possibility (not huge) of problems. In any case, it looks like a bad bug. I'm not sure how to track it down... Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
On Tue 12 Sep 2006 17:24, Alan DeKok wrote:
Peter Nixon <listuser@peternixon.net> wrote:
Nope. We NEVER HUP radius. Always restart from the init script.
Oh... that's bad.
If the servers only do accounting, I can see that. But if they do authentication, there's the possibility (not huge) of problems.
In any case, it looks like a bad bug. I'm not sure how to track it down...
We are currently regularly crashing the proxy code in our test setup with last night's snapshot. I am in another city right now (in the airport waiting to go home actually) so I will check it further when I get to the office tomorrow. Cheers -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
We are currently regularly crashing the proxy code in our test setup with last night's snapshot.
Crap. I tested it, and I even ran it through valgrind. I guess there are corner cases I missed. Looking at the core dump should help... Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Peter Nixon