我正在尝试在我的 Centos 7 vps 中运行浏览器(Chrome、firefox)。
google-chrome
命令:
ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
google-chrome --no-sandbox
:
[0618/195339.976436:ERROR:nacl_helper_linux.cc(308)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly
来自其他用户:
[chromer@vps123~]$ google-chrome --disable-setuid-sandbox
[26580:26580:0618/195404.014507:FATAL:zygote_host_impl_linux.cc(116)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/master/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
Trace/breakpoint trap
[chromer@vps123~]$
知道什么地方出了问题吗?