Sssd not starting- failed


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Sssd not starting- failed
# 15  
Old 03-27-2017
Hello,

Thanks for the response!
Actually we have both 32 and 64 as well.

The other package is for 64:
Code:
sssd-1.9.4-0.26.1

Code:
# rpm -ql sssd-1.9.4-0.26.1|grep -i 64
/lib64/libnss_sss.so.2
/lib64/security/pam_sss.so
/usr/lib64/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.so
/usr/lib64/ldb
/usr/lib64/ldb/memberof.so
/usr/lib64/libsss_sudo.so
/usr/lib64/sssd
/usr/lib64/sssd/krb5_child
/usr/lib64/sssd/ldap_child
/usr/lib64/sssd/libsss_krb5.so
/usr/lib64/sssd/libsss_ldap.so
/usr/lib64/sssd/libsss_proxy.so
/usr/lib64/sssd/libsss_simple.so
/usr/lib64/sssd/modules
/usr/lib64/sssd/modules/libsss_autofs.la
/usr/lib64/sssd/modules/libsss_autofs.so
/usr/lib64/sssd/proxy_child
/usr/lib64/sssd/sssd_autofs
/usr/lib64/sssd/sssd_be
/usr/lib64/sssd/sssd_nss
/usr/lib64/sssd/sssd_pam
/usr/lib64/sssd/sssd_ssh
/usr/lib64/sssd/sssd_sudo

I tried by removing 32bit sssd package and re-install 64 only but still same error message.

---------- Post updated at 07:56 PM ---------- Previous update was at 10:01 AM ----------

Hello Guys,

As verified on SUSE portal below SLES 11.3 starts with kernel version 3.0*...... I did not dig deep to check why it has lesser kernel version :-(


SUSE/SLES/Kernel versions - MicroFocusInternationalWiki

As far as I know sssd version with 1.5 itself has few bug's and will not start sometime, hence I dropped configuring sssd instead I configured in below steps which worked:

1>install:
Code:
zypper in nss_ldap
zypper in pam_ldap
zypper in nscd

2>update nscd (cache) with passwd group and hosts on
Code:
/etc/nscd.conf

3>updated
Code:
/etc/ldap.con and /etc/openldap/ldap.conf

4> updated
Code:
/etc/nsswitch.conf

file with
Code:
"files ldap"

in passwd and group

5> updated pam.d common-auth,common-account,common-password and common-session

ldapsearch -x uid=userid and getent passwd userid worked also login worked with LDAP integrated credentails.

Thank you very much for responding/checking on this.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Starting Applications With X

So, I wanted to see if I could just use X without a desktop. I installed Debian from a netinstall on a vm and installed xorg with apt. Logged in as a normal user with startx and had a big black background. Seemed like everything was working as expected, so I went to configure tint2 at start up. I... (3 Replies)
Discussion started by: Azrael
3 Replies

2. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies

3. UNIX for Advanced & Expert Users

Authenticating with SSSD / Kerberos against Windows Server 2012 R2

I'm authenticating with SSSD / Kerberos against Windows Server 2012 R2. I've setup credentails delegation using these options: Host * GSSAPIAuthentication yes GSSAPIDelegateCredentials yes GSSAPITrustDns yes For both client/server but no luck. I've read online that I need to run... (2 Replies)
Discussion started by: Devyn
2 Replies

4. UNIX for Dummies Questions & Answers

starting programmer

Hi to all, I'm started to write some very simple loops in bash an i'm getting this error -bash: (the example is just to show when the error appeared) the code was x=o while do echo "hello" x++ done (5 Replies)
Discussion started by: gogodash
5 Replies

5. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

6. AIX

SFTP Failed---Request for subsystem 'sftp' failed on channel 0

Hi, While I am trying SFTP my machine to another unix machine , it was working fine till 10 min back. But now i am getting the below error "Request for subsystem 'sftp' failed on channel 0" Could you please someone help me to solve or analyise the root cause... Cheers:b:, Mahiban (0 Replies)
Discussion started by: mahiban
0 Replies

7. Shell Programming and Scripting

Starting over

I am re-learning UNIX and want to download Unix to my lab for studying on the road. Any suggestions? Got several books, but need to run scripts :rolleyes: (2 Replies)
Discussion started by: DudeMan
2 Replies

8. Linux

Starting second X session

I've installed Fedora Core 2 on a machine on my home network. X Windows (GNOME) is set up and works correctly, when I log in from the console. However, when using Cygwin X from a different machine and trying to start an X session using startx it gives me the following error That makes sense... (2 Replies)
Discussion started by: dangral
2 Replies

9. UNIX for Dummies Questions & Answers

Starting X?

I just installed FreeBSD 4.5 and I want to find out how I can start and run X? When I boot I get taken to the command line. Xconfigurator doesn't want to work. (2 Replies)
Discussion started by: AMDPwred
2 Replies

10. UNIX for Dummies Questions & Answers

Starting up

:confused: I have put together an old machine with a 386DX CPU (40MHz) with 8Mb of RAM and a 160Mb hard disk. One guy told me that its still suitable for UNIX. Can enyone give me some hints on how to start? (1 Reply)
Discussion started by: msm
1 Replies
Login or Register to Ask a Question