Skip to content

[Chromium] run failure w/ No usable sandbox #383

Open
@paulirish

Description

@paulirish

I just spun up the chromium image. I tried Running/Building from c9, and there was "no work to do". Good!

In VNC I ran ./out/Default/chrome but it failed:

user@f2a2dc325886:~/chromium/src ((465b457f155c...)) $ ./out/Default/chrome
[1226:1226:0905/170653.196176: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.
<snip>
[end of stack trace]
Calling _exit(1). Core file will not be generated.

running with --no-sandbox does succeed, although this isnt recommended

https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md has the most decent docs on this topic.. it seems to be an issue with some system deps not being installed and thus preventing use of the sandbox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions