Bug#645460: apache2.2-common: /etc/init.d/apache2 start and restart need to wait until really started

2013-01-31 Thread Nerijus Kislauskas
On 01/30/2013 06:24 PM, Arno Töll wrote: > Hi, > > On 30.01.2013 15:39, Nerijus Kislauskas wrote: >> It makes lsb:apache2 unusable on pacemaker clusters. > > this is a known problem. I tried to address this problem partially in > our upcoming Apache 2.4 tree, but since complex init scripts such a

Bug#645460: apache2.2-common: /etc/init.d/apache2 start and restart need to wait until really started

2013-01-30 Thread Arno Töll
Hi, On 30.01.2013 15:39, Nerijus Kislauskas wrote: > It makes lsb:apache2 unusable on pacemaker clusters. this is a known problem. I tried to address this problem partially in our upcoming Apache 2.4 tree, but since complex init scripts such as Apache's are error prone, we decided not to backport

Bug#645460: apache2.2-common: /etc/init.d/apache2 start and restart need to wait until really started

2013-01-30 Thread Nerijus Kislauskas
Hi, The same problem exists in Debian wheezy: # cat /etc/debian_version 7.0 # while true; do /etc/init.d/apache2 stop > /dev/null; /etc/init.d/apache2 start; echo -n "Exit Code: "; echo $?; /etc/init.d/apache2 status; echo; sleep 5; done [ ok ] Starting web server: apache2. Exit Code: 0 Apache2 i

Bug#645460: apache2.2-common: /etc/init.d/apache2 start and restart need to wait until really started

2011-10-15 Thread Yukio Shiiya
Package: apache2.2-common Version: 2.2.16-6+squeeze4 Severity: normal Tags: patch Dear Maintainer, First of all, sorry for my poor English. "/etc/init.d/apache2 start" is completed before apache2 is really started. And, "/etc/init.d/apache2 restart" is completed before apache2 is really restarte