我有一个气喘吁吁的chroot在squeeze上运行,使用schroot
.我已成功使用 Skype。我已经google-chrome-stable_current_i386.deb
在 chroot 中安装了(版本 38),但是当我尝试运行它时,它立即退出并显示Aborted
.我运行它,strace
表明这是因为它收到了SIG_ABORT
.
当我运行它时google-chrome-stable --disable-setuid-sandbox
,它可以工作,但抱怨稳定性和安全性。 (显然它使用沙箱是有原因的。)
我怀疑我遇到了同样的问题如何在 chroot 中运行 chromium?。