-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system-upgrade download provides confusing output and stuck at some point #1667
Comments
Hi Jarda, thanks for the info!
I completely agree. We should regularly update users on the progress to ensure they know that something is happening.
We've already received a similar report and created an issue for it: #1668. Let's focus just on the progress report in this issue. |
The key issue raised in this ticket remains unresolved, even after the changes in #1672. I tested upgrading from Fedora 40 to Fedora 41 using dnf5 system-upgrade and encountered insufficient feedback at two different times:
These gaps make the upgrade process unclear and might be frustrating for users. |
Scriptlet execution can take a significant amount of time. Inform the user when it starts. Fixes: #1667
Scriptlet execution can take a significant amount of time. Inform the user when it starts. Fixes: #1667
dnf5 system-upgrade download --releasever 40
ended with following outputsAfter line
[2687/2687] Total
it requires 3m 40s probably to generate file with description of transaction. Then it reportsTesting offline transaction
. We could discuss whether 10 or 20 seconds is a limit for user where to start to think what is going on, but after nearly 4 minute many user will interrupt. I recommend to improve performance and create a bar with progress.The next line is problematic:
Warning: skipped PGP checks for 2687 packages from repository: @stored_transaction
How I can trust the transaction? It mentions repository that is not in transaction and it anyway does not check PGP keys. It scares me a lot.
The text was updated successfully, but these errors were encountered: