Figured this one out. It took me a while, but it was one of those silly little things that you wish you'd thought of earlier. I had /tmp mounted with the noexec flag so it couldn't run the extracted installer script from the /tmp folder.
I started bash. Did an su Then edited the /etc/fstab to remove the noexec option using vi. Saved the fstab Rebooted Now the installer works :-)
发布评论
评论(1)
想通了这一点。我花了一段时间,但这是你希望早点想到的那些愚蠢的小事情之一。我使用 noexec 标志安装了 /tmp,因此它无法运行从 /tmp 文件夹中提取的安装程序脚本。
我开始狂欢。
安苏吗
然后使用 vi 编辑 /etc/fstab 以删除 noexec 选项。
保存 fstab
重新启动
现在安装程序可以工作了:-)
Figured this one out. It took me a while, but it was one of those silly little things that you wish you'd thought of earlier. I had /tmp mounted with the noexec flag so it couldn't run the extracted installer script from the /tmp folder.
I started bash.
Did an su
Then edited the /etc/fstab to remove the noexec option using vi.
Saved the fstab
Rebooted
Now the installer works :-)