Bug 1001153

Summary: sssd service could not be started
Product: Red Hat Enterprise Linux 7 Reporter: David Spurek <dspurek>
Component: sssdAssignee: Jakub Hrozek <jhrozek>
Status: CLOSED CURRENTRELEASE QA Contact: Kaushik Banerjee <kbanerje>
Severity: high Docs Contact:
Priority: high    
Version: 7.0CC: 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
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:

Comment 1 Jakub Hrozek 2013-08-26 15:02:16 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.

Comment 2 Jakub Hrozek 2013-08-26 15:04:48 UTC
Upstream ticket:
https://fedorahosted.org/sssd/ticket/2057

Comment 3 Jakub Hrozek 2013-08-29 16:36:06 UTC
Fixed upstream in 1.11.0

Comment 6 Jakub Hrozek 2013-10-04 13:23:51 UTC
Temporarily moving bugs to MODIFIED to work around errata tool bug

Comment 8 Amith 2013-11-15 13:08:29 UTC
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

Comment 9 Ludek Smid 2014-06-13 11:41:52 UTC
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.