On Tue, 10 Sep 2002, Mehdi Roomi wrote: > searched all folders, I just found one core file in '/dev/' (i think it is > not generated by radiusd) and surly there is no more core file in my system. > > I run 'gdb /usr/local/sbin/radiusd /dev/core' and > gdb prompted :'warning: core file may not match specified executable file.' > > I think that radiusd didn't generate any core file as it alert "Segmentation > fault"! and did *NOT* alert "Segmentation fault...core dumptd" > what's up with my freeradius?! >
Enable core dumps in radiusd.conf (allow_core_dumps = yes) and in the shell (ulimit -c unlimited if you are using sh). -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 10 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
