kura52 / sushi-browser

Sushi Browser is the next generation browser which mounts the multi-panel and the video support function and so on. Its goal is to be as fantastic as sushi. :sushi:
https://sushib.me
GNU General Public License v3.0
126 stars 12 forks source link

sushi-browser --no-sandbox #7

Closed sikenali closed 6 years ago

sikenali commented 7 years ago

jingle@jingle:~/Downloads$ sushi-browser --no-sandbox [14201:14201:0907/135737.212047:FATAL:zygote_host_impl_linux.cc(107)] 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.

sikenali commented 7 years ago

No start, no response.

kura52 commented 6 years ago

Thank you for raising this issue. I think that it is probably the same as the issue of the brave browser. https://community.brave.com/t/how-to-solve-no-sandbox-error-on-debian-based-linux-distros/3363?source_topic_id=6855

If you use Debian Linux distro, would you mind executing the following command?

To solve this open terminal and switch to root or a super user and type

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

sikenali commented 6 years ago

Thanks

kura52 commented 6 years ago

I close this issue.