Bug 870039
Summary: | sss_cache says 'Wrong DB version' | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Dmitri Pal <dpal> |
Component: | sssd | Assignee: | Jakub Hrozek <jhrozek> |
Status: | CLOSED ERRATA | QA Contact: | Kaushik Banerjee <kbanerje> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4 | CC: | apeetham, grajaiya, jgalipea, pbrezina |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
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 09:38:35 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 881827 |
Description
Dmitri Pal
2012-10-25 13:08:36 UTC
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 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 |