FS#64912 - [sssd] Requires ldb from Testing

Attached to Project: Community Packages
Opened by Alexey Stukalov (alyst) - Friday, 20 December 2019, 14:45 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Friday, 20 December 2019, 15:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Massimiliano Torromeo (mtorromeo)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Installing the latest sssd-2.2.3-1 has broken domain integration for me.
/usr/lib/ldb/modules/ldb/memberof.so depends on libldb.so.2 from ldb package (not in sssd dependencies), but the version that is provided by stable repositories is ldb-1.5.6-2, which only has libldb.so.1. libldb.so.2 is present in 2.0.7-1 from testing.
However, after installing ldb-2.0.7, I still cannot run the sssd systemd service and the services that depend on it:
```
Dez 20 15:26:34 xxx sssd[be[yyy]][14537]: Starting up
Dez 20 15:26:34 xxx sssd[14515]: Exiting the SSSD. Could not restart critical service [yyy].
Dez 20 15:26:34 xxx systemd[1]: sssd.service: Main process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- An ExecStart= process belonging to unit sssd.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
Dez 20 15:26:34 xxx systemd[1]: sssd.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- The unit sssd.service has entered the 'failed' state with result 'exit-code'.
Dez 20 15:26:34 xxx systemd[1]: Failed to start System Security Services Daemon.
-- Subject: A start job for unit sssd.service has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- A start job for unit sssd.service has finished with a failure.
--
-- The job identifier is 15139 and the job result is failed.
```
This task depends upon

Closed by  Massimiliano Torromeo (mtorromeo)
Friday, 20 December 2019, 15:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  sssd-2.2.3-2
Comment by Alexey Stukalov (alyst) - Friday, 20 December 2019, 14:55 GMT
Reverting to sssd-2.2.2 and ldb-1.5.6 has worked for me.

Loading...