Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80224 - init.d/apache fails without error after failed restart
Summary: init.d/apache fails without error after failed restart
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-31 09:12 UTC by honeypot
Modified: 2005-02-28 03:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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