Issue updating Bazzite

On both my Steam Deck OLED and LCD, my updates are failing at the moment.

Running ujust update has the following error message:

Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:stable
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: cryptographic signature verification failed: invalid signature when validating ASN.1 encoded signature
System update failed: 
   0: Command failed: `/usr/bin/rpm-ostree upgrade`
   1: `/usr/bin/rpm-ostree` failed: exit status: 1

Location:
   src/steps/os/linux.rs:273

Hopefully this is fixed soon if the image didn’t get signed properly. If it is not an upstream issue, I could use some help to figure it out.

2 Likes

Same issue, also Desktop keeps crashing since last update :t
It looks like it could be because it’s not signed properly as you said, so same thought here.

Went back to see if the crashing would at least be fixed on x11
I’m on a Desktop PC, and u used the system update button they made.

Team knows about this. Simply a signing mishap. There will be an announcement soon.

3 Likes

Thank you for your time and work!

Please stand by, the team is aware of the issue and we’re fixing things and prepping an announcement.

(Discourse outage was unrelated)

6 Likes

sub’d for updates, obv same issue here

1 Like
7 Likes

Hi, same problem here, I can’t update my system, have someone found a way to solve this problem? :face_with_spiral_eyes:

System update failed:
0: Command failed: /usr/bin/rpm-ostree upgrade
1: /usr/bin/rpm-ostree failed: exit status: 1
Location:
src/steps/os/linux.rs:228

We need to see the whole error not just a fragment.

1 Like

Sorry, I didn’t see the solution before writing the message. I copied the line to the terminal and I think it worked, but does this mean I can no longer use the system update app? I tried to use it because I thought the line didn’t update the system, but every time I try to update it shows me this error:
Preformatted text── 18:03:34 -
Updatingthesystem────────────────────────────────────────────────────
Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome-nvidia:stable
Checking out tree 610008c… done
Enabled rpm-md repositories: copr:copr.fedorainfracloud.org:matte-schwartz:sunshine copr:copr.fedorainfracloud.org:rodoma92:kde-cdemu-manager copr:copr.fedorainfracloud.org:rodoma92:rmlint copr:copr.fedorainfracloud.org:rok:cdemu updates fedora protonvpn-fedora-stable hardware_razer updates-archive
Importing rpm-md… done
rpm-md repo ‘copr:copr.fedorainfracloud.org:matte-schwartz:sunshine’ (cached); generated: 2024-08-12T15:47:19Z solvables: 2
rpm-md repo ‘copr:copr.fedorainfracloud.org:rodoma92:kde-cdemu-manager’ (cached); generated: 2024-10-29T12:13:12Z solvables: 16
rpm-md repo ‘copr:copr.fedorainfracloud.org:rodoma92:rmlint’ (cached); generated: 2024-10-29T12:31:09Z solvables: 4
rpm-md repo ‘copr:copr.fedorainfracloud.org:rok:cdemu’ (cached); generated: 2024-10-21T13:15:21Z solvables: 23
rpm-md repo ‘updates’ (cached); generated: 2024-12-07T07:32:49Z solvables: 12568
rpm-md repo ‘fedora’ (cached); generated: 2024-10-24T13:55:59Z solvables: 76624
rpm-md repo ‘protonvpn-fedora-stable’ (cached); generated: 2024-12-05T13:31:24Z solvables: 25
rpm-md repo ‘hardware_razer’ (cached); generated: 2024-11-10T18:29:43Z solvables: 15
rpm-md repo ‘updates-archive’ (cached); generated: 2024-12-07T07:49:59Z solvables: 13796
Resolving dependencies… done
error: Could not depsolve transaction; 2 problems detected:
Problem 1: package openrazer-meta-3.9.0-1.1.noarch from hardware_razer requires python3-openrazer, but none of the providers can be installed

  • conflicting requests
  • nothing provides python(abi) = 3.12 needed by python3-openrazer-3.9.0-1.1.noarch from hardware_razer
  • nothing provides python3.12dist(dbus-python) >= 1.2 needed by python3-openrazer-3.9.0-1.1.noarch from hardware_razer
  • nothing provides python3.12dist(numpy) >= 1.11 needed by python3-openrazer-3.9.0-1.1.noarch from hardware_razer
    Problem 2: package razergenie-1.2.0-1.1.x86_64 from hardware_razer requires openrazer-daemon, but none of the providers can be installed
  • conflicting requests
  • nothing provides python(abi) = 3.12 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
  • nothing provides python3.12dist(dbus-python) >= 1.2 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
  • nothing provides python3.12dist(pyudev) >= 0.16.1 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
  • nothing provides python3.12dist(daemonize) >= 2.4.7 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
  • nothing provides python3.12dist(pygobject) >= 3.20 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
  • nothing provides python3.12dist(setproctitle) >= 1.1.8 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
  • package razergenie-1.2.0-1.1.aarch64 from hardware_razer does not have a compatible architecture
  • nothing provides ld-linux-aarch64.so.1()(64bit) needed by razergenie-1.2.0-1.1.aarch64 from hardware_razer
  • nothing provides ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) needed by razergenie-1.2.0-1.1.aarch64 from hardware_razer
    System update failed:
    0: Command failed: /usr/bin/rpm-ostree upgrade
    1: /usr/bin/rpm-ostree failed: exit status: 1

Location:
src/steps/os/linux.rs:228

You will lose all your layered packages but:
rpm-ostree reset and rebooting after it’s finished should allow it to update.

1 Like

What I do is rpm-ostree status and copy the list of layered packages to a text file. Then after a reset and update, add those packages back.

Eight months of using Bazzite and I’ve only had to do that one time. Not bad.

2 Likes

ok thanks it worked for me