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 issueI’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:
- Created 4 years ago
- Reactions:3
- Comments:12 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m running into this as well in Debian testing
I am using VS Code (from the Manjaro repos) and Discord (from the AUR), which both work fine for me.