Bug 976630
Summary: | UnicodeDecodeError: 'ascii' codec can't decode byte 0xe0 in position 11: ordinal not in range(128) | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Parag Nemade <pnemade> | ||||||||||||||||||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||
Version: | 19 | CC: | anaconda-maint-list, awilliam, dshea, g.kaviyarasu, jonathan, kparal, lbrabec, mkolman, sbueno, stephane.raimbault, ultima.ratio.regum69, vanmeeuwen+fedora | ||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||
Whiteboard: | abrt_hash:2b310f1b50361715e1954a1112e5af712e0601c9541e4f95d15b8aac4c9df40d | ||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||
Last Closed: | 2013-06-24 16:43:29 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
Parag Nemade
2013-06-21 04:32:31 UTC
Created attachment 763636 [details]
File: anaconda-tb
Created attachment 763637 [details]
File: anaconda.log
Created attachment 763638 [details]
File: environ
Created attachment 763639 [details]
File: lsblk_output
Created attachment 763640 [details]
File: messages
Created attachment 763641 [details]
File: nmcli_dev_list
Created attachment 763642 [details]
File: os_info
Created attachment 763643 [details]
File: program.log
Created attachment 763644 [details]
File: storage.log
Created attachment 763645 [details]
File: ifcfg.log
I just tried to install Fedora 19 TC6 Live x86_64 with autoselected czech, all default (reclaim space), when I hit begin button I got traceback. It seems to be similar to bugs 975159 and 973019. cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-osimg-min --lang en_US.UTF-8 cmdline_file: initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Desktop-x86_64-19-TC rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 hashmarkername: anaconda kernel: 3.9.5-301.fc19.x86_64 other involved packages: python-libs-2.7.5-1.fc19.x86_64, python-blivet-0.16-1.fc19.noarch package: anaconda-19.30.9-1.fc19.x86_64 packaging.log: product: Fedora reason: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) release: Fedora release 19 (Schrödinger’s Cat) version: 19 This is probably a duplicate of bug 973019. The installer has crashed after entering my password cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-osimg-min --lang fr_FR.utf8 cmdline_file: initrd=initrd0.img root=live:UUID=404D-864C rootfstype=vfat ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 hashmarkername: anaconda kernel: 3.9.5-301.fc19.x86_64 other involved packages: python-libs-2.7.5-1.fc19.x86_64, python-blivet-0.16-1.fc19.noarch package: anaconda-19.30.9-1.fc19.x86_64 packaging.log: product: Fedora reason: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128) release: Fedora release 19 (Schrödinger’s Cat) version: 19 I need to install in English to workaround this bug. *** This bug has been marked as a duplicate of bug 973384 *** |