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

The SUID sandbox helper binary was found, but is not configured correctly #1058

Closed
martinpescador opened this issue Apr 6, 2020 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@martinpescador
Copy link

martinpescador commented Apr 6, 2020

Describe the bug

session-desktop fails to run in LMDE 4: The SUID sandbox helper binary was found, but is not configured correctly

To Reproduce

run app:
./session-messenger-desktop-linux-x86_64-1.0.6.AppImage

Screenshots or Logs

$ ./session-messenger-desktop-linux-x86_64-1.0.6.AppImage
[21626:0407/003239.030411:FATAL:setuid_sandbox_host.cc(157)] 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 /tmp/.mount_sessionDmUYQ/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

Other information (please complete the following information):

@KeeJef
Copy link
Collaborator

KeeJef commented May 27, 2020

You should be able to run with --no-sandbox for now

@KeeJef KeeJef added bug Something isn't working good first issue Good for newcomers labels May 27, 2020
@shamilbi
Copy link

shamilbi commented Feb 9, 2021

Run with --no-sandbox:

Set Windows Application User Model ID (AUMID) { appUserModelId: 'com.loki-project.messenger-desktop' }
NODE_ENV production
NODE_APP_INSTANCE undefined
NODE_CONFIG_DIR /tmp/.mount_sessiofycRdT/resources/app.asar/config
NODE_CONFIG {}
userData: /home/USER/.config/Session
config/get: Did not find user config file, cache is now empty object
config/get: Did not find ephemeral config file, cache is now empty object
Unhandled Error: Error: /tmp/.org.chromium.Chromium.6l0H6P: failed to map segment from shared object
at process.func (electron/js2c/asar.js:140:31)
at process.func [as dlopen] (electron/js2c/asar.js:140:31)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1016:18)
at Object.func (electron/js2c/asar.js:140:31)
at Object.func [as .node] (electron/js2c/asar.js:149:18)
at Module.load (internal/modules/cjs/loader.js:816:32)
at Module._load (internal/modules/cjs/loader.js:728:14)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:853:19)
Unhandled Error: Error: /tmp/.org.chromium.Chromium.6l0H6P: failed to map segment from shared object
at process.func (electron/js2c/asar.js:140:31)
at process.func [as dlopen] (electron/js2c/asar.js:140:31)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1016:18)
at Object.func (electron/js2c/asar.js:140:31)
at Object.func [as .node] (electron/js2c/asar.js:149:18)
at Module.load (internal/modules/cjs/loader.js:816:32)
at Module._load (internal/modules/cjs/loader.js:728:14)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:853:19)
Unhandled Error Error: /tmp/.org.chromium.Chromium.6l0H6P: failed to map segment from shared object
at process.func (electron/js2c/asar.js:140:31)
at process.func [as dlopen] (electron/js2c/asar.js:140:31)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1016:18)
at Object.func (electron/js2c/asar.js:140:31)
at Object.func [as .node] (electron/js2c/asar.js:149:18)
at Module.load (internal/modules/cjs/loader.js:816:32)
at Module._load (internal/modules/cjs/loader.js:728:14)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:853:19)

Device: pc
OS: Slackware x86_64
Session Version: session-desktop-linux-x86_64-1.4.8.AppImage

@Bilb
Copy link
Collaborator

Bilb commented Jun 29, 2021

Looks to be coming from signal and a wordaround is given there.
signalapp#2641 (comment)

@Bilb Bilb closed this as completed Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants