Debian Bug report logs - #919602
apache2: reload via systemd: apache2.service: Failed to set up mount namespacing: No such file or directory

version graph

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

Reported by: Philipp Marek <[email protected]>

Date: Thu, 17 Jan 2019 19:03:01 UTC

Severity: normal

Found in version apache2/2.4.37-1

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#919602; Package apache2. (Thu, 17 Jan 2019 19:03:04 GMT) (full text, mbox, link).


Acknowledgement sent to Philipp Marek <[email protected]>:
New Bug report received and forwarded. Copy sent to [email protected], Debian Apache Maintainers <[email protected]>. (Thu, 17 Jan 2019 19:03:04 GMT) (full text, mbox, link).


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

From: Philipp Marek <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: apache2: reload via systemd: apache2.service: Failed to set up mount namespacing: No such file or directory
Date: Thu, 17 Jan 2019 19:59:45 +0100
Package: apache2
Version: 2.4.37-1
Severity: normal

During a reload for log rotation, apache was stopped instead of reloaded:

    Jän 17 01:00:38 <SERVER> systemd[1]: Starting Rotate log files...
    -- Subject: A start job for unit logrotate.service has begun execution
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- A start job for unit logrotate.service has begun execution.
    --
    -- The job identifier is 25118.
    Jän 17 01:00:38 <SERVER> systemd[1]: Reloading The Apache HTTP Server.
    -- Subject: A reload job for unit apache2.service has begun execution
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- A reload job for unit apache2.service has begun execution.
    --
    -- The job identifier is 25186.
    Jän 17 01:00:38 <SERVER> systemd[12733]: apache2.service: Failed to set up mount namespacing: No such file or directory
    Jän 17 01:00:38 <SERVER> systemd[12733]: apache2.service: Failed at step NAMESPACE spawning /usr/sbin/apachectl: No such file or directo
    -- Subject: Process /usr/sbin/apachectl could not be executed
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- The process /usr/sbin/apachectl could not be executed and failed.
    --
    -- The error number returned by this process is ERRNO.
    Jän 17 01:00:38 <SERVER> systemd[1]: apache2.service: Control process exited, code=exited, status=226/NAMESPACE
    -- Subject: Unit process exited
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    -- 
    -- An ExecReload= process belonging to unit apache2.service has exited.
    -- 
    -- The process' exit code is 'exited' and its exit status is 226.
    Jän 17 01:00:39 <SERVER> systemd[1]: apache2.service: Failed with result 'exit-code'.
    -- Subject: Unit failed
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    -- 
    -- The unit apache2.service has entered the 'failed' state with result 'exit-code'.
    Jän 17 01:00:39 <SERVER> systemd[1]: Reload failed for The Apache HTTP Server.
    -- Subject: A reload job for unit apache2.service has finished
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    -- 
    -- A reload job for unit apache2.service has finished.
    -- 
    -- The job identifier is 25186 and the job result is failed.
    Jän 17 01:00:39 <SERVER> logrotate[12713]: error: error running shared postrotate script for '/var/log/apache2/*.log '


I'm not sure whether that bug should be sent to cron, logrotate, or 
apache2; I chose apache2 because I thought that a reload more or less just 
sends a signal to the active process, and so shouldn't cause any stop or 
other downtime. (Be it directly or via the systemd integration.)
(OTOH, perhaps this is a systemd bug, in that a failed reload causes 
a stop?)


Thanks for any help you can offer.


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-debug'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8), LANGUAGE=de_AT:de (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#919602; Package apache2. (Wed, 23 Oct 2019 14:42:02 GMT) (full text, mbox, link).


Acknowledgement sent to Sven Bartscher <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Wed, 23 Oct 2019 14:42:02 GMT) (full text, mbox, link).


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

From: Sven Bartscher <[email protected]>
To: [email protected]
Subject: Re: apache2: reload via systemd: apache2.service: Failed to set up mount namespacing: No such file or directory
Date: Wed, 23 Oct 2019 16:31:39 +0200
[Message part 1 (text/plain, inline)]
Hi,

On Thu, 17 Jan 2019 19:59:45 +0100 Philipp Marek <[email protected]>
wrote:
> Package: apache2
> Version: 2.4.37-1
> Severity: normal
> 
> During a reload for log rotation, apache was stopped instead of reloaded:
> 
> [...]

