Sssd not starting- failed


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Sssd not starting- failed
# 8  
Old 03-26-2017
Hi,

You shouldn't really need to try different versions of things, that's what's odd. Whatever comes as standard in the default SLES 11 SP3 repo should work. SSSD and its dependencies certainly seem to be part of the package repository from what I can see. Whatever YaST/zypper gives you should be correct for your distro, as long as you've not done anything non-standard to your configured software repos. Are you just using the default repos for your exact release of SLES, or have you customised them in any way ?
# 9  
Old 03-26-2017
Yes there is a centralized repo server which is updated w.r.t to kernel version 3.0.101, Its not connected to SUSE. I have compared the existing glibc libraries which is lesser version compared with centralized repo.

Also, I tried below:

Code:
zypper in -f *sssd*
zypper in -f libldb1
Zypper rm *sssd* -y
zypper rm libldb1
zypper in libldb1
zypper in *sssd* -y

Still same error message.
# 10  
Old 03-26-2017
Hi,

Just to make sure I understand you correctly then, is it the case that your system is running different versions of the kernel and glibc compared to a default SLES 11 SP3 install ?
# 11  
Old 03-26-2017
Repo is with recently available kernel version 3.0.101-0.47.90 but the server is with older kernel which might be causing the issue?

The kernel version are available in SUSE site:
Support | Table of Kernel Versions for SUSE Linux Enterprise Server
# 12  
Old 03-26-2017
Hi,

I don't think the kernel is likely to be suspect here, due to the nature of the error messages you're getting. Still, you could always do an update on the system to bring all packages up to the latest available version and see if that helps.

Fundamentally, some package somewhere in the chain must not be from the same source as the others. If everything was the default SUSE packages, then you wouldn't be getting very unusual messages like this, as they're all designed to work together.

Have you upgraded or replaced any other packages on which these ones depend ? Do you have multiple instances of the same libraries on the system, maybe ? Any funny entries in /etc/ld.so.conf ? Somewhere in the dependency chain or set of packages on your system is something that doesn't belong, and it's causing issues with other things further up the chain, so to speak.

If it comes to it I suppose you could always build SSSD from source, but that would really be a solution of absolute last resort.

Last edited by drysdalk; 03-26-2017 at 06:09 PM..
This User Gave Thanks to drysdalk For This Post:
# 13  
Old 03-27-2017
Hi,

No upgrade has been done on other packages as far as I could see.
ld.so.conf output:

Code:
# cat /etc/ld.so.conf
/usr/X11R6/lib64/Xaw3d
/usr/X11R6/lib64
/usr/lib64/Xaw3d
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/lib/Xaw3d
/usr/x86_64-suse-linux/lib
/usr/local/lib
/opt/kde3/lib
/lib64
/lib
/usr/lib64
/usr/lib
/usr/local/lib64
/opt/kde3/lib64
include /etc/ld.so.conf.d/*.conf

Also,

Code:
# rpm -qR sssd-1.9.4-0.26.1
pam-config
/sbin/ldconfig
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
/bin/sh
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_2.8)(64bit)
libcares.so.2()(64bit)
libcollection.so.2()(64bit)
libcom_err.so.2()(64bit)
libcrypto.so.0.9.8()(64bit)
libdbus-1.so.3()(64bit)
libdhash.so.1()(64bit)
libdl.so.2()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libglib-2.0.so.0()(64bit)
libini_config.so.2()(64bit)
libk5crypto.so.3()(64bit)
libkeyutils.so.1()(64bit)
libkeyutils.so.1(KEYUTILS_0.3)(64bit)
libkrb5.so.3()(64bit)
libkrb5.so.3(krb5_3_MIT)(64bit)
liblber-2.4.so.2()(64bit)
libldap-2.4.so.2()(64bit)
libldb.so.1()(64bit)
libnl.so.1()(64bit)
libpam.so.0()(64bit)
libpam.so.0(LIBPAM_1.0)(64bit)
libpam.so.0(LIBPAM_EXTENSION_1.0)(64bit)
libpam.so.0(LIBPAM_MODUTIL_1.0)(64bit)
libpcre.so.0()(64bit)
libpopt.so.0()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0(GLIBC_2.4)(64bit)
libresolv.so.2()(64bit)
libsss_idmap.so.0()(64bit)
libtalloc.so.2()(64bit)
libtdb.so.1()(64bit)
libtevent.so.0()(64bit)
libz.so.1()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1

strace output:

Code:
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, 0x7fffe42dad64, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn(0xffffffffffffffff)        = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7f05893529e0}, {0x4356f0, [], SA_RESTORER|SA_RESTART, 0x7f05893529e0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(1, F_GETFD)                       = 0
fcntl(1, F_DUPFD, 10)                   = 10
fcntl(1, F_GETFD)                       = 0
fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
close(1)                                = 0
dup2(2, 1)                              = 1
fcntl(2, F_GETFD)                       = 0
write(1, "\0337\33[?25l\r\33[155C\33[10D\33[1;31mfaile"..., 46                                                                                  failed
) = 46
close(1)                                = 0
dup2(10, 1)                             = 1
fcntl(10, F_GETFD)                      = 0x1 (flags FD_CLOEXEC)
close(10)                               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
read(255, "rc_exit\n\n", 1785)          = 9
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(7)                           = ?

So, better to update the packages excluding kernel?
# 14  
Old 03-27-2017
I am by no means a SuSE-expert but this:

Quote:
Originally Posted by Sridaran
Code:
# rpm -Vv libldb1-3.6.3-64.1
........ /usr/lib64/ldb
........ /usr/lib64/ldb/asq.so

seems not to align all too well with this:

Quote:
Originally Posted by Sridaran
Code:
# rpm -qa |grep -i sssd
python-sssd-config-1.9.4-0.26.1
sssd-32bit-1.9.4-0.26.1
sssd-tools-1.9.4-0.26.1
sssd-1.9.4-0.26.1

Might it be that there is a 32-bit/64-bit mismatch in oyur libraries and application programs?

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
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