You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess, this has not much to do with the actual underlaying issue though, but more about network problems/interrupted rpm-ostree setups.
Reproduction steps
I uninstalled libavcodec-freeworld.
Installing the upgrade again:
$ rpm-ostree upgrade --install libavcodec-freeworld
note: automatic updates (stage) are enabled
Receiving objects; 68% (780/1146) 233,3 KB/s 73,3 MB... done
error: While pulling fedora/40/x86_64/silverblue: While fetching https://d2uk5hbyrobdzx.cloudfront.net/objects/ed/f807129eb942dd7165de083d803cfc85712c9f08985fada540cccb9276e125.filez: [28] Timeout was reached
Note this ran into a timeout as I was on German train wifi, so this can only fail… 🙃 So in any case, I had some network issues…
2. Hours/days later, try again – note the differing behavior when I add --install libavcodec-freeworld or not add it and that canceling does not work at all:
$ rpm-ostree upgrade --install libavcodec-freeworld
note: automatic updates (stage) are enabled
error: Updating deployment: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code26: Transaction in progress: upgrade (download only)
You can cancel the current transaction with `rpm-ostree cancel`
$ rpm-ostree upgrade --install libavcodec-freeworld
note: automatic updates (stage) are enabled
error: Updating deployment: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code26: Transaction in progress: upgrade (download only)
You can cancel the current transaction with `rpm-ostree cancel`
$ rpm-ostree upgrade --install libavcodec-freeworld
note: automatic updates (stage) are enabled
error: Updating deployment: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code26: Transaction in progress: upgrade (check only)
You can cancel the current transaction with `rpm-ostree cancel`
$ rpm-ostree cancel
Cancelling transaction: upgrade (check only)
Cancelled.
$ rpm-ostree upgrade --install libavcodec-freeworld
note: automatic updates (stage) are enabled
error: Updating deployment: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code26: Transaction in progress: upgrade (download only)
You can cancel the current transaction with `rpm-ostree cancel`
$ rpm-ostree cancel
Cancelling transaction: upgrade (download only)
Cancelled.
$ rpm-ostree upgrade --install libavcodec-freeworld
note: automatic updates (stage) are enabled
error: Updating deployment: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code26: Transaction in progress: upgrade (download only)
You can cancel the current transaction with `rpm-ostree cancel`
$ rpm-ostree cancel
Cancelling transaction: upgrade (download only)
Cancelled.
$ rpm-ostree cancel
Cancelling transaction: upgrade (check only)
Cancelled.
$ rpm-ostree upgrade
note: automatic updates (stage) are enabled
error: Transaction in progress: upgrade (check only)
You can cancel the current transaction with `rpm-ostree cancel`
$ rpm-ostree upgrade --install libavcodec-freeworld
note: automatic updates (stage) are enabled
error: Updating deployment: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code26: Transaction in progress: upgrade (download only)
You can cancel the current transaction with `rpm-ostree cancel`
Expected behavior
Upgrade? Or at least let me cancel that?
Actual behavior
I guess the error is somewhat strange/some internal one? And that cancelling does not work may show this is not a usual error.
Describe the bug
Due to fedora-silverblue/issue-tracker#590 I try to resolve the actual issue after reinstalling
libavcodec-freeworld
.I guess, this has not much to do with the actual underlaying issue though, but more about network problems/interrupted rpm-ostree setups.
Reproduction steps
libavcodec-freeworld
.Note this ran into a timeout as I was on German train wifi, so this can only fail… 🙃 So in any case, I had some network issues…
2. Hours/days later, try again – note the differing behavior when I add
--install libavcodec-freeworld
or not add it and that canceling does not work at all:Expected behavior
Upgrade? Or at least let me cancel that?
Actual behavior
I guess the error is somewhat strange/some internal one? And that cancelling does not work may show this is not a usual error.
System details
Fedora Silverblue 40
Additional information
I also checked GNOME Software does not do something currently (it someone does it's auto-update and blocks it).
Also I see sth. is already downloaded?
Okay when I just tried again it does sth. hmm strange error anyway?
The text was updated successfully, but these errors were encountered: