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

Bug 80224

Summary: init.d/apache fails without error after failed restart
Product: Gentoo Linux Reporter: honeypot
Component: [OLD] Core systemAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description honeypot 2005-01-31 09:12:38 UTC
After a failed start/restart of apache2 (ie after an erroneous change of commonapache2.conf) /etc/init.d/apache2 start will fail without printing anything unless /var/lib/init.d/failed/apache2 is manually removed. A zap does not change this.

Reproducible: Always
Steps to Reproduce:
1.insert bad syntax into /etc/apache2/conf/commonapache2.conf
2./etc/init.d/apache2 start 
3.fix syntax in config
4./etc/init.d/apache2 start
Actual Results:  
gollum init.d # /etc/init.d/apache2 start
gollum init.d # 
Nothing is started and no error message.

Expected Results:  
gollum init.d # /etc/init.d/apache2 start
 * Starting apache2...
gollum init.d # 
Apache is started.

apache-2.0.52-r1
baselayout-1.9.4-r6
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2005-01-31 12:09:33 UTC
could you please try 2.0.52-r3 if the error still happens there
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2005-02-28 03:28:21 UTC
the init script tests for configuration issue, please test -r3 and reopen this bug if necessary