question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot start IPFS desktop: The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now.

See original GitHub issue

I’m running Manjaro Linux (based on Arch) and tried to install IPFS Desktop from source after the official (.AppImage) version didn’t work.

But to my surprise, I got the same error.

I ran

  • Git clone
  • npm install
  • npm start
    • The output of which is displayed below
[bernd@bernd-pc ipfs-desktop]$ npm start

> ipfs-desktop@0.9.0-beta.2 start /home/bernd/Build/ipfs-desktop
> cross-env NODE_ENV=development electron -r @babel/register src/index.js

[18816:0820/141831.072284: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 /home/bernd/Build/ipfs-desktop/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755.

Please note that I am also using nvm:

[bernd@bernd-pc ~]$ nvm ls
->     v11.15.0
        v12.8.0
         system
default -> 11.15.0 (-> v11.15.0)
node -> stable (-> v12.8.0) (default)
stable -> 12.8 (-> v12.8.0) (default)
iojs -> N/A (default)
unstable -> N/A (default)
lts/* -> lts/dubnium (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.16.0 (-> N/A)
lts/dubnium -> v10.16.2 (-> N/A)

Why won’t IPFS Desktop start? And what does the error mean anyways?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
ZeroAuroracommented, Nov 2, 2019

I’m running into this as well in Debian testing

1reaction
Tanja-4732commented, Aug 21, 2019

Just out of curiosity: are you using any other Electron apps?

I am using VS Code (from the Manjaro repos) and Discord (from the AUR), which both work fine for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot start IPFS desktop: The SUID sandbox helper binary ...
Cannot start IPFS desktop : The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm...
Read more >
Solve “The SUID sandbox helper binary was found, but is not ...
Hello,. Today I downloaded and tried to run Lossless-cut on Debian 10 Buster system, and I got this error: $ ./LosslessCut-linux.AppImage
Read more >
Error: The SUID sandbox helper binary was found, but is not ...
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to...
Read more >
"SUID sandbox helper binary was found, but is not configured ...
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to ......
Read more >
ipfs-desktop: An unobtrusive and user-friendly desktop ... - Gitee
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found