| Summary: | sssd service could not be started | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | David Spurek <dspurek> |
| Component: | sssd | Assignee: | Jakub Hrozek <jhrozek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Kaushik Banerjee <kbanerje> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 | CC: | apeetham, dspurek, ebenes, grajaiya, jgalipea, lslebodn, mkosek, pbrezina |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | ppc64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sssd-1.11.0-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 11:41:52 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
David Spurek
2013-08-26 14:52:35 UTC
This is caused by a bad DBus message construction. We use the standard C bool type which is 1 byte wide and DBus expects 4 bytes. Upstream ticket: https://fedorahosted.org/sssd/ticket/2057 Fixed upstream in 1.11.0 Temporarily moving bugs to MODIFIED to work around errata tool bug
Verified the bug on SSSD version: sssd-1.11.2-1.el7.s390x and sssd-1.11.2-1.el7.ppc64
Successfully installed and started sssd service on both arch's. See the sssd service status from both the systems:
-------------------------------------------------------
HOSTNAME=ibm-ps701-01-lp3.rhts.eng.bos.redhat.com
DISTRO=RHEL-7.0-20131107.1
ARCHITECTURE=ppc64
[root@ibm-ps701-01-lp3 ~]# systemctl start sssd.service
[root@ibm-ps701-01-lp3 ~]#
[root@ibm-ps701-01-lp3 ~]# systemctl status sssd.service
sssd.service - System Security Services Daemon
Loaded: loaded (/usr/lib/systemd/system/sssd.service; enabled)
Active: active (running) since Fri 2013-11-15 07:40:38 EST; 13s ago
Process: 9562 ExecStart=/usr/sbin/sssd -D -f (code=exited, status=0/SUCCESS)
Main PID: 9563 (sssd)
CGroup: /system.slice/sssd.service
├─9563 /usr/sbin/sssd -D -f
├─9564 /usr/libexec/sssd/sssd_be --domain LDAP --debug-to-files
├─9565 /usr/libexec/sssd/sssd_nss --debug-to-files
└─9566 /usr/libexec/sssd/sssd_pam --debug-to-files
---------------------------------------------------------------------
HOSTNAME=ibm-z10-29.rhts.eng.bos.redhat.com
DISTRO=RHEL-7.0-20131113.n.0
ARCHITECTURE=s390x
[root@ibm-z10-29 ~]# service sssd status
Redirecting to /bin/systemctl status sssd.service
sssd.service - System Security Services Daemon
Loaded: loaded (/usr/lib/systemd/system/sssd.service; enabled)
Active: active (running) since Thu 2013-11-14 08:32:09 EST; 23h ago
Process: 26043 ExecStart=/usr/sbin/sssd -D -f (code=exited, status=0/SUCCESS)
Main PID: 26044 (sssd)
CGroup: /system.slice/sssd.service
├─26044 /usr/sbin/sssd -D -f
├─26045 /usr/libexec/sssd/sssd_be --domain LDAP --debug-to-files
├─26046 /usr/libexec/sssd/sssd_nss --debug-to-files
└─26047 /usr/libexec/sssd/sssd_pam --debug-to-files
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |