Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 870039 - sss_cache says 'Wrong DB version'
sss_cache says 'Wrong DB version'
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: sssd (Show other bugs)
6.4
Unspecified Unspecified
unspecified Severity unspecified
: rc
: ---
Assigned To: Jakub Hrozek
Kaushik Banerjee
:
Depends On:
Blocks: 881827
  Show dependency treegraph
 
Reported: 2012-10-25 09:08 EDT by Dmitri Pal
Modified: 2013-06-05 13:18 EDT (History)
4 users (show)

See Also:
Fixed In Version: sssd-1.9.2-18.el6
Doc Type: Bug Fix
Doc Text:
Cause: sss_cache was run after SSSD downgrade but the cache file remained from previous SSSD version. Thus sss_cache did not know how to manipulate with the cache file. Consequence: sss_cache printed confusing error message. Fix: Invalid db version error message was improved in sss_cache tool. Result: When an invalid cache version is detected, sss_cache print a suggested solution.
Story Points: ---
Clone Of:
Environment:
Last Closed: 2013-02-21 04:38:35 EST
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0508 normal SHIPPED_LIVE Low: sssd security, bug fix and enhancement update 2013-02-20 16:30:10 EST

  None (edit)
Description Dmitri Pal 2012-10-25 09:08:36 EDT
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/sssd/ticket/1589

https://bugzilla.redhat.com/show_bug.cgi?id=868121 (''Fedora'')

{{{
Description of problem:

sss_cache fails to clear the cache:

$ sudo sss_cache -UG
(Fri Oct 19 07:38:23:724827 2012) [sss_cache] [sysdb_domain_init_internal]
(0x0010): Wrong DB version (got 0.13 expected 0.11)
Could not open available domains

Version-Release number of selected component (if applicable):

$ rpm -q sssd
sssd-1.9.2-1.fc18.x86_64

How reproducible:

Every time


sssd is running

[stef@stef-rawhide realmd]$ ps -xa | grep sss
 7521 ?        Ss     0:00 /usr/sbin/sssd -D -f
 7522 ?        S      0:00 /usr/libexec/sssd/sssd_be --domain ipa.thewalter.lan
--debug-to-files
 7523 ?        S      0:00 /usr/libexec/sssd/sssd_be --domain AD
--debug-to-files
 7524 ?        S      0:00 /usr/libexec/sssd/sssd_be --domain RADI08
--debug-to-files
 7525 ?        S      0:00 /usr/libexec/sssd/sssd_nss --debug-to-files
 7526 ?        S      0:00 /usr/libexec/sssd/sssd_pam --debug-to-files
}}}
Comment 2 Amith 2012-11-29 10:14:35 EST
Verified the BZ on SSSD version: sssd-1.9.2-27.el6

As part of testing, i modified the cache sysdb version to a non-existent value (0.99z). I hope we will never have an alphanumeric version for sysdb. Subsequent execution of sss_cache commad produced a better error message. See the cmd output below:

# sss_cache -U 
(Thu Nov 29 20:33:23:126171 2012) [sss_cache] [sysdb_domain_init_internal] (0x0010): Wrong DB version (got 0.99z expected 0.14)
Lower version of database is expected!
Removing cache files in /var/lib/sss/db should fix the issue, but note that removing cache files will also remove all of your cached credentials.
Could not open available domains
Comment 3 errata-xmlrpc 2013-02-21 04:38:35 EST
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2013-0508.html

Note You need to log in before you can comment on or make changes to this bug.