hey, Thank you for merging the cassandra module. After compilation the server seems to be fine. I mean I no longer see the same error as the last time. I can't find the sql.conf which was included in the original gist and I don't know how to make freeradius use my cassandra servers. 2015-06-12 23:40 GMT+02:00 Arran Cudbard-Bell <a.cudbardb@freeradius.org>:
On Jun 12, 2015, at 11:07 AM, Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
On Jun 12, 2015, at 9:55 AM, ICHIBA Sara <ichi.sara@gmail.com> wrote:
I'm using freeradius 3.0.8
To Arran: I know it's no yet a supported module. Still, There's no harm doing some tests.
Not everyone will have been following the other thread, and may waste time responding to you.
The backtrace there is useless, it doesn't show enough of the stack to see where the call to the libcassandra function was, or any of the arguments.
You need to run the server under gdb, and use 'bt' to get the full backtrace.
Except if you did that now, the debug output would still be useless, because all the line numbers will change when I clean up the code.
Hence the request for patience.
Right, it's in the v3.1.x branch. If you still get the error with this version, please provide a proper GDB backtrace and i'll look into it.
-Arran