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

Error on Ubuntu 16.04: NaCl helper process running without a sandbox #465

Closed
cadojo opened this issue Sep 20, 2020 · 3 comments
Closed

Error on Ubuntu 16.04: NaCl helper process running without a sandbox #465

cadojo opened this issue Sep 20, 2020 · 3 comments

Comments

@cadojo
Copy link

cadojo commented Sep 20, 2020

When running Pluto.run() for Pluto@0.11.14 on Ubuntu 16.04, I get the following error:

ERROR:nacl_helper_linux.cc(308)] NaCl helper process running without a sandbox! Most likely you need to configure your SUID sandbox correctly

Then Pluto seems to start normally. This doesn't happen with Pluto@0.11.12.

@fonsp
Copy link
Owner

fonsp commented Sep 20, 2020

Can you update Pluto to the master branch and see if the error is fixed?

julia> ]
(v1.5) pkg> add Pluto#master
...
julia> import Pluto; Pluto.run()

@cadojo
Copy link
Author

cadojo commented Sep 20, 2020

It doesn't seem to be fixed with the master branch. Although, after more Googling, it seems this is a known Chrome/Linux issue.

Setting my default browser to Firefox fixes this issue.

@fonsp
Copy link
Owner

fonsp commented Sep 20, 2020

Okay! You can also disable the default browser launch:

Pluto.run(launch_browser=false)

(This syntax works on the master branch, and in the upcoming Pluto 0.12.0)

@fonsp fonsp closed this as completed Sep 20, 2020
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