Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snap image won't run due to sandbox SUID issue. #143

Open
bootsa opened this issue Jul 24, 2019 · 3 comments
Open

Snap image won't run due to sandbox SUID issue. #143

bootsa opened this issue Jul 24, 2019 · 3 comments

Comments

@bootsa
Copy link

bootsa commented Jul 24, 2019

Had problems installing and running Snap image.

Trying to install with snap install graasp-desktop_0.11.3_amd64.snap caused:

error: cannot find signatures with metadata for snap "graasp-desktop_0.11.3_amd64.snap"

a rather cryptic message that means snap refuses to install as it has no verification in the snap store.

Solved by running snap install --dangerous graasp-desktop_0.11.3_amd64.snap

Running graasp-desktop gives error:

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 /snap/graasp-desktop/x1/chrome-sandbox is owned by root and has mode 4755.

Apparently this is some permissions problem that needs to be run before build time. See electron/electron#17972

Think @NunonuN had this issue and managed to resolve it... How did you do it @NunonuN? Set permissions and rebuilt the app?

OS: Linux Mint Cinnamon 19.1 Tessa

@juancarlosfarah
Copy link
Member

I have also run into this problem when installing the Snap image. Even by forcing it there were some issues remaining. Would be great to hear if @NunonuN was able to resolve it.

@juancarlosfarah
Copy link
Member

@porduna, do you remember if you ran into this issue?

@porduna
Copy link

porduna commented Jul 24, 2019

I don't remember, but I remember having troubles back in the GA, and that there were multiple ways to install it and some failed. I have just tested the snap version and run into the same issue with both 0.5.0 (the one used in the GA) and 0.11.3.

However, using the *.AppImage as in:

$ chmod +x graasp-desktop-0.11.3-x86_64.AppImage
$ ./graasp-desktop-0.11.3-x86_64.AppImage

works, without any need of root/sudo permissions for anything, which is always a good thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants