Debian Bug report logs - #873115
concurrent apache2 -k graceful hang

version graph

Package: apache2; Maintainer for apache2 is Debian Apache Maintainers <[email protected]>; Source for apache2 is src:apache2 (PTS, buildd, popcon).

Reported by: Joey Hess <[email protected]>

Date: Thu, 24 Aug 2017 16:27:04 UTC

Severity: normal

Found in version 2.4.25-3+deb

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected], [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Thu, 24 Aug 2017 16:27:06 GMT) (full text, mbox, link).


Acknowledgement sent to Joey Hess <[email protected]>:
New Bug report received and forwarded. Copy sent to [email protected], Debian Apache Maintainers <[email protected]>. (Thu, 24 Aug 2017 16:27:06 GMT) (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Joey Hess <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: concurrent apache2 -k graceful hang
Date: Thu, 24 Aug 2017 12:23:25 -0400
[Message part 1 (text/plain, inline)]
Package: apache2
Version: 2.4.25-3+deb
Severity: normal

I woke up to a server with hundreds of apach2e -k graceful processes running.
This prevented any cgis from running since it was nearly out of process slots.

 2142 ?        SNs    0:01 /usr/sbin/apache2 -k graceful
 6007 ?        SN     0:00  \_ /usr/sbin/apache2 -k graceful
 4680 ?        SNl    0:00  \_ /usr/sbin/apache2 -k graceful
 2217 ?        SNs    0:01 /usr/sbin/apache2 -k graceful
 7127 ?        SN     0:00  \_ /usr/sbin/apache2 -k graceful
 2542 ?        SNl    0:00  \_ /usr/sbin/apache2 -k graceful
 2177 ?        SNs    0:01 /usr/sbin/apache2 -k graceful
 6748 ?        SN     0:00  \_ /usr/sbin/apache2 -k graceful
 4189 ?        SNl    0:00  \_ /usr/sbin/apache2 -k graceful
 2214 ?        SNs    0:01 /usr/sbin/apache2 -k graceful
 6738 ?        SN     0:00  \_ /usr/sbin/apache2 -k graceful
 3023 ?        SNl    0:00  \_ /usr/sbin/apache2 -k graceful

This was just after an upgrade from oldstable the day before.

I'm at this point not quite sure what reloaded apache multiple times,
but it was probably a cron job reloading it once per vhost or something
like that.

Running a single apache2ctl graceful did not result in any such stuck
processes. I was able to reproduce the basic problem thus:

apache2ctl graceful & apache2ctl graceful & apache2ctl graceful

With 3 running concurrently, they get in each other's way.

Output to the console looked like this:

pell:/# apache2ctl graceful & apache2ctl graceful  & apache2ctl graceful
[1] 15772
[2] 15773
httpd not running, trying to start
httpd not running, trying to start
httpd not running, trying to start
[1]-  Done                    apache2ctl graceful
pell:/# 
[2]+  Done                    apache2ctl graceful
pell:/# 
pell:/# ps -fax |grep graceful
16120 pts/0    S+     0:00           \_ grep graceful
15788 ?        Ss     0:00 /usr/sbin/apache2 -k graceful
15790 ?        S      0:00  \_ /usr/sbin/apache2 -k graceful
15795 ?        Sl     0:00  \_ /usr/sbin/apache2 -k graceful
15796 ?        Sl     0:00  \_ /usr/sbin/apache2 -k graceful
15789 ?        Ss     0:00 /usr/sbin/apache2 -k graceful
15901 ?        S      0:00  \_ /usr/sbin/apache2 -k graceful
15903 ?        Sl     0:00  \_ /usr/sbin/apache2 -k graceful
15904 ?        Sl     0:00  \_ /usr/sbin/apache2 -k graceful
15794 ?        Ss     0:00 /usr/sbin/apache2 -k graceful
15902 ?        S      0:00  \_ /usr/sbin/apache2 -k graceful
16010 ?        Sl     0:00  \_ /usr/sbin/apache2 -k graceful

What are the stuck processes doing? Waiting on something..

pell:/# strace -p 15794
strace: Process 15794 attached
_newselect(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=762363}) = 0 (Timeout)
waitpid(-1, 0xbfce1210, WNOHANG|WSTOPPED) = 0
_newselect(0, NULL, NULL, NULL, {tv_sec=1, tv_usec=0}) = 0 (Timeout)
waitpid(-1, 0xbfce1210, WNOHANG|WSTOPPED) = 0
pell:/# strace -p 15902
strace: Process 15902 attached
accept(4,  ^C
pell:/# ls -l /proc/15902/fd/4
lrwx------ 1 root root 64 Aug 24 16:18 /proc/15902/fd/4 -> socket:[2396130]
pell:/# strace -p 16010
strace: Process 16010 attached
read(7,    ^C
pell:/# ls -l /proc/16010/fd/7
lr-x------ 1 root root 64 Aug 24 16:18 /proc/16010/fd/7 -> pipe:[2401595]

-- 
see shy jo
[signature.asc (application/pgp-signature, inline)]

Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Thu, 24 Aug 2017 20:57:04 GMT) (full text, mbox, link).


Acknowledgement sent to Joey Hess <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Thu, 24 Aug 2017 20:57:04 GMT) (full text, mbox, link).


