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

Crash after upgrading to Ubuntu 24.04 #870

Open
krassowski opened this issue Sep 21, 2024 · 2 comments
Open

Crash after upgrading to Ubuntu 24.04 #870

krassowski opened this issue Sep 21, 2024 · 2 comments
Labels

Comments

@krassowski
Copy link
Member

krassowski commented Sep 21, 2024

Description

jlab .
[514889:0921/151946.918521:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly.
Rather than run without sandboxing I'm aborting now.
You need to make sure that /opt/JupyterLab/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

Reproduce

  1. Install JupyterLab Desktop on Ubuntu 23.10
  2. It works
  3. Update to Ubuntu 24.04
  4. It does not work

Expected behavior

Works

Context

  • Operating System and version: Ubuntu 24.04
  • JupyterLab-Desktop version: 4.2.5
  • Installer: snap actually not sure
@krassowski krassowski added the bug label Sep 21, 2024
@krassowski krassowski changed the title Crash of snap after upgrading to Ubuntu 24.04 Crash after upgrading to Ubuntu 24.04 Sep 21, 2024
@krassowski
Copy link
Member Author

Looks related to electron/electron#42510 (comment) which contains a workaround - I can confirm that disabling kernel.apparmor_restrict_unprivileged_userns does work. I will try to reinstall with a snap package now.

@krassowski
Copy link
Member Author

Also, a safer workaround:

jlab .  --no-sandbox

as this only removes sandbox for jlab rather than disabling it globally.

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

No branches or pull requests

2 participants