-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSSD freezes gnome-terminal #7797
Comments
Hi.
Any reason you can't use 'true'? |
And why |
I did change these values to true. But the issue still happens. Sometimes when I open up a new Terminal the sssd_domain.log will show a bunch of actions(debug level 9) which shows that he is searching for a bunch of stuff in the ad. |
How large is the list of groups user is member of? |
The user is in 34 Groups. |
34 groups and 'ignore_group_members = true' shouldn't be a reason of lags (if network connection is fine). One needs to enable and inspect sssd logs. |
Ok, I will take a closer look at the sssd.log. But I also have a question in relation to this topic. Is it normal that when I open a terminal that the sssd_domain.log makes so many requests? As already mentioned, this does not happen with Ubuntu 22.04 and SSSD 2.6.3. Just out of interest, I will post the log as soon as the problem occurs. |
sssd_$domain.log and sssd_nss.log |
Hello, so I checked the logs and the nss.log seems to have the same issue every time this behavior appears. Its the following:
The sssd offline appears even when the system itself is online. |
note: this was after i cleared the cache with sss_cache -E. If the cache seems to be full i get the following message: (2025-01-20 13:22:00): [nss] [cache_req_search_cache] (0x0020): [CID#467] CR #4818: Multiple objects were found when only one was expected! |
Is this log what you called "the sssd_domain.log will search for all users and groups in our domain"? Also log covers 2 seconds - this doesn't match "when I open my Terminal it will just stay blank for a couple minutes". If you want to figure out the reason for "SSSD is offline" - look into domain log. I tend to close this ticket. It doesn't have any clear bug report. |
Hello :) ,
I am using SSSD version 2.9.4 on Ubuntu 24.04. I have the issue that sometimes when I open my Terminal it will just stay blank for a couple minutes and the sssd_domain.log will search for all users and groups in our domain. On a different device with Ubuntu 22.04 and SSSD version 2.6.3 the problem doesn't occur, sssd doesn't seem to search the whole domain and just enters the users command line.
We are using ad authentification and the problem happens every time when the cache is cleared but also randomly after even tho the cache is set to stay 90min. I can't check if the cache is empty at that point and I am not sure if there is a way to check that.
Thanks in advance for your help!
Here is my sssd-config:
The text was updated successfully, but these errors were encountered: