|
Bugzilla – Full Text Bug Listing |
| Summary: | WebYaST init scripts are confused by generic lighttpd | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Martin Vidner <mvidner> |
| Component: | WebYaST | Assignee: | Martin Vidner <mvidner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P2 - High | CC: | kkaempf, mrueckert, mvidner, schubi |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Martin Vidner
2009-12-03 11:31:10 UTC
If I read the man page right, startproc does not even write a pid file. So we should be just fine forgetting checkproc and startproc and simply checking the pid file and starting lighttpd directly. In bug 559534 it turned out that startproc had a bug where it ignored -p sometimes. Fixing that, -i is not necessary anymore, yay! http://git.opensuse.org/?p=projects/yast/rest-service.git;a=commitdiff;h=4ab3fbcea1b5aaf42edfdf7a26a1c94fa1d218a0 http://git.opensuse.org/?p=projects/yast/web-client.git;a=commitdiff;h=c827dbff4be050721d48aae7497a3aacf6146c20 yast2-webservice-0.0.19 and yast2-webclient-0.0.28 submitted to YaST:Web:STABLE I will find the fixes for lighttpd ans sysvinit and link them to Devel:WebYaST, then create a separate small repo from their binaries. I will not forward them to SUSE:SLE-11:GA:Products:Test. |