I was going to add a group to myself… Wanted to be able to run minicom w/o sudo. But, I was met with a lot of sssd warnings.
$ stat /dev/ttyUSB0 | grep -i gid
Access: (0660/crw-rw----) Uid: ( 0/ root) Gid: ( 18/ dialout)
$ sudo usermod -aG dialout $USER
[sss_cache] [sysdb_domain_cache_connect] (0x0010): DB version too old [0.23], expected [0.24] for domain implicit_files!
Higher version of database is expected!
In order to upgrade the database, you must run SSSD.
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
[sss_cache] [sysdb_domain_cache_connect] (0x0010): DB version too old [0.23], expected [0.24] for domain implicit_files!
Higher version of database is expected!
In order to upgrade the database, you must run SSSD.
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
I did see a post here on the forum about the sssd warnings: "DB version is too old" warnings Not sure I saw a solution there.
Here are a few more commands, if they are to any help. ![]()
$ sudo ll /var/lib/sss/db/
total 5,6M
-rw-------. 1 root root 1,6M 17 maj 2024 cache_implicit_files.ldb
-rw-------. 1 sssd sssd 1,3M 14 aug 2023 config.ldb
-rw-------. 1 root root 1,3M 3 jan 2023 sssd.ldb
-rw-------. 1 root root 1,6M 17 maj 2024 timestamps_implicit_files.ldb
$ systemctl status sssd
● sssd.service - System Security Services Daemon
Loaded: loaded (/usr/lib/systemd/system/sssd.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Condition: start condition failed at Wed 2026-08-26 07:40:00 CEST; 3s ago
├─ ConditionPathExists=|/etc/sssd/sssd.conf was not met
└─ ConditionDirectoryNotEmpty=|/etc/sssd/conf.d was not met
# restarting sssd didn't help
$ sudo ll /etc/sssd/
total 0
drwx--x--x. 2 sssd sssd 6 28 jul 08.28 conf.d
drwx--x--x. 2 root root 6 28 jul 08.28 pki
$ sudo ll -R /etc/sssd/
/etc/sssd/:
total 0
drwx--x--x. 2 sssd sssd 6 28 jul 08.28 conf.d
drwx--x--x. 2 root root 6 28 jul 08.28 pki
/etc/sssd/conf.d:
total 0
/etc/sssd/pki:
total 0
Those “ldb” files looks quite old. I guess they’re from my install. At least one of them are. I installed this system in Jan 3, 2023.
$ stat / | grep Birth
Birth: 2023-01-03 10:41:56.436982000 +0100
And I’m not sure why the /etc/sssd folders say July 28. I’ve never been into them before - so, I guess an update bumped the dates …and maybe an update broke it and introduced the wanrings? Just a guess, of course.
―
Did see 1 solution here: Fix "DB version too old " · GitHub
Would that one work?
Note: Despite the warnings, the group was added - so I don’t know where that leaves all the warnings.
$ groups $USER
er… : er… lp wheel cdrom dialout video audio mock
ˇˇˇˇˇˇˇ