RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1256698 - unhandled Python exception in '/usr/libexec/ipa/com.redhat.idm.trust-fetch-domains'
Summary: unhandled Python exception in '/usr/libexec/ipa/com.redhat.idm.trust-fetch-do...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: ipa
Version: 7.2
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: IPA Maintainers
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-25 09:45 UTC by Sudhir Menon
Modified: 2015-08-25 10:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-25 10:33:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Logs (3.82 KB, text/plain)
2015-08-25 09:45 UTC, Sudhir Menon
no flags Details

Description Sudhir Menon 2015-08-25 09:45:58 UTC
Created attachment 1066801 [details]
Logs

Description of problem: when "ipa trust-fetch-domains" command is run it runs successfully but displays error message in /var/log/messages 


Version-Release number of selected component (if applicable):
ipa-server-4.2.0-5.el7.x86_64
ipa-server-trust-ad-4.2.0-5.el7.x86_64
ipa-server-dns-4.2.0-5.el7.x86_64


How reproducible:Always reproducible when the command 
"sudo ipa trust-fetch-domains" is fired.


Steps to Reproduce:
1. Establish trust between IPA server domain and Windows AD domain
2. Ensure IPA Server domain is listed under Windows AD Trust and Services  

[smenon@ipaserver ~]$ sudo ipa trust-find
---------------
1 trust matched
---------------
  Realm name: testqa.in
  Domain NetBIOS name: TESTQA
  Domain Security Identifier: S-1-5-21-1521174288-3006602325-1802481311
  Trust type: Active Directory domain
----------------------------
Number of entries returned 1
----------------------------

3.Now run the below command
[smenon@ipaserver ~]$ sudo ipa trust-fetch-domains


Actual results:
The command executes and displays the below output which is correct since there are no subdomains in the test enviornment, but when we check /var/log/messages it displays the below.

Aug 25 14:57:08 ipaserver python2: detected unhandled Python exception in '/usr/libexec/ipa/com.redhat.idm.trust-fetch-domains'
Aug 25 14:57:08 ipaserver abrt-server: Package 'ipa-server-trust-ad' isn't signed with proper key
Aug 25 14:57:08 ipaserver abrt-server: 'post-create' on '/var/spool/abrt/Python-2015-08-25-14:57:08-9372' exited with 1
Aug 25 14:57:08 ipaserver abrt-server: Deleting problem directory '/var/spool/abrt/Python-2015-08-25-14:57:08-9372'


Expected results: exception messages should be fixed.


Additional info: Attachment

Related Bugs.
https://bugzilla.redhat.com/show_bug.cgi?id=1250190
https://bugzilla.redhat.com/show_bug.cgi?id=1250192


Note You need to log in before you can comment on or make changes to this bug.