Bug 893163 - [abrt] freeipa-client-3.1.0-2.fc18: ipadiscovery.py:442:ipadnssearchkrb:TypeError
Summary: [abrt] freeipa-client-3.1.0-2.fc18: ipadiscovery.py:442:ipadnssearchkrb:TypeE...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: freeipa
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:f69f905e8d3e8242d6f44832804...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-08 18:45 UTC by Orion Poplawski
Modified: 2013-03-22 11:04 UTC (History)
4 users (show)

Fixed In Version: freeipa-3.1.2-1.fc18
Clone Of:
Environment:
Last Closed: 2013-03-22 11:04:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (987 bytes, text/plain)
2013-01-08 18:45 UTC, Orion Poplawski
no flags Details
File: core_backtrace (482 bytes, text/plain)
2013-01-08 18:45 UTC, Orion Poplawski
no flags Details
File: environ (2.80 KB, text/plain)
2013-01-08 18:45 UTC, Orion Poplawski
no flags Details

Description Orion Poplawski 2013-01-08 18:45:46 UTC
Description of problem:
Ran ipa-client-install with no options.  Note that DNS auto-discovery is not yet configured.  I have:

_ldap_._tcp.cora.nwra.com. in txt 0 0 636 ipa.cora.nwra.com.
_kerberos.cora.nwra.com.   in txt "NWRA.COM"
_kerberos._udp.cora.nwra.com. in txt 0 0 88 ipa.cora.nwra.com.

But no _kerberos._udp.cora.nwra.com record.

Still, shouldn't traceback.

Version-Release number of selected component:
freeipa-client-3.1.0-2.fc18

Additional info:
cmdline:        /usr/bin/python -E /sbin/ipa-client-install
executable:     /sbin/ipa-client-install
kernel:         3.6.11-3.fc18.x86_64
uid:            0

Truncated backtrace:
ipadiscovery.py:442:ipadnssearchkrb:TypeError

Traceback (most recent call last):
  File "/sbin/ipa-client-install", line 1977, in <module>
    sys.exit(main())
  File "/sbin/ipa-client-install", line 1963, in main
    rval = install(options, env, fstore, statestore)
  File "/sbin/ipa-client-install", line 1331, in install
    ret = ds.search(domain=options.domain, server=options.server, hostname=hostname)
  File "/usr/lib/python2.7/site-packages/ipaclient/ipadiscovery.py", line 209, in search
    krb_realm, kdc = self.ipadnssearchkrb(self.domain)
  File "/usr/lib/python2.7/site-packages/ipaclient/ipadiscovery.py", line 442, in ipadnssearchkrb
    kdc = ','.join(kdc)
TypeError

Local variables in innermost frame:
domain: 'nwra.com'
realm: 'NWRA.COM'
self: <ipaclient.ipadiscovery.IPADiscovery object at 0x7f0b9cd78210>
qname: '_kerberos.cora.nwra.com'
answers: <dns.resolver.Answer object at 0x2ab0f10>
kdc: None
answer: <DNS IN TXT rdata: "NWRA.COM">
tdomain: 'cora.nwra.com'

Comment 1 Orion Poplawski 2013-01-08 18:45:49 UTC
Created attachment 675002 [details]
File: backtrace

Comment 2 Orion Poplawski 2013-01-08 18:45:50 UTC
Created attachment 675003 [details]
File: core_backtrace

Comment 3 Orion Poplawski 2013-01-08 18:45:52 UTC
Created attachment 675004 [details]
File: environ

Comment 5 Martin Kosek 2013-01-09 08:41:11 UTC
Just for the record, this is the (resolved) upstream ticket:
https://fedorahosted.org/freeipa/ticket/3316


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