Is anyone getting this error:
❯ ujust update
── 12:59:28 - System update ────────────────────────────────────────────────────
[sudo] password for user@ad.domain:
Note: This system is image (rpm-ostree) based.
note: automatic updates (stage) are enabled
Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-nvidia:stable
error: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: A signature was required, but no signature exists
System update failed:
0: Command failed: `/usr/bin/sudo /usr/bin/dnf upgrade -y`
1: `/usr/bin/sudo` failed: exit status: 1
Location:
src/steps/os/linux.rs:259
Retry? (y)es/(N)o/(s)hell/(q)uit
Noticed this today. Is this a general issue or is it something on my machine?
I also seem to recall that I was not being asked for root password at the very beginning so looks like something has changed?
inffy
December 9, 2024, 1:57pm
2
There was just another person in the discord with the same issue with the same image-stream.
1 Like
j0rge
December 9, 2024, 2:25pm
3
I don’t think this is user or a client error, we need to check/confirm that the right signature was pushed this morning. We had to do a manual release since the nvidia builds were skewed last night.
j0rge
December 9, 2024, 2:34pm
4
akarypid:
bluefin-dx-nvidia:stable
Ok this appears to be this image specifically, let’s track this here:
opened 02:33PM - 09 Dec 24 UTC
https://universal-blue.discourse.group/t/bluefin-update-error-failed-to-invoke-m… ethod-openimage/5586
jreilly in chat confirmed because they can't switch to it:
```
sudo bootc switch ghcr.io/ublue-os/bluefin-dx-nvidia:stable --enforce-container-sigpolicy
ERROR Switching: Pulling: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: A signature was required, but no signature exists
```
So far it appears as only this specific bluefin-dx-nvida:stable is affected, so we need to rebuild/repush. Also shouldn't we fail if the signature doesn't get pushed?
Once we sort it we’ll repush and you should be good to go. This one is odd I don’t think we’ve seen this before.
2 Likes
For what it’s worth, I have the issue too.
bluefin-dx-nvidia on bare metal
❯ ujust update
── 16:02:30 - System update ────────────────────────────────────────────────────
note: automatic updates (stage) are enabled
Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-nvidia:stable
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: A signature was required, but no signature exists
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:232
Retry? (y)es/(N)o/(s)hell/(q)uiterror: Recipe `update` failed with exit code 1
j0rge
December 9, 2024, 9:37pm
6
yeah it appears to be bluefin-dx-nvidia
specifically. Once we find the issue we’ll push a new image.
1 Like
JohnAtl
December 11, 2024, 7:20pm
7
For Future People™ who happen by here, this has been fixed .
Thanks to all involved!