-
Notifications
You must be signed in to change notification settings - Fork 17
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
U-Blue Update Systemd service reports failure when sucessfully run #113
Comments
does the systemd service update packages properly or is it just |
Only ujust update seems to actually update anything. It's not updated anything in the background in a few weeks.
Running ujust update works successfully though start:
After:
|
after rebooting into the new image, still the same issue, so nothing got fixed in the interim updates
|
You appear to have rebased to an unsigned image? I'm not sure if that's affecting anything but the container policy likely is preventing rpm-ostree from updating |
try rebasing to a signed image using |
I'm also having the same issue and I'm on a signed image
(ignore the busy state, I kicked off a manual upgrade before copy/pasting here) |
Rebasing seems to have worked for me.
|
Seeing the same issue. Am on a signed image.
|
It seems like |
Running the topgrade command manually appears to only fix the issue until I reboot my computer -- have to rerun it after every restart in order to kick things back to functional. Edit: debugged my issue and looks like my specific issue was due to running a custom built image, updating from my own repo/image and using a fork of this script pushed in bazzite. Fixed by updating image-ref in |
set TOPGRADE_SKIP_BRKC_NOTIFY=true makes bypass the prompt. |
Checking the status it reports a failure exit code, though all of the checks appear to succeed:
Manually running the python script appears to give the same result, checking my exit code for it, and it looks to report a success, so I don't know why systemd is reporting this as a failure.
Running
ujust update
manually works fine and correctly updates everything.The text was updated successfully, but these errors were encountered: