Hide Forgot
Description of problem: sssd service could not be started on big endian architectures Version-Release number of selected component (if applicable): sssd-1.11.0-0.1.beta2.el7 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: sssd service could not be started Expected results: sssd service could be started Additional info:
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.