Advertisement
Guest User

Untitled

a guest
May 1st, 2018
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. [root@hackintosh ~]# anaconda --loglevel debug
  2. Starting installer, one moment...
  3. anaconda 27.20.4-1 for anaconda bluesky (pre-release) started.
  4. * installation log files are stored in /tmp during the installation
  5. * shell is available on TTY2 and in second TMUX pane (ctrl+b, then press 2)
  6. * when reporting a bug add logs from /tmp as separate text/plain attachments
  7. Traceback (most recent call last):
  8. File "/sbin/anaconda", line 658, in <module>
  9. matched = device_matches("LABEL=OEMDRV", disks_only=True)
  10. File "/usr/lib64/python3.6/site-packages/pyanaconda/storage_utils.py", line 897, in device_matches
  11. single_spec_matches = udev.resolve_glob(full_spec)
  12. File "/usr/lib/python3.6/site-packages/blivet/udev.py", line 155, in resolve_glob
  13. for dev in get_devices():
  14. File "/usr/lib/python3.6/site-packages/blivet/udev.py", line 73, in get_devices
  15. dev = device_to_dict(device)
  16. File "/usr/lib/python3.6/site-packages/blivet/udev.py", line 48, in device_to_dict
  17. result = dict(device.properties)
  18. File "/usr/lib/python3.6/site-packages/pyudev/device/_device.py", line 1085, in __getitem__
  19. return ensure_unicode_string(value)
  20. File "/usr/lib/python3.6/site-packages/pyudev/_util.py", line 67, in ensure_unicode_string
  21. value = value.decode(sys.getfilesystemencoding())
  22. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start byte
  23. [root@hackintosh ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement