At 05:37 PM 10/24/2002 +0200, you wrote:
You will actually want to run the server via gdb.| By Chris Brotsos <[EMAIL PROTECTED]> | [ 2002-10-24 17:17 +0200 ] > > I would suggest running in GDB to find out what's going wrong here.Yea, I tried but honestly can't find the core file. Core dumps are enabled in the config, I've recompiled with --enable-developer, set core file size to unlimited.
gdb /path/to/radiusd/radiusd
gdb> set args -x -x
gdb> run
This way, you'll still be in GDB with all of the radiusd values still present in memory. Just a suggestion...run GDB from /usr/local/etc/raddb (or wherever you have your conf files at). One more thing...make sure user "nobody" can run radiusd (see your debug output...user/group values).
Regards,
Chris Brotsos
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
