Hallo zusammen,
ich habe festgestellt, dass auf 2 Testsystemen, welche als LXC-Container unter CentOS 7 betrieben werden, der Autostart von Apache/HTTPD fehlschlägt:
Code
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sa 2016-06-11 11:15:40 CEST; 1min 25s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 862 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 290 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 290 (code=exited, status=1/FAILURE)
Jun 11 11:15:40 test.example.org systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jun 11 11:15:40 test.example.org kill[862]: kill: cannot find process ""
Jun 11 11:15:40 test.example.org systemd[1]: httpd.service: control process exited, code=exited status=1
Jun 11 11:15:40 test.example.org systemd[1]: Failed to kill control group: Invalid argument
Jun 11 11:15:40 test.example.org systemd[1]: Failed to kill control group: Invalid argument
Jun 11 11:15:40 test.example.org systemd[1]: Failed to kill control group: Invalid argument
Jun 11 11:15:40 test.example.org systemd[1]: Failed to kill control group: Invalid argument
Jun 11 11:15:40 test.example.org systemd[1]: Failed to start The Apache HTTP Server.
Jun 11 11:15:40 test.example.org systemd[1]: Unit httpd.service entered failed state.
Jun 11 11:15:40 test.example.org systemd[1]: httpd.service failed.
Alles anzeigen
Der Fehler "Failed to kill control group: Invalid argument" sowie der fehlgeschlagene Kill sind mir bisher unter LXC unbekannt, deuten aber wohl darauf hin, dass irgendetwas mit cgroups getan werden soll, die unter LXC nicht zur Verfügung stehen.
Interessant ist, dass der Apache, sobald er manuell neu gestartet wird, wieder fehlerfrei funktioniert.
Da ich mich nun durch diverse Bugposts gewühlt habe, die allerdings alle keinen Erkenntnisgewinn mit sich brachten freue ich mich über jede Hilfe hier aus der Community.
Vielen Dank!