Description of problem: I tried to reproduce bug 975159. With TC6, it doesn't crash on the initial screen, which is fine. But it crashes during creating disk partitions instead. Version-Release number of selected component: anaconda-19.30.9-1.fc19.x86_64 The following was filed automatically by anaconda: anaconda 19.30.9-1 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line 451, in execute msg = _("Creating %(type)s on %(device)s") % {"type": self.device.format.type, "device": self.device.path} File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 237, in processActions action.execute() File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 310, in doIt self.devicetree.processActions() File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 169, in turnOnFilesystems storage.doIt() File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 140, in doInstall turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) File "/usr/lib64/python2.7/threading.py", line 764, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run threading.Thread.run(self, *args, **kwargs) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) Additional info: 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 executable: /sbin/anaconda 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 product: Fedora release: Fedora release 19 (Schrödinger’s Cat) type: anaconda version: 19
Created attachment 763584 [details] File: anaconda-tb
Created attachment 763585 [details] File: anaconda.log
Created attachment 763586 [details] File: environ
Created attachment 763587 [details] File: lsblk_output
Created attachment 763588 [details] File: messages
Created attachment 763589 [details] File: nmcli_dev_list
Created attachment 763590 [details] File: os_info
Created attachment 763591 [details] File: program.log
Created attachment 763592 [details] File: storage.log
Created attachment 763593 [details] File: ifcfg.log
This may be the same as https://bugzilla.redhat.com/show_bug.cgi?id=973019 - that one's during partitioning too. The fix didn't quite make TC6.
Vpodzime, can you check if this is the same as 973019 and dupe it off if so? Would help clean things up.
*** This bug has been marked as a duplicate of bug 973384 ***