Signify Error
- Edited
Chromium is OS sensitive?
I thought Chromium was essentially self-contained.
Why would it be able to do 'Unlock bootloader' (communicate with the phone) but not 'Download release' (communicate with the Internet)?
'Download release' would seem a generic browser activity.
I just tried and no problem downloading a .wav file from the Internet.
Could I manually download the 'release' then 'flash' it?
Oh, wait, that would loop me back to the OpenSSH signing problem ... sigh.
kd4e Chromium is OS sensitive?
I thought Chromium was essentially self-contained.
Unfortunately, many things have the ability to break other things. After a problem has been solved it may seem obvious in retrospect that what went wrong could have gone wrong.
kd4e Why would it be able to do 'Unlock bootloader' (communicate with the phone) but not 'Download release' (communicate with the Internet)?
'Download release' would seem a generic browser activity.
I just tried and no problem downloading a .wav file from the Internet.
What the installer does is not the same thing as when the browser downloads a file to store in the file system for you to use later. It is fetching the contents across the Internet, storing it in a special temporary file, and then sending the contents of the file over WebUSB.
kd4e I just tried and no problem downloading a .wav file from the Internet.
Maybe the problem is insufficient temporary space, which is something various Linux distributions configure differently.
kd4e "Error: Failed to execute 'open' on 'USBDevice': Access denied."
Most likely issue: https://grapheneos.org/install/web#flashing-as-non-root
OK, after reconfiguring the laptop setup some more it all finally worked.
Just need to swap the sim card and will be all working fine.
Thanks for the help!
I always get the error Could not verify signature
on macOS.
Found others with the same error https://unix.stackexchange.com/questions/780313/openbsds-signify-doesnt-work-on-macos-signify-osx-sonoma-could-not-verify
- Edited
Scott I always get the error
Could not verify signature
on macOS.
Here is my recent experience on Sonoma (14.5). I created a new empty directory and did this:
% curl -O https://releases.grapheneos.org/allowed_signers
[...]
% curl -O https://releases.grapheneos.org/bluejay-factory-2024071600.zip.sig
[...]
% curl -O https://releases.grapheneos.org/bluejay-factory-2024071600.zip
[...]
% ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s *.zip.sig < *.zip
Good "factory images" signature for contact@grapheneos.org with ED25519 key SHA256:AhgHif0mei+9aNyKLfMZBh2yptHdw/aN7Tlh/j2eFwM
If you are still getting signature failures from ssh-keygen
, can you indicate exactly which commands you are issuing?