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

Error sandboxing #258

Closed
dquinton opened this issue Feb 24, 2020 · 8 comments
Closed

Error sandboxing #258

dquinton opened this issue Feb 24, 2020 · 8 comments
Labels
bug Linux Appears on Linux based OSes

Comments

@dquinton
Copy link

I'm stuck trying to run the latest release. I run with the command
./lossless-cut

and get this error
[23567:0224/195332.055701:FATAL:setuid_sandbox_host.cc(157)] 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 /home/dav/Downloads/LosslessCut-linux/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap

If there was a Readme file I might know what to do properly.
what can i do?

@mifi
Copy link
Owner

mifi commented Feb 27, 2020

Need to research more. I tried in Ubuntu 18 and it works there

@allenfoxtc
Copy link

try

./lossless-cut --no-sandbox

it's work for me in debian 9 and ubuntu 18 docker

@mifi
Copy link
Owner

mifi commented Feb 28, 2020

Thanks. I added a readme about this workaround for now. Needs more research

@mifi mifi added the bug label Feb 28, 2020
mifi added a commit that referenced this issue Feb 28, 2020
@mifi
Copy link
Owner

mifi commented Apr 6, 2020

Seems like a common problem with Electron. See electron/electron#17972

@mifi
Copy link
Owner

mifi commented Apr 6, 2020

Maybe want to look into bundling a script like this:
electron-userland/electron-builder#4278

@allefeld
Copy link

Same problem with AppImage on Debian 10.7, --no-sandbox works.

@mifi mifi added the Linux Appears on Linux based OSes label Jan 22, 2021
@mgagliol
Copy link

mgagliol commented Apr 21, 2021

Same issue using the snap install in Debian 10, however the --no-sandbox turnaround does not work. I installed the AppImage and --no-sandbox works with that.

@mifi
Copy link
Owner

mifi commented Jul 23, 2022

Closing because not much actionable for me. I hope that future versions of electron will fix this #714

see also #258

@mifi mifi closed this as completed Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Linux Appears on Linux based OSes
Projects
None yet
Development

No branches or pull requests

5 participants