[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed
From: |
ger87410 |
Subject: |
Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed |
Date: |
Thu, 4 Oct 2007 10:37:16 -0700 (PDT) |
I did configure gnu radius for 'normal' authentication and it works. It's a
problem with the modifications we did to your code. Thanks for your help
discovering the source. It's strange that I can't get 'make check' to work
though.
G
Sergey Poznyakoff-2 wrote:
>
> ger87410 <address@hidden> ha escrit:
>
>> /home/avctech/extra/radius-1.5/tests/raddb/config:108: unknown block
>> statement
> [..]
>> config:108 has:
>> guile {
>
> You have rebuilt radius without Guile support, but the auxiliary
> configuration files (in particular, tests/raddb/config) were not
> rebuilt, that's why radiusd bails out at guile statement. Try running
> make clean in 'tests' subdirectory. If raddb/config disappears after it,
> re-run make check.
>
>> /var/log/radius.log just says every time I try to authenticate:
>> Oct 03 10:39:57 [2268]: Main.notice: child 2270 terminated on signal
>> 11
>
> And that's the reason :) Try setting `ulimit -c unlimited' and examining
> the core file to see where exactly it segfaults. I guess it is somewhere
> within your changes.
>
>> I'm not even sure how to setup 1.5 to use a 'normal' means of
>> authenticating. Do I need to set that up and then test it on the fresh
>> install before we can rule out the modifications I made to the gnu radius
>> source?
>
> It would be preferable from the very beginning, but since you have made
> it this far, let's first try to make `make check' work. In the meantime,
> I could examine your changes if you wish. Unfortunately, the diff format
> you used in your posting is rather inconvenient. Could you prepare a
> usual 'unified diff' format? You can do this using the following
> commands (supposing radius-1.5-with-mods is a directory name where the
> modified radius sources reside):
>
> # Untar the unchanged distribution into a temporary directory
> (cd /tmp; tar xf radius-1.5.tar.gz)
> # Create a unified diff
> diff -pur /tmp/radius-1.5 radius-1.5-with-mods > radius-1.5.diff
> # Remove the temporary
> rm -r /tmp/radius-1.5.tar.gz
> # Mail diff to Sergey
> mail address@hidden < radius-1.5.diff
>
> Regards,
> Sergey
>
>
> _______________________________________________
> Bug-gnu-radius mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-gnu-radius
>
>
--
View this message in context:
http://www.nabble.com/-GNU-Radius-1.5--testsuite%3A-1-23-failed-tf4511805.html#a13044909
Sent from the Gnu - Radius - Bugs mailing list archive at Nabble.com.
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed, ger87410, 2007/10/03
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed, Sergey Poznyakoff, 2007/10/03
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed, ger87410, 2007/10/03
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed, Sergey Poznyakoff, 2007/10/03
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed, ger87410, 2007/10/03
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed, Sergey Poznyakoff, 2007/10/03
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed, ger87410, 2007/10/04
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed,
ger87410 <=
- Re: [Bug-gnu-radius] [GNU Radius 1.5] testsuite: 1 23 failed, Sergey Poznyakoff, 2007/10/04