Bug 722497

Summary: lighttpd's init scripts are broken
Product: [Fedora] Fedora Reporter: redhat-bugzilla
Component: lighttpdAssignee: Matthias Saou <matthias>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: matthias
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-25 08:55:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description redhat-bugzilla 2011-07-15 14:38:10 UTC
Description of problem:
There are 2 problems, first is that the init.d script for lighttpd is written to use systemd but there is no actual systemd service file, so systemd trys to run the /etc/init.d/lighttpd script which obviously makes the whole thing fail

The second problem i guess is related to this same thing but, even to start lighttpd manually, you must first create /var/run/lighttpd folder and chown it to lighttpd user

Version-Release number of selected component (if applicable):
lighttpd-1.4.26-4.fc15.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Install lighttpd
2. try to start it up with init.d scripts or systemctl
  
Actual results:
It won't start

Expected results:
It Starts

Comment 1 Matthias Saou 2011-07-20 12:37:01 UTC
Can you please try the lighttpd-1.4.28-3.fc15 package from updates-testing? I think that all of your problems should be fixed there. The /var/run/ directory problem has already been reported as bug #656612.

Comment 2 redhat-bugzilla 2011-07-20 12:50:02 UTC
this testing package works great :) thanks

Comment 3 Matthias Saou 2011-07-25 08:55:12 UTC
Thanks for confirming. The update is now pending to be pushed to stable.

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