Re: Re: Server exits without warning on radtest‏

2013-02-22 Thread Adrien Morvan
I changed my version of freeradius to the 2.2.0 and my radtest is working now. So thank you for the support. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Server exits without warning on radtest‏

2013-02-22 Thread Phil Mayers
On 22/02/13 15:10, Adrien Morvan wrote: Thanks So i ran it with gdb. There is a seg fault but i don't understand what is happening. I just noticed the 0xdeadbeef value. Program received signal SIGSEGV, Segmentation fault. rad_mangle (request=0x82ba520, data=) at rlm_preprocess.c:217 217

Re: Re: Server exits without warning on radtest‏

2013-02-22 Thread Adrien Morvan
Thanks So i ran it with gdb. There is a seg fault but i don't understand what is happening. I just noticed the 0xdeadbeef value. Program received signal SIGSEGV, Segmentation fault. rad_mangle (request=0x82ba520, data=) at rlm_preprocess.c:217 217request_pairs = request->packet->vps; (gd

Re: Server exits without warning on radtest‏

2013-02-22 Thread Olivier Beytrison
Le 22.02.2013 09:30, Adrien Morvan a écrit : Hello I'm facing a problem with the server. I set it and test it with a basic radtest and it exits without warning or error message. The last line is Thu Feb 21 08:33:14 2013 : Info: +- entering group authorize {...} So i guessed there was a problem

Server exits without warning on radtest‏

2013-02-22 Thread Adrien Morvan
HelloI'm facing a problem with the server. I set it and test it with a basic radtest and it exits without warning or error message.The last line is Thu Feb 21 08:33:14 2013 : Info: +- entering group authorize {...}So i guessed there was a problem in the very beginning of authorize, as the prepr