Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

"No Usable Sandbox" on Linux (Solved) #15245

Closed
jll2 opened this issue Sep 28, 2018 · 1 comment
Closed

"No Usable Sandbox" on Linux (Solved) #15245

jll2 opened this issue Sep 28, 2018 · 1 comment

Comments

@jll2
Copy link

jll2 commented Sep 28, 2018

When installed on Debian-Stretch as per the current instructions, brave fails with the message No usable sandbox!

The reason is clear when one runs strace brave. In the output, one finds the line:

access("/usr/lib/brave/chrome-sandbox", F_OK) = -1 ENOENT (No such file or directory)

Under Debian Stretch, the solution is:

apt-get install chromium
ln -s ../chromium/chrome-sandbox /usr/lib/brave/chrome-sandbox

After this, brave will successfully start.

Similar issues:

  1. Issue Empty list appears by clicking adsBlockedStat when the stat is 0 #8950 was closed with the assertion that the kernel needed to be recompiled. Since the Debian Stretch stock kernel runs both (google-)chrome and chromium successfully, this appears not to be the case here.

  2. Issue Brave won't start [sandbox] #6902 was closed with the claim that the problem would be solved in some future brave release at some future unspecified date. That will be good when it happens but the solution/workaround here works right now.

  3. Issues Add alert for --no-sandbox [feature-request] #11175, Brave will not start on Arch Linux: No usable sandbox #9955, Brave crashes on Debian 8 (installed with aptitude as per instruction) #6930, and Not working on Kali linux #7146 are related.

@bsclifton
Copy link
Member

Thanks for the report folks - I'd like to ask if you can try grabbing the new version of Brave?
https://brave.com/download

Install instructions should be shown in the above link. If you run into problems, you can create an issue in the new repository:
https://github.com/brave/brave-browser

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

No branches or pull requests

2 participants