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

Connection refused / no-sandbox #22

Open
paulirish opened this issue Sep 5, 2017 · 1 comment
Open

Connection refused / no-sandbox #22

paulirish opened this issue Sep 5, 2017 · 1 comment

Comments

@paulirish
Copy link

Following the setup instructions from the readme I successfully get through the cURL PUT but then loading http://localhost:9222 afterwards fails.

2017/09/05 18:23:56 socat[2155] E connect(5, AF=2 192.168.2.2:9222, 16): Connection refused

But right above I got this log:

[0905/182331.717735:ERROR:zygote_host_impl_linux.cc(88)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

So i added that flag to the google-chrome-unstable launch flags and chrome is up and running and 9222 works. :)

I haven't spent the time to totally grok whats up with our linux sandbox.. but I can at least point you to https://chromium.googlesource.com/chromium/src/+/lkcr/docs/linux_sandboxing.md#sandbox-types-summary and puppeteer/puppeteer#311

@paulirish paulirish changed the title Connection refused Connection refused / no-sandbox Sep 5, 2017
@lawnsea
Copy link
Collaborator

lawnsea commented Sep 5, 2017

Thanks, @paulirish! I'll see if I can reproduce on my end.

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