我正在尝试在我的 ubuntu 16.04 上安装 open edX devstack ginkgo 版本,但出现很多错误。我按照以下步骤操作: http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/installation/index.html 但文件夹 edx-platform 是空的。
我认为这是因为我无法安装 Virtualbox Guest Additions。
事实上systemctl status vboxadd-service.service
给了我
vboxadd-service.service Loaded: not-found (Resaon: No such file or directory) Active: inactive (dead)
对于 来说 也是一样的service vboxguest status
。
在日志文件 (/var/log/VBoxGuestAdditions.log) 我有 :
vboxadd.sh: failed: modprobe vboxguest failed.
我尝试卸载并重新安装 Virtualbox 和 Virtual Guest Additions,但它不再起作用。
有人知道如何打开 Virtualbox Guest Additions 吗?谢谢