[Bug 1552822] Re: apache2 fails to wait on stop/restart
ChristianEhrhardt
1552822 at bugs.launchpad.net
Thu Mar 31 11:30:45 UTC 2016
Hi David,
I tried reproducing this while triaging to confirm and set bug status.
In a trivial loop like:
for i in {1..100}; do echo $i; service apache2 restart; done;
It almost always blocks it by
Mar 31 11:09:34 xenial-tests systemd[1]: apache2.service: Start request repeated too quickly.
Mar 31 11:09:34 xenial-tests systemd[1]: Failed to start LSB: Apache2 web server.
I also installed wsgi and some other mods to slow down start/stop, but that didn't help either.
(apt-get install libapache2-mod-wsgi libapache2-mod-nss libapache2-mod-scgi libapache2-mod-webauth libapache2-modsecurity)
Installing these slows it down, so that systemd no more complains about it restarting too quickly, but it doesn't trigger the issue.
Did you something more to better trigger the issue in your tests?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1552822
Title:
apache2 fails to wait on stop/restart
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1552822/+subscriptions
More information about the Ubuntu-server-bugs
mailing list