[opensuse] apache-coredump on OpenSuSE leap 42.1
Hello list Since updating from 13.2 to leap i'm hunting a strange apache client segfault. So i tried to get an apache2 coredump. I set CoreDumpDirectory an apropriate directory with access permissions for apache user (I made one under /var/lib/wwwrun with permissions 0755 wwwrun www) Then i added * soft core 65536 to my /etc/security/limits.conf then i also defined a core_pattern in /proc/sys/kernel/core_pattern But i'm not getting a core file after apache client segfaults. Is there something special to leap i'm unaware of? Thanks very much for helping! --Tom -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 20.04.2016 um 20:40 schrieb Thomas Bühlmann:
Hello list
Since updating from 13.2 to leap i'm hunting a strange apache client segfault. So i tried to get an apache2 coredump. I set CoreDumpDirectory an apropriate directory with access permissions for apache user (I made one under /var/lib/wwwrun with permissions 0755 wwwrun www) Then i added * soft core 65536 to my /etc/security/limits.conf then i also defined a core_pattern in /proc/sys/kernel/core_pattern
Answering myself: it's important to set "ulimit -c unlimited" into /etc/sysconfig/apache2 There is even s small comment section explaining this..
But i'm not getting a core file after apache client segfaults. Is there something special to leap i'm unaware of? Thanks very much for helping!
--Tom
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Thomas Bühlmann