Bug 579568
| Summary: | init script ordering bogus | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lennart Poettering <lpoetter> |
| Component: | couchdb | Assignee: | Peter Lemenkov <lemenkov> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | lemenkov |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | couchdb-0.10.2-1.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-05-11 19:38:01 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: | |||
couchdb-0.10.0-2.fc13.x86_64 I'll take care of this issue. couchdb-0.10.2-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/couchdb-0.10.2-1.fc11 couchdb-0.10.2-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/couchdb-0.10.2-1.fc12 couchdb-0.10.2-1.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/couchdb-0.10.2-1.el5 couchdb-0.10.2-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/couchdb-0.10.2-1.fc13 couchdb-0.10.2-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update couchdb'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/couchdb-0.10.2-1.fc13 couchdb-0.10.2-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update couchdb'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/couchdb-0.10.2-1.fc11 couchdb-0.10.2-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update couchdb'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/couchdb-0.10.2-1.fc12 couchdb-0.10.2-1.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update couchdb'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/couchdb-0.10.2-1.el5 couchdb-0.10.2-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. couchdb-0.10.2-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. couchdb-0.10.2-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. couchdb-0.10.2-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
/etc/init.d/couchdb wants to be started at start priority according to the the chkconfig header: chkconfig: - 20 80 OTOH it wants to be started after $remote-fs: Should-Start: $remote_fs Given that netfs which provides $remote_fs is started at 25 this hence makes no sense: following the chkconfig info couchdb would be started before netfs, following the LSB info chouchdb would be started afterwards.