Hi, I have this setup: Freeradius is running as normal user (has permission to write file) In the radiusd.conf: allow_core_dumps = yes radiusd@tdrad freeradius-server-2.2.5]$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.11 (Tikanga) [radiusd@tdrad freeradius-server-2.2.5]$ ulimit -c unlimited [radiusd@tdrad freeradius-server-2.2.5]$ cat /proc/sys/fs/suid_dumpable 1 [radiusd@tdrad freeradius-server-2.2.5]$ head -30 config.log .. $ ./configure --enable-developer .. ... Unfortunately no coredump is created (in case of any issue with freeradius. For testing i use kill -SIGABRT [pid] or kill -11 [pid] Thx for help.
On Fri, May 22, 2015 at 03:41:36PM +0200, Peter Balsianok wrote:
Freeradius is running as normal user (has permission to write file) ... Unfortunately no coredump is created (in case of any issue with freeradius. For testing i use kill -SIGABRT [pid] or kill -11 [pid]
A guess: contents of /proc/sys/kernel/core_pattern - maybe writing to an unexpected location? Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
It is correct [radiusd@tdrad]$ cat /proc/sys/kernel/core_pattern core I don`t have any problem to generate coredump file for other sw except freeeradius. On Fri, May 22, 2015 at 4:04 PM, Matthew Newton <mcn4@leicester.ac.uk> wrote:
On Fri, May 22, 2015 at 03:41:36PM +0200, Peter Balsianok wrote:
Freeradius is running as normal user (has permission to write file) ... Unfortunately no coredump is created (in case of any issue with freeradius. For testing i use kill -SIGABRT [pid] or kill -11 [pid]
A guess: contents of /proc/sys/kernel/core_pattern - maybe writing to an unexpected location?
Matthew
-- Matthew Newton, Ph.D. <mcn4@le.ac.uk>
Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Peter, try to check the section "Naming of core dump files" here > http://man7.org/linux/man-pages/man5/core.5.html -- Jorge Pereira On Fri, May 22, 2015 at 10:41 AM, Peter Balsianok <balsianok.peter@gmail.com
wrote:
Hi,
I have this setup:
Freeradius is running as normal user (has permission to write file) In the radiusd.conf: allow_core_dumps = yes radiusd@tdrad freeradius-server-2.2.5]$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.11 (Tikanga) [radiusd@tdrad freeradius-server-2.2.5]$ ulimit -c unlimited [radiusd@tdrad freeradius-server-2.2.5]$ cat /proc/sys/fs/suid_dumpable 1 [radiusd@tdrad freeradius-server-2.2.5]$ head -30 config.log .. $ ./configure --enable-developer .. ...
Unfortunately no coredump is created (in case of any issue with freeradius. For testing i use kill -SIGABRT [pid] or kill -11 [pid]
Thx for help. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Jorge Pereira -
Matthew Newton -
Peter Balsianok