Bug 1506000
| Summary: | imapd service not coming up because of wrong httpmodule name in stock configuration | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Philip Prindeville <philipp> | ||||
| Component: | cyrus-imapd | Assignee: | Pavel Zhukov <pzhukov> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 26 | CC: | code, dan, j, philipp, pokorra.mailinglists, pzhukov, vanmeeuwen+fedora, zdohnal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | cyrus-imapd-3.0.4-2.fc26 cyrus-imapd-3.0.4-2.fc27 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-11-07 22:16:11 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
cyrus-imapd-3.0.4-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-9e6fba1670 cyrus-imapd-3.0.4-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-fb1180651b cyrus-imapd-3.0.4-2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-9e6fba1670 cyrus-imapd-3.0.4-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-fb1180651b cyrus-imapd-3.0.4-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. cyrus-imapd-3.0.4-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1342930 [details] Trivial fix for typo in httpmodules list in /etc/imapd.conf Description of problem: When starting the service, it fails to come up on F26 because of this line: httpmodules: caldav carddav domainkey freebusy isschedule jmap rss tzdist webdav which ends up causing the following errors: Oct 24 11:48:52 mail master[24698]: invalid value 'isschedule' for httpmodules in line 55 Oct 24 11:48:52 mail master[24698]: exiting and the service fails. Version-Release number of selected component (if applicable): cyrus-imapd-3.0.4-1.fc26.x86_64 How reproducible: Install and start stock RPM. Steps to Reproduce: 1. 2. 3. Actual results: Oct 24 11:48:52 mail master[24698]: invalid value 'isschedule' for httpmodules in line 55 Expected results: Oct 24 11:50:20 mail cyrus/ctl_cyrusdb[24715]: skiplist: clean shutdown file mis sing, updating recovery stamp Oct 24 11:50:20 mail cyrus/ctl_cyrusdb[24715]: recovering cyrus databases Oct 24 11:50:20 mail cyrus/ctl_cyrusdb[24715]: done recovering cyrus databases Oct 24 11:50:20 mail cyrus/ctl_cyrusdb[24716]: checkpointing cyrus databases Oct 24 11:50:20 mail cyrus/ctl_cyrusdb[24716]: done checkpointing cyrus database s Oct 24 11:51:04 mail cyrus/imaps[24717]: inittls: Loading hard-coded DH paramete rs Oct 24 11:51:04 mail cyrus/imaps[24717]: TLS server engine: No client CA certs s pecified. Client side certs may not work Additional info: