Description of problem: test report, ignore. Version-Release number of selected component: anaconda-core-21.33-1.fc21.x86_64 The following was filed automatically by anaconda: anaconda 21.33-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/anaconda.py", line 189, in dumpState dump_text = dump_text.encode("utf-8") File "/sbin/anaconda", line 1159, in <lambda> signal.signal(signal.SIGUSR2, lambda signum, frame: anaconda.dumpState()) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 300, in _update_spokes def _update_spokes(self): UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 64019: ordinal not in range(128) Additional info: cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base cmdline_file: BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Desktop-x86_64-rawhi rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 slub_debug=- enforcing=0 executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.15.0-0.rc2.git2.1.fc21.x86_64 other involved packages: anaconda-gui-21.33-1.fc21.x86_64 product: Fedora release: Fedora release 21 (Rawhide) type: anaconda version: rawhide
Created attachment 889821 [details] File: anaconda-tb
Created attachment 889822 [details] File: anaconda.log
Created attachment 889823 [details] File: environ
Created attachment 889824 [details] File: journalctl
Created attachment 889825 [details] File: lsblk_output
Created attachment 889826 [details] File: nmcli_dev_list
Created attachment 889827 [details] File: os_info
Created attachment 889828 [details] File: program.log
Created attachment 889829 [details] File: storage.log
Created attachment 889830 [details] File: ifcfg.log
Not that I'm trying to make more work for us or anything, but was this the test report you expected? The UnicodeDecodeError makes it look like something went wrong in actually generating the report.
hum, that's a point. I didn't really look, I was just trying to get into libreport by any means necessary. I ran: kill -USR2 `cat /var/run/anaconda.pid` what's recommended in our test case (or was, till I just edited it) was: kill -USR1 `cat /var/run/anaconda.pid` but that didn't seem to 'work', as in, anaconda kept running (even when I clicked something), no exception was generated.