Bug 2292509
Summary: | pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode bytes in position 368-369: invalid continuation byte | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | windows119 | ||||||||||||||||||||||||||||||
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, mstrpi, nfrayer, pjones, rharwood, slavik.vladimir, windows119, w | ||||||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:710109fa7a2827395920acdecf3b721a173b6e64e0b62c9e2421964bd8b2effb;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:22 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
windows119
2024-06-15 16:56:58 UTC
Created attachment 2037451 [details]
File: dbus.log
Created attachment 2037452 [details]
File: lsblk_output
Created attachment 2037453 [details]
File: anaconda.log
Created attachment 2037454 [details]
File: nmcli_dev_list
Created attachment 2037455 [details]
File: program.log
Created attachment 2037456 [details]
File: packaging.log
Created attachment 2037457 [details]
File: storage.log
Created attachment 2037458 [details]
File: description
Created attachment 2037459 [details]
File: journalctl
Created attachment 2037460 [details]
File: environ
Created attachment 2037461 [details]
File: os_info
Created attachment 2037462 [details]
File: backtrace
Created attachment 2037463 [details]
File: anaconda-tb
Created attachment 2037464 [details]
File: packaging.log
Looks like this is an issue with efibootmgr returning non UTF 8 strings: Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/storage/bootloader/efi.py", line 74, in efibootmgr Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: return exec_func("efibootmgr", list(args), **kwargs) Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: File "/usr/lib64/python3.12/site-packages/pyanaconda/core/util.py", line 372, in execWithCapture Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: return _run_program(argv, stdin=stdin, root=root, log_output=log_output, Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: File "/usr/lib64/python3.12/site-packages/pyanaconda/core/util.py", line 295, in _run_program Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: output_string = output_string.decode("utf-8") Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jun 15 12:39:56 localhost-live org.fedoraproject.Anaconda.Modules.Storage[3076]: UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 368-369: 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 2292493 *** *** Bug 2299022 has been marked as a duplicate of this bug. *** *** Bug 2293889 has been marked as a duplicate of this bug. *** *** Bug 2293862 has been marked as a duplicate of this bug. *** |