Bug 2150344
Summary: | bdii fails to start with openldap-servers >= 2.6 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Andreas Haupt <andreas.haupt> | ||||
Component: | bdii | Assignee: | Mattias Ellert <mattias.ellert> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | epel9 | CC: | Laurence.Field, mattias.ellert, steve.traylen | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | bdii-5.2.26-10.fc37 bdii-5.2.26-10.el9 bdii-5.2.26-10.fc36 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2022-12-13 01:30:08 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: |
|
FEDORA-2022-50c9d91994 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-50c9d91994 FEDORA-2022-b96411f7ec has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-b96411f7ec FEDORA-EPEL-2022-afaad8b85a has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-afaad8b85a FEDORA-EPEL-2022-afaad8b85a has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-afaad8b85a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-50c9d91994 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-50c9d91994` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-50c9d91994 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-b96411f7ec has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-b96411f7ec` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-b96411f7ec See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-50c9d91994 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2022-afaad8b85a has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-b96411f7ec has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |
Created attachment 1929365 [details] proposed patch Description of problem: BDII fails to start Version-Release number of selected component (if applicable): bdii-5.2.26-8.el9.noarch How reproducible: always Additional info: EPEL9 updated openldap-servers to a 2.6 release some weeks ago. bdii-slapd.conf is incompatible with it. hdb database backend type is no longer supported, mdb probably needs to be used instead. The mdb backend however does not support cachesize option. With the attached patch I could make bdii run on EL9. bdii-top-slapd.conf probably needs to be adapted accordingly.