| Summary: | Stopping sssd service doesn't kill sssd daemon started from cmdline | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Kaushik Banerjee <kbanerje> |
| Component: | sssd | Assignee: | Jakub Hrozek <jhrozek> |
| Status: | CLOSED WONTFIX | QA Contact: | Kaushik Banerjee <kbanerje> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | dlackey, dpal, grajaiya, jgalipea, lslebodn, mkosek, pbrezina |
| Target Milestone: | rc | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-14 14:05:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Kaushik Banerjee
2013-11-13 10:39:33 UTC
That's not something sssd controls, it's a feature of systemd. I just tried it with httpd as well and it's the same "issue". Closing. Please reopen this bug against systemd if you don't like the current behaviour. sssd can be started from cmdline but needs to be killed from cmdline since systemctl cannot stop the process starting from cmdline. This is a change in behaviour from RHEL6. Re-opening this bug to have this documented in release note and IPA installation guide. (In reply to Kaushik Banerjee from comment #3) > sssd can be started from cmdline but needs to be killed from cmdline since > systemctl cannot stop the process starting from cmdline. > > This is a change in behaviour from RHEL6. > > Re-opening this bug to have this documented in release note and IPA > installation guide. Kaushik, this is not a change in behaviour in sssd and there is nothing we can do about this. Please reassign to systemd if you think this requires documentation. Thanks. We need to make sure that man pages and documentation are updated to reflect that sssd can not be started this way ... remove references to it etc ... It would also be nice to fail with an appropriate message. (In reply to Jenny Galipeau from comment #5) > We need to make sure that man pages and documentation are updated to reflect > that sssd can not be started this way ... remove references to it etc ... > It would also be nice to fail with an appropriate message. SSSD *can* be started manually, it just needs to be stopped manually as well, either with Ctrl+C on the command line or by sending SIGTERM to the monitor process. If you start SSSD with one mechanism (manually) you can't stop it with another mechanism (systemctl). That's expected. We never documented this worked and frankly I'd consider the new behaviour an improvement. We can discuss tomorrow on the meeting.. Decision: close this one and open a doc bug against systemd. |