Having issue with rpm-ostree upgrade on silverblue 43

Hi all,

Since this morning, i faced an issue while trying to upgrade all my fedoras 2 computers and 2 newly installed vms.
I use fedora Silverblue 43, and always get the same answer from that upgrade command :slight_smile:

laurent@2a01cb080e58f000aa2dd9c01c7b8e73:~/librechat$ rpm-ostree upgrade
error: While pulling fedora/43/x86_64/silverblue: Corrupted commit object; checksum expected=β€˜9d6b8d6f28a2c5d1a94270060407092017286a0d047bcb4e776be9f65e7241c7’ actual=β€˜055f661756baf4304e3b2b1f26ae72fbdb4b550285a8447e811462aed748e140’
laurent@2a01cb080e58f000aa2dd9c01c7b8e73:~/librechat$

I tried to change mirror repo without success, so it seems to be related to an error 404, but to be honest i feel a bit out of my league to investigate further.
Am i the only one to have this issue today ?
Is there any fix to apply or to do ?

Thanks by advance for your help.
Kind regards.

See Can't Update Fedora Kinoite 43

For those interested, i found out how to unlock this (at least for me) issue.

I was still blocked with this issue, so i checked my fedora.conf and i noticed it was missing some lines

laurent@2a01cb080e58f0007270fcfffe052c16:~$ sudo cat /etc/ostree/remotes.d/fedora.conf
[sudo] Mot de passe de laurent : 
[remote "fedora"]
url=https://ostree.fedoraproject.org
gpg-verify=true
laurent@2a01cb080e58f0007270fcfffe052c16:~$

So i hadded these ones below

gpgkeypath=/etc/pki/rpm-gpg/
contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist

Then i ran

rpm-ostree cleanup -bmp
rpm-ostree upgrade

And everything worked as attempted.

Hope this could help.