Hey,
Looks like the upgrade is getting stuck on RPM package installation failures, and from the logs, it seems like it's having trouble modifying system users. The key part is:
That usually means there's either a permissions issue, a locked file, or a filesystem problem preventing modifications.
First thing I’d check is disk space, because if /
or /var
is full, RPM installations can fail. Run:
If any partition is at 100%, that’s likely the problem.
If disk space looks fine, it might be a file system issue. You could try booting into single-user mode and running:
Just to rule out any corruption.
Another thing that sometimes helps is manually unlocking /etc/passwd if it got stuck mid-process:
Then retry the upgrade.