如何在 Linux 上修复 EasyEDA Pro:The SUID sandbox helper binary was found ...
问题
在 Linux 上启动 EasyEDA Pro 时,程序无法启动,并显示以下错误信息:
easyeda-pro-error.txt
[384694:0217/215920.963708:FATAL:setuid_sandbox_host.cc(158)] 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/user/easyeda-pro/chrome-sandbox is owned by root and has mode 4755.解决方案
正如错误信息所示,EasyEDA Pro 安装目录下的 chrome-sandbox 文件需要由 root 拥有,并设置 setuid 位。你可以在终端中运行以下命令来修复:
别忘了将命令中的目录替换为你的 EasyEDA Pro 安装路径!(可从错误信息中复制粘贴)
fix-easyeda-pro.sh
sudo chown -R root:root /home/user/easyeda-pro/chrome-sandbox
sudo chmod -R 4755 /home/user/easyeda-pro/chrome-sandboxCheck out similar posts by category:
Electronics
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow