Bug 2248759 - pyanaconda.modules.common.errors.general.AnacondaError: [Errno 5] Input/output error: 'grub2-mkconfig'
Summary: pyanaconda.modules.common.errors.general.AnacondaError: [Errno 5] Input/outpu...
Keywords:
Status: CLOSED DUPLICATE of bug 2329379
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: anaconda-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:13707d6d14c9813af20e061f398...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-11-08 20:37 UTC by hagen_kirk
Modified: 2024-11-29 17:07 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-11-29 17:07:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1.04 MB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: backtrace (3.42 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: os_info (734 bytes, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: environ (574 bytes, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: journalctl (816.07 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: description (3.39 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: storage.log (197.41 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: packaging.log (12.19 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: program.log (10.36 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: nmcli_dev_list (1.56 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: anaconda.log (21.27 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: lsblk_output (2.43 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: dbus.log (3.90 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details
File: packaging.log (12.19 KB, text/plain)
2023-11-08 20:37 UTC, hagen_kirk
no flags Details

Description hagen_kirk 2023-11-08 20:37:27 UTC
Description of problem:
Installing Fedora 39 Gnome in Virtualbox current version on MacOS Sonoma.

Version-Release number of selected component:
anaconda-core-39.32.6-2.fc39.x86_64


The following was filed automatically by anaconda:
anaconda 39.32.6 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 509, in _handle_method_error
    raise exception from None
  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply
    return self._handle_method_error(error)
  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 450, in _call_method
    return self._get_method_reply(
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
    task_proxy.Finish()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 439, in run_install_bootloader
    sync_run_task(STORAGE.get_proxy(task))
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 246, in _run
    self._task_cb(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 515, in _run_installation
    queue.start()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 80, in run
    self._run_installation(
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 107, in _task_run_callback
    self._set_result(self.run())
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 94, in _thread_run_callback
    self._task_run_callback()
  File "/usr/lib64/python3.12/threading.py", line 989, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/threads.py", line 280, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/threads.py", line 171, in raise_if_error
    raise exc_info[1]
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 173, in finish
    thread_manager.raise_if_error(self._thread_name)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/ui/gui/spokes/installation_progress.py", line 75, in _on_installation_done
    self._task.finish()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/signal.py", line 41, in emit
    func(obj, *args, **kargs)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/runnable.py", line 115, in _task_stopped_callback
    self._stopped_signal.emit()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/async_utils.py", line 68, in _idle_method
    func(*args, **kwargs)
pyanaconda.modules.common.errors.general.AnacondaError: [Errno 5] Input/output error: 'grub2-mkconfig'

Additional info:
comment:        Installing Fedora 39 Gnome in Virtualbox current version on MacOS Sonoma.
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --graphical
executable:     /sbin/anaconda
hashmarkername: anaconda
product:        Fedora
package:        anaconda-core-39.32.6-2.fc39.x86_64
reason:         pyanaconda.modules.common.errors.general.AnacondaError: [Errno 5] Input/output error: 'grub2-mkconfig'
type:           anaconda
release:        Fedora release 39 (Thirty Nine)
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-39-1-5 rd.live.image quiet rhgb
addons:         com_redhat_kdump
kernel:         6.5.6-300.fc39.x86_64
version:        39
other involved packages: anaconda-gui-39.32.6-2.fc39.x86_64, python3-libs-3.12.0-1.fc39.x86_64, python3-dasbus-1.7-4.fc39.noarch

Comment 1 hagen_kirk 2023-11-08 20:37:30 UTC
Created attachment 1997913 [details]
File: anaconda-tb

Comment 2 hagen_kirk 2023-11-08 20:37:31 UTC
Created attachment 1997914 [details]
File: backtrace

Comment 3 hagen_kirk 2023-11-08 20:37:33 UTC
Created attachment 1997915 [details]
File: os_info

Comment 4 hagen_kirk 2023-11-08 20:37:35 UTC
Created attachment 1997916 [details]
File: environ

Comment 5 hagen_kirk 2023-11-08 20:37:37 UTC
Created attachment 1997917 [details]
File: journalctl

Comment 6 hagen_kirk 2023-11-08 20:37:39 UTC
Created attachment 1997918 [details]
File: description

Comment 7 hagen_kirk 2023-11-08 20:37:42 UTC
Created attachment 1997919 [details]
File: storage.log

Comment 8 hagen_kirk 2023-11-08 20:37:44 UTC
Created attachment 1997920 [details]
File: packaging.log

Comment 9 hagen_kirk 2023-11-08 20:37:46 UTC
Created attachment 1997921 [details]
File: program.log

Comment 10 hagen_kirk 2023-11-08 20:37:49 UTC
Created attachment 1997922 [details]
File: nmcli_dev_list

Comment 11 hagen_kirk 2023-11-08 20:37:51 UTC
Created attachment 1997923 [details]
File: anaconda.log

Comment 12 hagen_kirk 2023-11-08 20:37:52 UTC
Created attachment 1997924 [details]
File: lsblk_output

Comment 13 hagen_kirk 2023-11-08 20:37:54 UTC
Created attachment 1997925 [details]
File: dbus.log

Comment 14 hagen_kirk 2023-11-08 20:37:56 UTC
Created attachment 1997926 [details]
File: packaging.log

Comment 15 Aoife Moloney 2024-11-13 10:00:26 UTC
This message is a reminder that Fedora Linux 39 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 39 on 2024-11-26.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '39'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version. Note that the version field may be hidden.
Click the "Show advanced fields" button if you do not see it.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 39 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 16 Martin Kolman 2024-11-26 14:11:23 UTC
Can you perhaps try with a F40 or F41 image on the same hardware ?

Looking at the attached logs, it looks like perhaps corrupted image (please run the media check at boot time and check the result) or possibly the backing hardware failing (either virtual of physical):


Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:program:Running in chroot '/mnt/sysroot'... grub2-mkrelpath /boot/grub2
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:program:grub2-mkrelpath: error while loading shared libraries: /lib64/libselinux.so.1: cannot read file data: Input/output error
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: DEBUG:program:Return code: 127
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:anaconda.modules.storage.bootloader.grub2:bootloader.py: used boot args:
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: ERROR:anaconda.modules.storage.bootloader.grub2:failed to read machine-id, default entry not set
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:anaconda.core.threads:Thread Done: AnaTaskThread-InstallBootloaderTask-1 (140200147678912)
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:anaconda.core.threads:Running Thread: AnaTaskThread-CreateBLSEntriesTask-1 (140200147678912)
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:anaconda.modules.common.task.task:Create the BLS entries
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:anaconda.modules.storage.bootloader.utils:Regenerating BLS info for 6.5.6-300.fc39.x86_64
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:program:Running in chroot '/mnt/sysroot'... kernel-install add 6.5.6-300.fc39.x86_64 /lib/modules/6.5.6-300.fc39.x86_64/vmlinuz
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:program:kernel-install: error while loading shared libraries: /lib64/libselinux.so.1: cannot read file data: Input/output error
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: DEBUG:program:Return code: 127
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: INFO:program:Running in chroot '/mnt/sysroot'... grub2-mkconfig -o /etc/grub2.cfg
Nov 08 14:54:51 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2736]: ERROR:program:Error running grub2-mkconfig: Input/output error


Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bad tree block start, mirror 1 want 73662464 have 0
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 73662464 (dev /dev/sda3 sector 160256)
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 73666560 (dev /dev/sda3 sector 160264)
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 73670656 (dev /dev/sda3 sector 160272)
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 73674752 (dev /dev/sda3 sector 160280)
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bad tree block start, mirror 1 want 69746688 have 0
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 69746688 (dev /dev/sda3 sector 152608)
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 69750784 (dev /dev/sda3 sector 152616)
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 69754880 (dev /dev/sda3 sector 152624)
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 69758976 (dev /dev/sda3 sector 152632)
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bad tree block start, mirror 1 want 73760768 have 0
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 73760768 (dev /dev/sda3 sector 160448)
Nov 08 14:54:49 localhost-live kernel: BTRFS info (device sda3): read error corrected: ino 0 off 73764864 (dev /dev/sda3 sector 160456)
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 0 csum 0x8941f998 expected csum 0x7ff259db mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 1, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 4096 csum 0x8941f998 expected csum 0x7212304b mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 2, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 8192 csum 0x8941f998 expected csum 0x6b3c4854 mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 3, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 12288 csum 0x8941f998 expected csum 0x70836aed mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 4, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 16384 csum 0x8941f998 expected csum 0x76be949b mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 5, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 20480 csum 0x8941f998 expected csum 0x790f29d3 mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 6, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 24576 csum 0x8941f998 expected csum 0x765890ab mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 7, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 28672 csum 0x8941f998 expected csum 0xc663368c mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 8, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 32768 csum 0x8941f998 expected csum 0xe9590caf mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 9, gen 0
Nov 08 14:54:49 localhost-live kernel: BTRFS warning (device sda3): csum failed root 257 ino 33588 off 36864 csum 0x8941f998 expected csum 0x247c4529 mirror 1
Nov 08 14:54:49 localhost-live kernel: BTRFS error (device sda3): bdev /dev/sda3 errs: wr 0, rd 0, flush 0, corrupt 10, gen 0

Comment 17 Aoife Moloney 2024-11-27 21:40:11 UTC
Fedora Linux 39 entered end-of-life (EOL) status on 2024-11-26.

Fedora Linux 39 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of Fedora Linux
please feel free to reopen this bug against that version. Note that the version
field may be hidden. Click the "Show advanced fields" button if you do not see
the version field.

If you are unable to reopen this bug, please file a new report against an
active release.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 18 Martin Kolman 2024-11-28 23:23:17 UTC
Actually, no, this is another instance where we ignored the return code from rsync on Live installation, just more insidious, as in this case it did run to 100% but failed to transfer some file attributes:


Nov 08 14:53:06 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: DEBUG:anaconda.modules.payloads.payload.live_image.installation_progress:Installed 5.24 GiB (91%)
Nov 08 14:53:36 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: DEBUG:anaconda.modules.payloads.payload.live_image.installation_progress:Installed 5.47 GiB (95%)
Nov 08 14:54:07 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: DEBUG:anaconda.modules.payloads.payload.live_image.installation_progress:Installed 5.77 GiB (100%)
Nov 08 14:54:08 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:anaconda.core.threads:Thread Done: AnaLiveProgressThread (140008774772416)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/.mach_kernel.ObTkVt","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/BOOT","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/BOOT/.BOOTIA32.EFI.vfGQYX","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/BOOT/.BOOTX64.EFI.Yl2p9p","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/BOOT/.fbia32.efi.hWv0Lh","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/BOOT/.fbx64.efi.SP4Ca9","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.BOOTIA32.CSV.6IDaWa","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.BOOTX64.CSV.4UhdN4","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.gcdia32.efi.uaRIRe","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.gcdx64.efi.CCaDhF","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.grubia32.efi.syqVpk","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.grubx64.efi.LNTRlF","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.mmia32.efi.XxONMG","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.mmx64.efi.X7SRoK","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.shim.efi.Zp1qqg","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.shimia32.efi.vDCa6e","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/EFI/fedora/.shimx64.efi.Isv6Cb","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/System","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/System/Library","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/System/Library/CoreServices","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/sysroot/boot/efi/System/Library/CoreServices/.SystemVersion.plist.O6gTnL","security.selinux") failed: Operation not supported (95)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Number of files: 146,307 (reg: 113,826, dir: 13,236, link: 19,245)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Number of created files: 146,301 (reg: 113,826, dir: 13,230, link: 19,245)
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Number of deleted files: 0
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Number of regular files transferred: 109,236
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Total file size: 7,806,183,226 bytes
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Total transferred file size: 5,812,362,642 bytes
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Literal data: 5,812,362,642 bytes
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Matched data: 0 bytes
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:File list size: 5,635,297
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:File list generation time: 0.009 seconds
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:File list transfer time: 0.000 seconds
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Total bytes sent: 5,824,039,077
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:Total bytes received: 2,719,644
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:sent 5,824,039,077 bytes  received 2,719,644 bytes  12,253,961.56 bytes/sec
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:total size is 7,806,183,226  speedup is 1.34
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: INFO:program:rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1336) [sender=3.2.7]
Nov 08 14:54:47 localhost-live org.fedoraproject.Anaconda.Modules.Payloads[2726]: DEBUG:program:Return code: 23


This likely causes the library loading issues due to possibly bad file attributes or similar. Pretty sneaky, not sure how one would normally put these two together. :P

Comment 19 Katerina Koukiou 2024-11-29 17:07:15 UTC

*** This bug has been marked as a duplicate of bug 2329379 ***


Note You need to log in before you can comment on or make changes to this bug.