Bug 2293862
Summary: | pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xe9 in position 493: invalid continuation byte | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | iwokeupinsantorini | ||||||||||||||||||||||||||||||
Component: | efibootmgr | Assignee: | Peter Jones <pjones> | ||||||||||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||||||
Version: | 40 | CC: | anaconda-maint, iwokeupinsantorini, kkoukiou, mkolman, nfrayer, pjones, rharwood, slavik.vladimir, w | ||||||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:50886570ea6ad7222ef93e377ecd202ac65728e8fac888955ec556f7eba9dd5c;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||||||
Last Closed: | 2024-12-19 16:20:50 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
iwokeupinsantorini
2024-06-23 21:20:18 UTC
Created attachment 2038064 [details]
File: dbus.log
Created attachment 2038065 [details]
File: lsblk_output
Created attachment 2038066 [details]
File: anaconda.log
Created attachment 2038067 [details]
File: nmcli_dev_list
Created attachment 2038068 [details]
File: program.log
Created attachment 2038069 [details]
File: packaging.log
Created attachment 2038071 [details]
File: storage.log
Created attachment 2038072 [details]
File: description
Created attachment 2038073 [details]
File: journalctl
Created attachment 2038074 [details]
File: environ
Created attachment 2038075 [details]
File: os_info
Created attachment 2038076 [details]
File: backtrace
Created attachment 2038077 [details]
File: anaconda-tb
Created attachment 2038078 [details]
File: packaging.log
Looks like this is an issue with efibootmgr returning non UTF 8 strings: Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/storage/bootloader/efi.py", line 74, in efibootmgr Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: return exec_func("efibootmgr", list(args), **kwargs) Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: File "/usr/lib64/python3.12/site-packages/pyanaconda/core/util.py", line 372, in execWithCapture Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: return _run_program(argv, stdin=stdin, root=root, log_output=log_output, Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: File "/usr/lib64/python3.12/site-packages/pyanaconda/core/util.py", line 295, in _run_program Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: output_string = output_string.decode("utf-8") Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jun 23 12:03:47 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2616]: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 493: invalid continuation byte The efibootmgr code also does not look like it should be returning anything else than utf 8: https://github.com/rhboot/efivar/blob/main/src/ucs2.h#L111 Maybe this is the same thing we are seeing ? https://bugs.launchpad.net/ironic-python-agent/+bug/2015602 In any case, reassigning to efibootmgr. *** This bug has been marked as a duplicate of bug 2292509 *** |