-
Notifications
You must be signed in to change notification settings - Fork 259
Zombie process after Upgrade 2.9.5 to 2.10.1 #7929
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
Comments
Hi. Any errors in /var/log/sssd/sssd.log or sssd_$domain.log? |
I have a machine with the old sssd version (2.9.5, ubuntu 24.10) and did a restart (systemctl restart sssd) on both to get fresh logs. There is a minor error in the sssd.log complaining about the config_file_version attribute. I tested on a clean install of Ubuntu 25.04, the config_file_version entry is created by the command:
So obviously these dont match, but I dont think there is a problem (I deleted the line from my config manually with no change). The domain log starts with an error:
but I see the same output with 2.9.5 and there it does not show the same problem. This seems to me the moment when the problem occurs (but I might be wrong):
Other than that I dont see any real errors. |
This looks to be the problem. Could you please quote log above, starting with first mention of 'child' process, and a pid of |
HI thanks for your reply.
From the process side I can see the following:
Reading the parents:
Querying the parent
1292028 is the child of 1292027
Searching the logs I cannot find any mention of the PIDS 1292027 , 1292028, 1292029 or 1292030 I hope this helps |
Hm... no, it is not. Looks like that Would it be possible to enable 'debug_level = 9' in the domain section of sssd.conf, restart sssd / reproduce the issue and provide the log "around" starting this 'ldap_child' process that is later hung in Z state? |
Hi,
I upgraded some of our test servers from Ubuntu 24.10 to 25.04, which is basically a version change for SSSD from 2.9.5 to 2.10.1.
So far everything works like before, i cannot find out any problems.
Most of the servers greet me with the message:
When I investigate for the process I find this:
Can anyone explain what is going on and how I can resolve this or how to investigate this further?
As said, everything works as expected so far, but still I would prefer not to have this.
Thanks
The text was updated successfully, but these errors were encountered: