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 /homeMagicMirror/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755.

agicmirror@2.11.0 start /home/viper5000/MagicMirror
> DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[35198:0629/190209.828643: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/viper5000/MagicMirror/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755.

$ find . -name chrome-sandbox
./node_modules/electron/dist/chrome-sandbox

$ sudo chown root ./node_modules/electron/dist/chrome-sandbox

$ sudo chmod 4755 ./node_modules/electron/dist/chrome-sandbox

Comentários

Mensagens populares