ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] cron.daily + httpd = ?
@ 2001-05-22 11:31 Alexandr Zhegallo
  2001-05-22 11:36 ` Alexander Bokovoy
  2001-05-22 12:44 ` Mikhail Zabaluev
  0 siblings, 2 replies; 4+ messages in thread
From: Alexandr Zhegallo @ 2001-05-22 11:31 UTC (permalink / raw)
  To: mandrake-russian

Добрый день.
В Spring у меня наблюдается следующая проблема: в момент запуска
заданий из /etc/cron.daily (я там ничего не трогал) происходит что-то 
странное с httpd - все не root процессы становятся <defunct>, а root-овый
начинает что-то делать и нагружает процессор на 100%. Лечу перезапуском httpd.
Как-нибудь это можно побороть?
содержание /etc/cron/daily:
000anacron   logrotate        postfix  sysstat     texpire
htdig-dbgen  makewhatis.cron  slocate  tetex.cron  tmpwatch
Александр Жегалло



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

* Re: [mdk-re] cron.daily + httpd = ?
  2001-05-22 11:31 [mdk-re] cron.daily + httpd = ? Alexandr Zhegallo
@ 2001-05-22 11:36 ` Alexander Bokovoy
  2001-05-23 11:13   ` Alexandr Zhegallo
  2001-05-22 12:44 ` Mikhail Zabaluev
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Bokovoy @ 2001-05-22 11:36 UTC (permalink / raw)
  To: mandrake-russian

On Tue, May 22, 2001 at 11:37:40AM +0400, Alexandr Zhegallo wrote:
> Добрый день.
> В Spring у меня наблюдается следующая проблема: в момент запуска
> заданий из /etc/cron.daily (я там ничего не трогал) происходит что-то 
> странное с httpd - все не root процессы становятся <defunct>, а root-овый
> начинает что-то делать и нагружает процессор на 100%. Лечу перезапуском httpd.
> Как-нибудь это можно побороть?
> содержание /etc/cron/daily:
> 000anacron   logrotate        postfix  sysstat     texpire
> htdig-dbgen  makewhatis.cron  slocate  tetex.cron  tmpwatch
Из указанного httpd дергает logrotate. А дергает потому, что сворачивает
логи.
-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project    | ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |    www.minsk-lug.net 
-- You won't skid if you stay in a rut.
		-- Frank Hubbard



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

* Re: [mdk-re] cron.daily + httpd = ?
  2001-05-22 11:31 [mdk-re] cron.daily + httpd = ? Alexandr Zhegallo
  2001-05-22 11:36 ` Alexander Bokovoy
@ 2001-05-22 12:44 ` Mikhail Zabaluev
  1 sibling, 0 replies; 4+ messages in thread
From: Mikhail Zabaluev @ 2001-05-22 12:44 UTC (permalink / raw)
  To: mandrake-russian

Hello Alexandr,

On Tue, May 22, 2001 at 11:37:40AM +0400, Alexandr Zhegallo wrote:
>
> Добрый день.
> В Spring у меня наблюдается следующая проблема: в момент запуска
> заданий из /etc/cron.daily (я там ничего не трогал) происходит что-то 
> странное с httpd - все не root процессы становятся <defunct>, а root-овый
> начинает что-то делать и нагружает процессор на 100%. Лечу перезапуском httpd.

Происходит перезапуск httpd. А что, надолго так зависает? Что оседает
в /var/log/httpd/error_log ?

-- 
Stay tuned,
  MhZ                                     JID: mookid@jabber.org
___________
All is fear in love and war.



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

* Re: [mdk-re] cron.daily + httpd = ?
  2001-05-22 11:36 ` Alexander Bokovoy
@ 2001-05-23 11:13   ` Alexandr Zhegallo
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandr Zhegallo @ 2001-05-23 11:13 UTC (permalink / raw)
  To: mandrake-russian

> > В Spring у меня наблюдается следующая проблема: в момент запуска
> > заданий из /etc/cron.daily (я там ничего не трогал) происходит что-то
> > странное с httpd - все не root процессы становятся <defunct>, а root-овый
> > начинает что-то делать и нагружает процессор на 100%. Лечу перезапуском
> > httpd. Как-нибудь это можно побороть?
> > содержание /etc/cron/daily:
> > 000anacron   logrotate        postfix  sysstat     texpire
> > htdig-dbgen  makewhatis.cron  slocate  tetex.cron  tmpwatch
>
> Из указанного httpd дергает logrotate. А дергает потому, что сворачивает
> логи.
Вы правы, действительно logrotate "виноват". 
apache получает SIGUSR1 и реагирует на это столь неподобающим образом. :((
Проверил - ровно тот же эффект получается, если послать SIGUSR1 ручками .
"Работает" после этого apache долго и упорно, пока ему не сделаешь рестарт.
Я подождал пять минут и рестартовал - работать надо ...
Я понимаю, можно в logrotate поставить вместо "горячего" перезапуска apache 
"холодный" и проблема будет снята, мне это сейчас непринципиально, но все же 
хотелось бы разобраться со столь странным поведением apache. IMHO, не должно 
такого быть.



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

end of thread, other threads:[~2001-05-23 11:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-22 11:31 [mdk-re] cron.daily + httpd = ? Alexandr Zhegallo
2001-05-22 11:36 ` Alexander Bokovoy
2001-05-23 11:13   ` Alexandr Zhegallo
2001-05-22 12:44 ` Mikhail Zabaluev

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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