Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 405243

Summary: www-servers/apache-2.2.21-r1 : /etc/init.d/apache2 restart often fails
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2012-02-22 09:34:40 UTC
seems to be a timing problem, because :

n22 ~ # /etc/init.d/apache2 restart
 * Caching service dependencies ...                                                                               [ ok ]
 * Stopping apache2 ...                                                                                           [ ok ]
 * Starting apache2 ...
 * start-stop-daemon: /usr/sbin/apache2 is already running                                                        [ ok ]


works if I call it again (nearly immediately) :

n22 ~ # /etc/init.d/apache2 restart
 * apache2 not running (no pid file)
 * Starting apache2 ...                                                                                           [ ok ]

Reproducible: Always
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2012-02-22 14:41:25 UTC

*** This bug has been marked as a duplicate of bug 396173 ***