-
Notifications
You must be signed in to change notification settings - Fork 198
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
rpm-ostreed:ERROR:src/libpriv/rpmostree-util.cxx:510 #5048
Comments
I noticed on Bodhi that RPM-Ostree 2024.7 is in testing. That is, possibly conflict of the old version that is in the stable |
Same issue on Fedora 40. After the August 19 update (rpm-ostree 2024.6-1 → 2024.7-1), I am unable to execute any rpm-ostree subcommands from any rollback commits. The following error messages are displayed:
The system logs show:
What should I do to resolve this issue? |
Rebased to Fedora Kinoite 41 (from 40) and am now experiencing this issue as well. Errors are identical to those posted previously.
|
Hit same issue, except in my case i was and stayed just on 40, only moved back a bit (in an attempt to check if it makes unrelated issue dissapear), like
|
Maybe it is related to 4238364, unluckily I can not reproduce using Fedora CoreOS 40. |
I think you're right. An older rpm-ostree will fail to parse deployments written by a newer version. Fixing that is trivial, we can just continue to add an empty variant in this section of code: 4238364#diff-b12d7cfa4eac9038606d39894fec849e9d89c831185e94a4e3bedbb70dd0a43fL4676 Will do a PR. EDIT: done in #5069 |
Same here with Fedora Silverblue 40. I did a rollback to image 40.20240817.0 and now Regarding the fix of @cgwalters: does this mean that I'm not able to rollback to an older version that doesn't contain this fix? Is there any workaround so that I get my system working again without returning to a newer version via |
@cgwalters thanks for fixing this. But is there a workaround without updating to a new a version of rpm-ostree so that I can still use my current image? |
If you've done a rollback, a workaround is probably to e.g. |
Currently, I have two deployments: $ ostree admin status
* fedora 4d480c52e31f328469db96b7f41543d97646074dffffcc15dd4ddcbc1f549faa.0
Version: 40.20240817.0
origin: <unknown origin type>
fedora 51151b22b8c9960668612a87b453dbc05c11050d34e59df593bf64626d742ac7.0 (rollback)
Version: 40.20240829.0
origin: <unknown origin type> The active version ( I think I don't understand |
Assume you are in |
Thanks, you're right. I've exactly done that and downgraded the required
Now everything works again. Thanks for your help 👋 😃 |
Describe the bug
I rebase f40 silverblue-testing and went back to stable or f41 rpm-ostree is giving errors in rpm-ostreed
Reproduction steps
rpm-ostree status -b
Expected behavior
rpm-ostree run the command
Actual behavior
I tried run rpm-ostree status and receive a error
System details
Additional information
Also fails with f40-stable
https://paste.centos.org/view/9b2c5243 (broken)
https://paste.centos.org/view/8c6d7734 (broken)
The text was updated successfully, but these errors were encountered: