Bug 906363
Summary: | ipa-client-install succeeds but the client is not functional | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Maxim Egorushkin <maxim.yegorushkin> | ||||||||||||
Component: | sssd | Assignee: | Jakub Hrozek <jhrozek> | ||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Kaushik Banerjee <kbanerje> | ||||||||||||
Severity: | high | Docs Contact: | |||||||||||||
Priority: | unspecified | ||||||||||||||
Version: | 6.4 | CC: | grajaiya, jgalipea, jhrozek, mkosek, okos, pbrezina | ||||||||||||
Target Milestone: | rc | ||||||||||||||
Target Release: | --- | ||||||||||||||
Hardware: | x86_64 | ||||||||||||||
OS: | Linux | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | Environment: | ||||||||||||||
Last Closed: | 2013-01-31 16:25:03 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: | |||||||||||||
Embargoed: | |||||||||||||||
Attachments: |
|
Description
Maxim Egorushkin
2013-01-31 14:08:38 UTC
Created attachment 690917 [details]
ipa-client installation log
The client install succeeded (in that it configured the system) but you were presented with the error: Unable to find 'admin' user with 'getent passwd admin'! This indicates that sssd is not communicating with the IPA server for some reason. Can you try increasing the debug_level in /etc/sssd/sssd.conf and restarting sssd? (In reply to comment #3) > The client install succeeded (in that it configured the system) but you were > presented with the error: Unable to find 'admin' user with 'getent passwd > admin'! > > This indicates that sssd is not communicating with the IPA server for some > reason. > > Can you try increasing the debug_level in /etc/sssd/sssd.conf and restarting > sssd? Looks like sssd can't start. Will attach sssd.log. Created attachment 690939 [details]
sssd.log when it can't start
Created attachment 690940 [details]
sssd.log when it can't start
From the logs: (Thu Jan 31 14:27:07 2013) [sssd] [mt_svc_exit_handler] (0x0040): Child [xyz.com] terminated with signal [11] Signal 11 is Segmentation fault, so it seems that the back end crashed. Maxim, what is the SSSD version? Can we get the core file and the domain logs (put debug_level=10 into the [domain] section, restart sssd and attach /var/log/sssd/sssd_xyz.log) Anyhow, reassigning to SSSD. Created attachment 691031 [details]
all sssd logs
Jakub,
I am using sssd-1.9.2-24.el6.x86_64.
Here are all sssd logs attached with debug log level as you requested.
Let me see if I can get the core file easily...
Maxim
Created attachment 691037 [details]
core file
xyz is olivetree-solutions
Judging by the version and the changelog I suspect you were hitting #878420 or #883336 (both were fixed later in 6.4). I'll inspect the core file to be sure. Just in case: sssd does not start on boot, # service sssd start Hangs forever. It's definitely #878420. Sorry, it was introduced in -23 and fixed in -29. I'm marking this bugzilla as duplicate. Please upgrade to a later build where your issue should be resolved and reopen the bugzilla if it's still affecting you with later builds. (In reply to comment #11) > Just in case: sssd does not start on boot, > > # service sssd start > > Hangs forever. That's https://bugzilla.redhat.com/show_bug.cgi?id=880140 also fixed in 6.4 Please update to the latest build available. Thank you! *** This bug has been marked as a duplicate of bug 878420 *** As a workaround you should be able to set ldap_sasl_authid manually: ldap_sasl_authid = host/hostname@REALM But I would recommend upgrading anyway, there was a huge number of bugs fixed between the version you are running and the 6.4 candidate. Thans a lot Jakub. I wonded how do I upgrade please? # yum update Loaded plugins: product-id, security, subscription-manager This system is receiving updates from Red Hat Subscription Management. rhel-6-server-cf-tools-1-rpms | 2.8 kB 00:00 rhel-6-server-rhev-agent-rpms | 2.8 kB 00:00 rhel-6-server-rpms | 3.7 kB 00:00 rhel-6-server-rpms/primary_db | 17 MB 00:01 Setting up Update Process No Packages marked for Update Adding ldap_sasl_authid config parameter fixed the problem and it now works as expected. Thanks a lot again. I am still wondering where I could get "the 6.4 candidate" you mentioned... I admit I don't know how was the pre-release you are running distributed. But I would guess that either a new channel would appear on RHN or the current one would be updated. But I'm really guessing. Red Hat support would give the best answer I suppose... |