Summary: | Baloo crash on login | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | Martin Riethmayer <ripper> |
Component: | Baloo File Daemon | Assignee: | Stefan Brüns <stefan.bruens> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version First Reported In: | 5.68.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Riethmayer
2020-03-24 08:26:52 UTC
Unfortunately your DB is internally inconsistent. Try running `balooctl purge`. Its probably time to dump LMDB in favor of e.g. sqlite, as several other projects have done: RPM: - https://github.com/rpm-software-management/rpm/commit/7de982ac0957c42f228b43685d9f486e55eac331 openLDAP (LMDB-backed) vs 389-DS: - https://access.redhat.com/solutions/2440481 - "Starting with Red Hat Enterprise Linux 7.4, the openldap-servers package has been deprecated" - https://www.suse.com/releasenotes/x86_64/SUSE-SLES/15/#Intro.New - "389 Directory Server replaces OpenLDAP to provide a sustainable directory service." Problems in Firefox: https://bugs.openldap.org/show_bug.cgi?id=9037 Problems in Monero, Nimiq, ... (google for MDB_BAD_TXN): https://monero.stackexchange.com/questions/6586/daemon-shuts-down-on-startup-mdb-bad-txn-transaction-must-abort-has-a-child Thanks, fixed |