HI
Is anyone using freeradius on a FreeBSD 4.4 platform?? I tried compiling it wit the option --without-snmp and I get a core dump when it want to process the unix group file as it seems. Below is a dump/info. >From gdb I don't get any usefull info either. harrie@$ ./radiusd Fri Aug 9 22:10:32 2002 : Info: Starting - reading configuration files ... Segmentation fault (core dumped) harrie@$ harrie@$ ./radiusd -X Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file: /home/harrie/Radius/install/etc/raddb/proxy.conf Config: including file: /home/harrie/Radius/install/etc/raddb/clients.conf Config: including file: /home/harrie/Radius/install/etc/raddb/snmp.conf Config: including file: /home/harrie/Radius/install/etc/raddb/sql.conf main: prefix = "/home/harrie/Radius/install" main: localstatedir = "/home/harrie/Radius/install/var" main: logdir = "/home/harrie/Radius/install/var/log/radius" main: libdir = "/home/harrie/Radius/install/lib" main: radacctdir = "/home/harrie/Radius/install/var/log/radius/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 = 30 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 = no main: log_auth_badpass = no main: log_auth_goodpass = no main: pidfile = "/home/harrie/Radius/install/var/run/radiusd/radiusd.pid" main: user = "(null)" main: group = "(null)" main: usercollide = no main: lower_user = "no" main: lower_pass = "no" main: nospace_user = "no" main: nospace_pass = "no" main: proxy_requests = yes proxy: retry_delay = 5 proxy: retry_count = 3 proxy: synchronous = no proxy: default_fallback = yes proxy: dead_time = 120 security: max_attributes = 200 security: reject_delay = 1 main: debug_level = 0 read_config_files: entering modules setup Module: Library search path is /home/harrie/Radius/install/lib Module: Loaded System unix: cache = yes unix: passwd = "/etc/passwd" unix: shadow = "(null)" unix: group = "/etc/group" unix: radwtmp = "/home/harrie/Radius/install/var/log/radius/radwtmp" unix: usegroup = no unix: cache_reload = 600 HASH: Reinitializing hash structures and lists for caching... HASH: Stored 21 entries from (null) rlm_unix: Can't open file group file (null): Bad address Segmentation fault (core dumped) harrie@$ gdb GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". (gdb) core-file radiusd.core Core was generated by `radiusd'. Program terminated with signal 11, Segmentation fault. #0 0x0 in ?? () (gdb) bt #0 0x0 in ?? () (gdb) Harrie Internet Management Consulting mailto: [EMAIL PROTECTED] http://www.lisanza.net/ -------------------------------------------------------------------- Author of MOD-SNMP, enabling SNMP management the Apache HTTP server - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
