| 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. > If you want to start the server in debug_level 2 mode, and then SIGHUP the > server and have it restart in debug_level 2 mode...add "debug_level = 2" as > the very last line in radiusd.conf. This way you can just start the server > normally (i.e. 'radiusd' with no arguments). The problem with your method > now is that radiusd re-reads radiusd.conf when you HUP it. As you can see > from your debug ouput, radiusd thinks it should restart in debug_level > 0...so tell it to run at level 2 right from the beginning. Ok cool. This is the output this time : Reloading configuration files. reread_config: reading radiusd.conf Config: including file: /usr/local/etc/raddb/clients.conf main: prefix = "/usr/local" main: localstatedir = "/var" main: logdir = "/var/log" main: libdir = "/usr/local/lib" main: radacctdir = "/var/log/radacct" main: hostname_lookups = no read_config_files: reading dictionary read_config_files: reading clients read_config_files: reading realms read_config_files: reading naslist main: max_request_time = 10 main: cleanup_delay = 5 main: max_requests = 1024 main: delete_blocked_requests = 0 main: port = 0 main: allow_core_dumps = yes main: log_stripped_names = no main: log_auth = yes main: log_auth_badpass = yes main: log_auth_goodpass = yes main: pidfile = "/var/run/radiusd.pid" main: bind_address = 66.8.26.3 IP address [66.8.26.3] main: user = "nobody" main: group = "nobody" main: usercollide = no main: lower_user = "after" main: lower_pass = "no" main: nospace_user = "no" main: nospace_pass = "no" main: proxy_requests = no security: max_attributes = 200 security: reject_delay = 1 main: debug_level = 2 read_config_files: entering modules setup Segmentation fault Any ideas? Thanks, Aragon - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
