stake-house / wagyu-key-gen

GNU General Public License v3.0
61 stars 44 forks source link

AppImage fails to start on Ubuntu 24.04 #193

Open yorickdowne opened 1 month ago

yorickdowne commented 1 month ago

On Ubuntu 24.04, the AppImage fails to start with

[279021:0916/060555.286064:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_Wagyu.Z8Pe8G/chrome-sandbox is owned by root and has mode 4755.

The workaround is to --appimage-extract, then mv squashfs-root wagyu-keygen && cd wagyu-keygen, and finally sudo chown root:root chrome-sandbox && sudo chmod 4755 chrome-sandbox. It can then be started with ./wagyukeygen

The solution may be to have the right ownership and permissions for chrome-sandbox in the AppImage as distributed.

remyroy commented 1 month ago

Good catch. Thanks. Let's explore how to fix this.

yorickdowne commented 1 month ago

This might get fixed in Noble instead. I say monitor and do nothing for now

https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2064672