Message #10 received at [email protected] (full text, mbox, reply):

From: Joey Hess <[email protected]>
To: [email protected]
Subject: Re: Bug#873115: Acknowledgement (concurrent apache2 -k graceful hang)
Date: Thu, 24 Aug 2017 16:48:57 -0400
[Message part 1 (text/plain, inline)]
Seems similar to #779077. mod_fcgid is not enabled on our server.
Regular cgi scripts are in use and one is quite likely running when
apache is reloaded. Using mpm_worker.

-- 
see shy jo
[signature.asc (application/pgp-signature, inline)]

Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Tue, 18 Jun 2019 05:03:03 GMT) (full text, mbox, link).


Acknowledgement sent to Hidroconta Trading Ltd. <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Tue, 18 Jun 2019 05:03:03 GMT) (full text, mbox, link).


Message #15 received at [email protected] (full text, mbox, reply):

From: Hidroconta Trading Ltd. <[email protected]>
To: [email protected]
Subject: Quotation Inquiry #RFQ170619E - New Supplier
Date: 17 Jun 2019 00:38:11 -0700
Hello,

Our partners referred your company to us. Regarding your great products.
Please see required products, quantity and specifications as attached.

Kindly give us your lowest possible prices for FCL shipment.


Best Regards,

Wanda Rodriguez
Purchase Assistant

Hidroconta Trading Ltd.
Av. de Sta. Catalina,
60, 30012 Murcia, Spain
Phone: +34 968 26 77 66
Fax: +34 968 26 77 06



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Sun, 10 May 2020 08:46:09 GMT) (full text, mbox, link).


Acknowledgement sent to [email protected]:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Sun, 10 May 2020 08:46:09 GMT) (full text, mbox, link).


Message #20 received at [email protected] (full text, mbox, reply):

From: "Nael M. Al Homoud" <[email protected]>
To: undisclosed-recipients:;
Subject: Investment Proposal
Date: Sun, 10 May 2020 09:35:32 +0100
[Message part 1 (text/plain, inline)]
Good day,

My associate from China wants to discuss a business investment deal with
you. I awaiting your response to enable us discuss about this business
investment

Nael M. Al Homoud
Executive Director & High Investment Committee Member@
The Arab Investment Co
www.taic.com [1]

  

Links:
------
[1] http://www.taic.com
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Mon, 27 Sep 2021 07:54:13 GMT) (full text, mbox, link).


Acknowledgement sent to "Dorian Kwiatkowski" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Mon, 27 Sep 2021 07:54:13 GMT) (full text, mbox, link).


Message #25 received at [email protected] (full text, mbox, reply):

From: "Dorian Kwiatkowski" <[email protected]>
To: <[email protected]>
Subject: Fotowoltaika dla firm
Date: Mon, 27 Sep 2021 07:30:46 GMT
Dzień dobry,

kontaktuję się z Państwem, ponieważ dostrzegam możliwość redukcji opłat za prąd.

Odpowiednio dobrana instalacja fotowoltaiczna to rozwiązanie, które pozwala wygenerować spore oszczędności w skali roku.

Chciałbym porozmawiać z Państwem o tego typu rozwiązaniu, a także przedstawić wstępne kalkulacje.

Czy są Państwo zainteresowani?

Pozdrawiam,
Dorian Kwiatkowski



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Thu, 14 Oct 2021 07:45:31 GMT) (full text, mbox, link).


Acknowledgement sent to "Patryk Górecki" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Thu, 14 Oct 2021 07:45:31 GMT) (full text, mbox, link).


Message #30 received at [email protected] (full text, mbox, reply):

From: "Patryk Górecki" <[email protected]>
To: <[email protected]>
Subject: Ruch z pierwszej pozycji w Google
Date: Thu, 14 Oct 2021 07:36:04 GMT
Dzień dobry, 

jakiś czas temu zgłosiła się do nas firma, której strona internetowa nie pozycjonowała się wysoko w wyszukiwarce Google. 

Na podstawie wykonanego przez nas audytu SEO zoptymalizowaliśmy treści na stronie pod kątem wcześniej opracowanych słów kluczowych. Nasz wewnętrzny system codziennie analizuje prawidłowe działanie witryny.  Dzięki indywidualnej strategii, firma zdobywa coraz więcej Klientów.  

Czy chcieliby Państwo zwiększyć liczbę osób odwiedzających stronę internetową firmy? Mógłbym przedstawić ofertę? 


Pozdrawiam serdecznie,
Patryk Górecki



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Wed, 20 Oct 2021 07:48:26 GMT) (full text, mbox, link).


Acknowledgement sent to "Patryk Górecki" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Wed, 20 Oct 2021 07:48:27 GMT) (full text, mbox, link).


Message #35 received at [email protected] (full text, mbox, reply):

From: "Patryk Górecki" <[email protected]>
To: <[email protected]>
Subject: Ruch z pierwszej pozycji w Google
Date: Wed, 20 Oct 2021 07:45:32 GMT
Dzień dobry, 

jakiś czas temu zgłosiła się do nas firma, której strona internetowa nie pozycjonowała się wysoko w wyszukiwarce Google. 

Na podstawie wykonanego przez nas audytu SEO zoptymalizowaliśmy treści na stronie pod kątem wcześniej opracowanych słów kluczowych. Nasz wewnętrzny system codziennie analizuje prawidłowe działanie witryny.  Dzięki indywidualnej strategii, firma zdobywa coraz więcej Klientów.  

Czy chcieliby Państwo zwiększyć liczbę osób odwiedzających stronę internetową firmy? Mógłbym przedstawić ofertę? 


Pozdrawiam serdecznie,
Patryk Górecki



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Mon, 08 Nov 2021 08:51:15 GMT) (full text, mbox, link).


Acknowledgement sent to "Dawid Rowicki" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Mon, 08 Nov 2021 08:51:15 GMT) (full text, mbox, link).


Message #40 received at [email protected] (full text, mbox, reply):

From: "Dawid Rowicki" <[email protected]>
To: <[email protected]>
Subject: Prezentacja
Date: Mon, 8 Nov 2021 08:40:58 GMT
Dzień dobry!

Czy mógłbym przedstawić rozwiązanie, które umożliwia monitoring każdego auta w czasie rzeczywistym w tym jego pozycję, zużycie paliwa i przebieg?

Dodatkowo nasze narzędzie minimalizuje koszty utrzymania samochodów, skraca czas przejazdów, a także tworzenie planu tras czy dostaw.

Z naszej wiedzy i doświadczenia korzysta już ponad 49 tys. Klientów. Monitorujemy 809 000 pojazdów na całym świecie, co jest naszą najlepszą wizytówką.

Bardzo proszę o e-maila zwrotnego, jeśli moglibyśmy wspólnie omówić potencjał wykorzystania takiego rozwiązania w Państwa firmie.


Z poważaniem,
Dawid Rowicki



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Thu, 18 Nov 2021 09:15:26 GMT) (full text, mbox, link).


Acknowledgement sent to "Adrian Ostojski" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Thu, 18 Nov 2021 09:15:26 GMT) (full text, mbox, link).


Message #45 received at [email protected] (full text, mbox, reply):

From: "Adrian Ostojski" <[email protected]>
To: <[email protected]>
Subject: Wymiana faktury
Date: Thu, 18 Nov 2021 08:58:30 GMT
Dzień dobry,

czy interesuje Państwa wymiana niezapłaconych przez Klientów faktur na gotówkę?

Pomagamy wszystkim przedsiębiorcom, którzy szukają gwarancji bezpieczeństwa i płynności finansowej.

Jeśli są Państwo otwarci na wstępną rozmowę w tym temacie proszę o odpowiedź.


Pozdrawiam,
Adrian Ostojski
Dyrektor Finansowy



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#873115; Package apache2. (Wed, 15 Dec 2021 08:57:11 GMT) (full text, mbox, link).


Acknowledgement sent to "Adam Furgalski" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Wed, 15 Dec 2021 08:57:11 GMT) (full text, mbox, link).


Message #50 received at [email protected] (full text, mbox, reply):

From: "Adam Furgalski" <[email protected]>
To: <[email protected]>
Subject: Słowa kluczowe do wypozycjonowania
Date: Wed, 15 Dec 2021 08:45:57 GMT
Dzień dobry,

zapoznałem się z Państwa ofertą i z przyjemnością przyznaję, że przyciąga uwagę i zachęca do dalszych rozmów. 

Pomyślałem, że może mógłbym mieć swój wkład w Państwa rozwój i pomóc dotrzeć z tą ofertą do większego grona odbiorców. Pozycjonuję strony www, dzięki czemu generują świetny ruch w sieci.

Możemy porozmawiać w najbliższym czasie?


Pozdrawiam
Adam Furgalski



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Sun Sep 22 09:36:48 2024; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.