ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Создание core dump от Apache
@ 2015-10-22 11:50 Vitaly Lipatov
  2015-10-22 12:16 ` Anton Gorlov
  2015-10-23  6:13 ` Sergey Afonin
  0 siblings, 2 replies; 6+ messages in thread
From: Vitaly Lipatov @ 2015-10-22 11:50 UTC (permalink / raw)
  To: devel

Может быть кто-то имел дело с включением core dump для Apache. У меня 
не получается.

Вездё включил генерацию core, вплоть до
# grep ulimit /etc/sysconfig/httpd2
ulimit -c unlimited

на других процессах core отлично создаётся.

А процессы httpd2* всё равно с 0 лимитом:
# cat /proc/21233/limits
Limit                     Soft Limit           Hard Limit           
Units
Max core file size        0                    unlimited            
bytes

и немудрено, потому что через strace видно, что он кем-то обнуляется:
setrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM_INFINITY}) = 0

В коде apache, apr1, php5, php5-suhosin такого обнаружить не удалось.

Со стороны через # prlimit лимит не задать, потому что в openvz-ядре 
2.6.32 соотв. системный вызов не реализован.

Нет ли у кого идей?

Если что, подробности здесь:
http://bugs.etersoft.ru/show_bug.cgi?id=10882

-- 
С уважением,
Виталий Липатов,
Etersoft


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] Создание core dump от Apache
  2015-10-22 11:50 [devel] Создание core dump от Apache Vitaly Lipatov
@ 2015-10-22 12:16 ` Anton Gorlov
  2015-10-22 15:01   ` Vitaly Lipatov
  2015-10-23  6:13 ` Sergey Afonin
  1 sibling, 1 reply; 6+ messages in thread
From: Anton Gorlov @ 2015-10-22 12:16 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Гм..а попробуй вписать прямо в инит-скрипт или даже в
/usr/sbin/apachectl2

22.10.2015 14:50, Vitaly Lipatov пишет:
> Может быть кто-то имел дело с включением core dump для Apache. У меня
> не получается.
>
> Вездё включил генерацию core, вплоть до
> # grep ulimit /etc/sysconfig/httpd2
> ulimit -c unlimited
>
> на других процессах core отлично создаётся.
>
> А процессы httpd2* всё равно с 0 лимитом:
> # cat /proc/21233/limits
> Limit                     Soft Limit           Hard Limit           Units
> Max core file size        0                    unlimited            bytes
>
> и немудрено, потому что через strace видно, что он кем-то обнуляется:
> setrlimit(RLIMIT_CORE, {rlim_cur=0, rlim_max=RLIM_INFINITY}) = 0
>
> В коде apache, apr1, php5, php5-suhosin такого обнаружить не удалось.
>
> Со стороны через # prlimit лимит не задать, потому что в openvz-ядре
> 2.6.32 соотв. системный вызов не реализован.
>
> Нет ли у кого идей?
>
> Если что, подробности здесь:
> http://bugs.etersoft.ru/show_bug.cgi?id=10882
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] Создание core dump от Apache
  2015-10-22 12:16 ` Anton Gorlov
@ 2015-10-22 15:01   ` Vitaly Lipatov
  2015-10-22 15:05     ` Anton Gorlov
  0 siblings, 1 reply; 6+ messages in thread
From: Vitaly Lipatov @ 2015-10-22 15:01 UTC (permalink / raw)
  To: devel

Anton Gorlov писал 2015-10-22 15:16:
> Гм..а попробуй вписать прямо в инит-скрипт или даже в
> /usr/sbin/apachectl2
Пробовал. Я же пишу, что это бинарник на ходу обнуляет лимит. Причём я 
не могу понять, где это написано.


-- 
С уважением,
Виталий Липатов,
Etersoft


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] Создание core dump от Apache
  2015-10-22 15:01   ` Vitaly Lipatov
@ 2015-10-22 15:05     ` Anton Gorlov
  0 siblings, 0 replies; 6+ messages in thread
From: Anton Gorlov @ 2015-10-22 15:05 UTC (permalink / raw)
  To: ALT Linux Team development discussions

а попробуй выключить лимиты в
/etc/security/limits.d/50-defaults.conf

У меня щас апача  на альте под руками нет..почти везде fpm...

22.10.2015 18:01, Vitaly Lipatov пишет:
> Anton Gorlov писал 2015-10-22 15:16:
>> Гм..а попробуй вписать прямо в инит-скрипт или даже в
>> /usr/sbin/apachectl2
> Пробовал. Я же пишу, что это бинарник на ходу обнуляет лимит. Причём я
> не могу понять, где это написано.
>
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] Создание core dump от Apache
  2015-10-22 11:50 [devel] Создание core dump от Apache Vitaly Lipatov
  2015-10-22 12:16 ` Anton Gorlov
@ 2015-10-23  6:13 ` Sergey Afonin
  2015-10-26 14:47   ` Vitaly Lipatov
  1 sibling, 1 reply; 6+ messages in thread
From: Sergey Afonin @ 2015-10-23  6:13 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Thursday 22 October 2015, Vitaly Lipatov wrote:

> Может быть кто-то имел дело с включением core dump для Apache.

Да. https://www.altlinux.org/Features/Core

> У меня не получается.

Непосредственно Apache там касается ссылка в конце на 
http://lists.altlinux.org/pipermail/sysadmins/2014-June/036782.html

-- 
С уважением, Сергей Афонин.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] Создание core dump от Apache
  2015-10-23  6:13 ` Sergey Afonin
@ 2015-10-26 14:47   ` Vitaly Lipatov
  0 siblings, 0 replies; 6+ messages in thread
From: Vitaly Lipatov @ 2015-10-26 14:47 UTC (permalink / raw)
  To: devel

Sergey Afonin писал 2015-10-23 9:13:
> On Thursday 22 October 2015, Vitaly Lipatov wrote:
>
>> Может быть кто-то имел дело с включением core dump для Apache.
>
> Да. https://www.altlinux.org/Features/Core
>
>> У меня не получается.
>
> Непосредственно Apache там касается ссылка в конце на
> http://lists.altlinux.org/pipermail/sysadmins/2014-June/036782.html

Спасибо огромное, добавил на wiki:
https://www.altlinux.org/Apache2/Coredump

-- 
С уважением,
Виталий Липатов,
Etersoft


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-26 14:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-22 11:50 [devel] Создание core dump от Apache Vitaly Lipatov
2015-10-22 12:16 ` Anton Gorlov
2015-10-22 15:01   ` Vitaly Lipatov
2015-10-22 15:05     ` Anton Gorlov
2015-10-23  6:13 ` Sergey Afonin
2015-10-26 14:47   ` Vitaly Lipatov

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git