do you use tools to age out files in /var/tmp or /tmp? I recently
encountered this problem myself (on Jessie) and the cause was, that
tmpreaper deleted the private tmp directories of the apache2.service
unit. I didn't observe the apache2 service being stopped after receiving
the error though, so you problem might actually be separate from mine.

Regards
Sven

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#919602; Package apache2. (Wed, 23 Oct 2019 18:21:02 GMT) (full text, mbox, link).


Acknowledgement sent to Nuno Paquete <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Wed, 23 Oct 2019 18:21:02 GMT) (full text, mbox, link).


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

From: Nuno Paquete <[email protected]>
To: [email protected]
Subject: Unsubscribe
Date: Wed, 23 Oct 2019 19:17:51 +0100
[Message part 1 (text/plain, inline)]

[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#919602; Package apache2. (Sun, 08 Dec 2019 01:21:03 GMT) (full text, mbox, link).


Acknowledgement sent to Jason Lingohr <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Sun, 08 Dec 2019 01:21:03 GMT) (full text, mbox, link).


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

From: Jason Lingohr <[email protected]>
To: [email protected]
Subject: Re: apache2: reload via systemd: apache2.service: Failed to set up mount namespacing: No such file or directory
Date: Sun, 8 Dec 2019 12:03:22 +1100
On Wed, 23 Oct 2019 16:31:39 +0200 Sven Bartscher wrote:
> Hi,
>
> do you use tools to age out files in /var/tmp or /tmp? I recently
> encountered this problem myself (on Jessie) and the cause was, that
> tmpreaper deleted the private tmp directories of the apache2.service
> unit. I didn't observe the apache2 service being stopped after receiving
> the error though, so you problem might actually be separate from mine.


I'm having the same issue on a fresh buster install, and don't have 
tmpreaper installed.  I only see systemd-tmpfiles-clean.service run a 
few hours before.





Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#919602; Package apache2. (Sun, 10 May 2020 08:46:38 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:39 GMT) (full text, mbox, link).


Message #25 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:37:26 +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#919602; Package apache2. (Wed, 22 Sep 2021 07:54:16 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]>. (Wed, 22 Sep 2021 07:54:16 GMT) (full text, mbox, link).


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

From: "Dorian Kwiatkowski" <[email protected]>
To: <[email protected]>
Subject: Fotowoltaika dla firm
Date: Wed, 22 Sep 2021 07:42:44 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#919602; Package apache2. (Thu, 30 Sep 2021 07:33:30 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]>. (Thu, 30 Sep 2021 07:33:30 GMT) (full text, mbox, link).


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

From: "Dorian Kwiatkowski" <[email protected]>
To: <[email protected]>
Subject: Fotowoltaika dla firm
Date: Thu, 30 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#919602; Package apache2. (Wed, 13 Oct 2021 08:03:13 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, 13 Oct 2021 08:03:13 GMT) (full text, mbox, link).


Message #40 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, 13 Oct 2021 07:51:19 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#919602; Package apache2. (Tue, 19 Oct 2021 07:42:44 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]>. (Tue, 19 Oct 2021 07:42:44 GMT) (full text, mbox, link).


Message #45 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: Tue, 19 Oct 2021 07:40:52 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#919602; Package apache2. (Mon, 25 Oct 2021 07:54:11 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]>. (Mon, 25 Oct 2021 07:54:12 GMT) (full text, mbox, link).


Message #50 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: Mon, 25 Oct 2021 07:50:27 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#919602; Package apache2. (Fri, 29 Oct 2021 07:51:15 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]>. (Fri, 29 Oct 2021 07:51:15 GMT) (full text, mbox, link).


Message #55 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: Fri, 29 Oct 2021 07:46:07 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#919602; Package apache2. (Fri, 12 Nov 2021 08:54:25 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]>. (Fri, 12 Nov 2021 08:54:25 GMT) (full text, mbox, link).


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

From: "Dawid Rowicki" <[email protected]>
To: <[email protected]>
Subject: Prezentacja
Date: Fri, 12 Nov 2021 08:45:54 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#919602; Package apache2. (Fri, 10 Dec 2021 08:51:13 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]>. (Fri, 10 Dec 2021 08:51:13 GMT) (full text, mbox, link).


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

From: "Adam Furgalski" <[email protected]>
To: <[email protected]>
Subject: Słowa kluczowe do wypozycjonowania
Date: Fri, 10 Dec 2021 08:40:03 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 05:22:24 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.