Bug 659136
Summary: | SSSD shutdown sometimes hangs | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Stephen Gallagher <sgallagh> | |
Component: | sssd | Assignee: | Stephen Gallagher <sgallagh> | |
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 5.6 | CC: | benl, dpal, grajaiya, jgalipea, jonathan, prc | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | sssd-1.2.1-39.el5 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 659401 (view as bug list) | Environment: | ||
Last Closed: | 2011-01-13 22:37:36 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: | 659401 |
Description
Stephen Gallagher
2010-12-02 00:29:37 UTC
Script used to test: #/bin/bash i=0 while [ $i -lt 300 ] ; do service sssd condrestart let i=$i+1 done service sssd status if [ $? -ne 0 ] ; then echo "FAILED: sssd is not running after $i restarts" else echo "PASSED: sssd is running after $i restarts" fi exit 0 #EOF <snip> Starting sssd: [ OK ] Stopping sssd: [ OK ] Starting sssd: [ OK ] sssd (pid 26092) is running... PASSED: sssd is running after 300 restarts </snip> Version: sssd-1.2.1-39.el5 I'm observing this in up-to-date F13. Do you want me to open a separate bug report or will the fix be pushed to Fedora 13 automatically as well? Please open a bug against Fedora. It's fixed in F14, but I haven't backported the change to F13. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0044.html |