Fedora Account System
Red Hat Associate
Red Hat Customer
Installation of the system failed: 소프트웨어 160% 설치 중 org.fedoraproject.Anaconda.PayloadInstallationError: Failed to install image: process '['rsync', '-pogAXtlHrDx', '--stats', '--info=flist2,name,progress2', '--no-inc-recursive', '--exclude', '/dev/', '--exclude', '/proc/', '--exclude', '/tmp/*', '--exclude', '/sys/', '--exclude', '/run/', '--exclude', '/boot/*rescue*', '--exclude', '/boot/loader/', '--exclude', '/boot/efi/', '--exclude', '/boot/grub2/', '--exclude', '/etc/sysconfig/', '--exclude', '/usr/lib/grub/', '--exclude', '/etc/machine-id', '--exclude', '/etc/machine-info', '/run/install/sources/mount-0000-live_os_image/', '/mnt/sysroot']' exited with status 23 ---[ System & Environment Information ]--- OS: Fedora Linux 44 (KDE Plasma Desktop Edition) Anaconda version: 44.30 Anaconda UI version: 68
Fix on Anaconda installer: https://github.com/rhinstaller/anaconda/pull/7059
The bugfix has been merged into the Anaconda main branch
RHBZ bugs should only be closed when the fix is in a Fedora package and the package goes stable. In this case, that happened yesterday: https://bodhi.fedoraproject.org/updates/FEDORA-2026-bc3fb7688c . The correct status progress is: POST - when a fix is submitted upstream but not yet in a downstream update MODIFIED - when a fix is in a downstream package but the package is not yet in updates-testing ON_QA - when the fix reaches updates-testing CLOSED - when the fix reaches stable The correct resolution is usually ERRATA for a stable or branched release, or RAWHIDE for Rawhide. CURRENTRELEASE and NEXTRELEASE are only used in unusual situations. Technically the bug was filed against 44 and is not really resolved in 44 yet, but we don't generally worry about that for anaconda because shipping fixes to stable releases is only of limited use as most installs are run from media that don't get updated. So closing this once the fix reached Rawhide is probably appropriate. Thanks for the fix!
Also, please don't re-assign bugs to yourself unless you are actually in a position to cause the fix to land *downstream*. Submitting a fix upstream is not sufficient to make yourself the downstream assignee.
On closer inspection, I'm fairly sure the PR cannot possibly have fixed the installation failure here. Nothing about the rsync output parsing is relevant to the install failure, which was actually due to the rsync process exiting non-zero. Exit code 23 indicates "partial transfer due to error", which to my mind is most likely due to a bad installation medium or target disk. It's impossible to be sure without more logs, though. Reporter, did you re-try the install? Did it work? If not, can you retry, possibly with a different install medium? If it fails again, can you attach more logs? Thanks.
Fix reverted, https://github.com/rhinstaller/anaconda/pull/7082 Rsync was already being ran with LC_ALL": "C" - the `fix` was not relevant.
*** This bug has been marked as a duplicate of bug 2412427 ***