Re: !!! Assertion failed in listen.c, line 621 !!!

2006-12-13 Thread Guilherme Franco
So, that was it! It works now, thanks. Back to the threads again :) On 12/12/06, Guilherme Franco [EMAIL PROTECTED] wrote: Thanks a lot! I gonna test it right now! On 12/12/06, Alan DeKok [EMAIL PROTECTED] wrote: Peter Nixon wrote: Running CVS HEAD in single threaded mode works

Re: !!! Assertion failed in listen.c, line 621 !!!

2006-12-12 Thread Peter Nixon
On Tue 12 Dec 2006 03:08, Guilherme Franco wrote: No way man! :) I've done a CVS clean install now (EVERYTHING old deleted before install and rebooted machine) but the same error occurs! It's just like the log from the previous post (below). radiusd dies after Sending Access-Request to

Re: !!! Assertion failed in listen.c, line 621 !!!

2006-12-12 Thread Guilherme Franco
Yes, I'm using it single-threaded, since September. I don't want to go back to 1.1.3 since it gave me problems. Thanks. On 12/12/06, Peter Nixon [EMAIL PROTECTED] wrote: On Tue 12 Dec 2006 03:08, Guilherme Franco wrote: No way man! :) I've done a CVS clean install now (EVERYTHING old

Re: !!! Assertion failed in listen.c, line 621 !!!

2006-12-12 Thread Alan DeKok
Peter Nixon wrote: Running CVS HEAD in single threaded mode works around the problem for the time being... Ugh. After staring at the code a little more, the bug is in threads.c, where it was passing 'request-proxysecret' rather than 'request' to the 'listener-send' function. It should

Re: !!! Assertion failed in listen.c, line 621 !!!

2006-12-12 Thread Guilherme Franco
Thanks a lot! I gonna test it right now! On 12/12/06, Alan DeKok [EMAIL PROTECTED] wrote: Peter Nixon wrote: Running CVS HEAD in single threaded mode works around the problem for the time being... Ugh. After staring at the code a little more, the bug is in threads.c, where it was passing

Assertion failed in listen.c, line 621

2006-12-11 Thread Guilherme Franco
Assertion failed in listen.c, line 621; Running radiusd inside gdb generates no error, but does not works (as shown in the logs); Running radiusd -X alone or inside gdb works without any problems. What might it be? ps. Regarding the previous post, the Assertion failed occurs only when the first

Re: Assertion failed in listen.c, line 621

2006-12-11 Thread Alan DeKok
20:33:09 2006 : Info: Ready to process requests. Wed Dec 6 20:33:09 2006 : Error: Assertion failed in listen.c, line 621 i.e. NOT packet received, AND it dies. That's pretty much impossible. It looks to me like you're still running the old version of the server, without the fix

Re: Assertion failed in listen.c, line 621

2006-12-11 Thread Guilherme Franco
] (from client NAS-4 port 2952792216) Wed Dec 7 09:15:04 2006 : Error: Assertion failed in listen.c, line 621 All the other are just like: Wed Dec 6 11:02:46 2006 : Info: Ready to process requests. Wed Dec 6 11:02:46 2006 : Error: Assertion failed in listen.c, line 621 Besides that, I've

Re: Assertion failed in listen.c, line 621

2006-12-11 Thread Alan DeKok
:15:04 2006 : Error: Assertion failed in listen.c, line 621 You CAN run it multi-threaded with the full debugging information. Use -xxx, and you will see a LOT more information than what you've posted above. Besides that, I've installed the latest CVS above the old one, not a clean install

Re: Assertion failed in listen.c, line 621

2006-12-11 Thread Guilherme Franco
/0.165:2165 NAS-IP-Address = 10.10.2.11 NAS-Identifier = NAS-01 Proxy-State = 0x323036 Mon Dec 11 19:48:17 2006 : Error: Assertion failed in listen.c, line 621 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

!!! Assertion failed in listen.c, line 621 !!!

2006-12-11 Thread Guilherme Franco
#2165 NAS-Port-Type = Ethernet NAS-Port = 2952792181 NAS-Port-Id = GigabitEthernet 11/0.165:2165 NAS-IP-Address = 10.10.2.11 NAS-Identifier = NAS-01 Proxy-State = 0x323036 Mon Dec 11 19:48:17 2006 : Error: Assertion failed in listen.c, line 621 - List info

Re: !!! Assertion failed in listen.c, line 621 !!!

2006-12-11 Thread Alan DeKok
Guilherme Franco wrote: I've done a CVS clean install now (EVERYTHING old deleted before install and rebooted machine) but the same error occurs! OK... it's just that I have a difficult time reproducing the problem, so it's kind of hard to figure out what's going wrong. Alan DeKok. --

Re: !!! Assertion failed in listen.c, line 621 !!!

2006-12-11 Thread Guilherme Franco
I have to thank you very much for all your effort! This is a very weird problem, but I remember that Peter Nixon kinda had the same problem. I saw that in the devel forum: http://lists.freeradius.org/mailman/htdig/freeradius-devel/2006-September/010273.html Also, from Tuyan:

Re: Assertion failed in listen.c, line 621

2006-12-09 Thread Guilherme Franco
Assertion failed in listen.c, line 621; Running radiusd inside gdb generates no error, but does not works (as shown in the logs); Running radiusd -X alone or inside gdb works without any problems. What might it be? ps. Regarding the previous post, the Assertion failed occurs only when the first

Re: Assertion failed in listen.c, line 621

2006-12-06 Thread Guilherme Franco
:33:09 2006 : Info: Ready to process requests. Wed Dec 6 20:33:09 2006 : Error: Assertion failed in listen.c, line 621 Thank you. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Assertion failed in listen.c, line 621

2006-12-06 Thread Alan DeKok
2006 : Error: Assertion failed in listen.c, line 621 Immediately? Without ever receiving packets? That's very weird... Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http

Assertion failed in listen.c, line 621

2006-12-05 Thread Guilherme Franco
Hello, Freeradius-snapshot-20061203 crashes, when running just radiusd with proxy (radiusd -X doesn't crash): It logs the following Error: Assertion failed in listen.c, line 621, which is rad_assert(request-proxy_listener == listener); Thanks. - List info/subscribe/unsubscribe? See http

Re: Assertion failed in listen.c, line 621

2006-12-05 Thread Alan DeKok
Guilherme Franco wrote: Hello, Freeradius-snapshot-20061203 crashes, when running just radiusd with proxy (radiusd -X doesn't crash): It logs the following Error: Assertion failed in listen.c, line 621, which is rad_assert(request-proxy_listener == listener); And what does the stack

(CVS) Error: Assertion failed in listen.c, line 621

2006-12-03 Thread Guilherme Franco
: Assertion failed in listen.c, line 621, which also is: rad_assert(request-proxy_listener == listener); That error was reported by Mr. Peter Nixon in September and by me in October, but Mr. Alan DeKok said that it was already corrected. Please note that freeradius-snapshot-20061203 was installed