Bug 1029249

Summary: KeyError: 'Etc'
Product: [Fedora] Fedora Reporter: Brian Lane <bcl>
Component: anacondaAssignee: Vratislav Podzimek <vpodzime>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:5241085ccfc58d3e9d52cb698b5f8fcc383f71b986b2b0d349d56b74bf7a32c9
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-12 08:27:43 UTC Type: ---
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 Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Brian Lane 2013-11-12 00:49:26 UTC
Description of problem:
Updates from 20.25.6-1 on f20-branch. After welcome screen I get this TB right away.

Version-Release number of selected component:
anaconda-20.25.6-1

The following was filed automatically by anaconda:
anaconda 20.25.6-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/langtable.py", line 1072, in _timezone_name_from_id_parts
    if icuLocaleIdQuery in _timezoneIdParts_db[timezoneId_part].names:
  File "/usr/lib/python2.7/site-packages/langtable.py", line 1117, in timezone_name
    timezoneId=timezoneId, icuLocaleIdQuery=icuLocaleIdQuery)
  File "/tmp/updates/pyanaconda/localization.py", line 395, in get_xlated_timezone
    scriptIdQuery=parts.get("script", ""))
  File "/tmp/updates/pyanaconda/ui/gui/spokes/datetime_spoke.py", line 417, in <genexpr>
    for region in self._regions_zones.iterkeys())
  File "/tmp/updates/pyanaconda/ui/gui/spokes/datetime_spoke.py", line 418, in _initialize
    for region, xlated in sorted(xlated_regions, cmp=_compare_regions):
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/tmp/updates/pyanaconda/threads.py", line 168, in run
    threading.Thread.run(self, *args, **kwargs)
KeyError: 'Etc'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020-Beta\x20x86_64 inst.askmethod inst.updates=http://updates.notae.us/updates.img BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.11.6-301.fc20.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        20-Beta

Comment 1 Brian Lane 2013-11-12 00:49:30 UTC
Created attachment 822709 [details]
File: anaconda-tb

Comment 2 Brian Lane 2013-11-12 00:49:33 UTC
Created attachment 822710 [details]
File: anaconda.log

Comment 3 Brian Lane 2013-11-12 00:49:36 UTC
Created attachment 822711 [details]
File: environ

Comment 4 Brian Lane 2013-11-12 00:49:39 UTC
Created attachment 822712 [details]
File: lsblk_output

Comment 5 Brian Lane 2013-11-12 00:49:42 UTC
Created attachment 822713 [details]
File: nmcli_dev_list

Comment 6 Brian Lane 2013-11-12 00:49:45 UTC
Created attachment 822714 [details]
File: os_info

Comment 7 Brian Lane 2013-11-12 00:49:49 UTC
Created attachment 822715 [details]
File: program.log

Comment 8 Brian Lane 2013-11-12 00:49:51 UTC
Created attachment 822716 [details]
File: storage.log

Comment 9 Brian Lane 2013-11-12 00:49:55 UTC
Created attachment 822717 [details]
File: syslog

Comment 10 Brian Lane 2013-11-12 00:49:58 UTC
Created attachment 822718 [details]
File: ifcfg.log

Comment 11 Brian Lane 2013-11-12 00:50:01 UTC
Created attachment 822719 [details]
File: packaging.log

Comment 12 Vratislav Podzimek 2013-11-12 08:27:43 UTC
This is an issue in the langtable module which is already fixed. Using updates.img with langtable-0.0.18-1 or newer eliminates this issue. So does a new compose.

This traceback should thus never appear in any available compose or with properly created updates.img.