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