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

Can't start Wavebox on Debian Linux (sandbox err.) #1238

Closed
stevenlafl opened this issue Apr 16, 2020 · 2 comments
Closed

Can't start Wavebox on Debian Linux (sandbox err.) #1238

stevenlafl opened this issue Apr 16, 2020 · 2 comments

Comments

@stevenlafl
Copy link

stevenlafl commented Apr 16, 2020

New user here, just downloaded Wavebox from https://wavebox.io/download/ and it will not start.

dpkg -i wavebox_10.0.128-1_amd64.deb

/opt/wavebox.io/wavebox/wavebox-launcher %U
[10176:10176:0416/115636.608753:FATAL:zygote_host_impl_linux.cc(116)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
Trace/breakpoint trap

https://kb.wavebox.io/no-usable-sandbox-error-on-linux/ My linux distro and kernel are 100% up to date according to apt-get. I would prefer not to run without a sandbox.

  • Wavebox Version: 10.0.128-1
  • Operating System & Version: Debian 10
  • Kernel version: Linux 4.19.0-8-amd64
  • Account type (if applicable): N/A
@stevenlafl stevenlafl changed the title Can't start Wavebox on Linux (sandbox err.) Can't start Wavebox on Debian Linux (sandbox err.) Apr 16, 2020
@stevenlafl
Copy link
Author

stevenlafl commented Apr 16, 2020

Got it. Solution:

echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/00-local-userns.conf
service procps restart

Explanation:
https://superuser.com/questions/1094597/enable-user-namespaces-in-debian-kernel#1122977

This may be beneficial for the KB docs, so I'll leave it in here for review. It can solve some problems with other programs I need to run.

@Thomas101
Copy link
Member

@stevenlafl thanks for the heads up on that. I've updated the KB article!

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

2 participants