Bazzite fails to update
I noticed an error message in the update notifier so ran ublue-update to see what it said was going on and the update process fails when running
02-distrobox-user-update.sh
the failure message gives a warning about a libcamera dependency cycle and then the pictured message at the end;
It seemed to be a distrobox related error from the message so I ran ujust-clean-system but that made no difference. Anyone know what to do to get my system updating again?13 Replies
this is your arch distrobox failing to update because of an arch exclusive issue that you have to resolve, or you have to re-create the arch container to fix it.
bazzite itself still updates fine, it just ignores the error from the arch distrobox as it is not required for a successful update of the system
essentially an arch maintainer/contributors keys have expired (again) and you will have to update and reinitialise the arch-keychain
Ah right, canned that old container and that issue has gone, however I'm still getting an error when I run ujust update.
oh youre on an old old old image i think
rpm-ostree update
we have a new updater that we changed to a while back
yeah looking at history we moved over about 1 month ago to the new updaterI get an error running rpm-ostree update
error: Updating rpm-md repo 'amdgpu': cannot update repo 'amdgpu': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Status code: 404 for https://repo.radeon.com/amdgpu/5.7.2/rhel//main/x86_64/repodata/repomd.xml (IP: 13.82.220.49)
rpm-ostree status
Oh why's that last one say bazzite:38?
why do you have the amdgpu pro driver installed?
because you have pinned it
I don't know. I've been quite ill lately and get very confused at times.
well thats your issue why you havent gotten updates since november
Solution
try
rpm-ostree remove amdgpu-install
then try
rpm-ostree update
after reboot
or boot into ostree:1
and do update from that
latter would probably be fasterAnd I'm all up to date, thanks!