为了账号安全,请及时绑定邮箱和手机立即绑定

Vagrant检测到您安装了不支持的VirtualBox版本

Vagrant检测到您安装了不支持的VirtualBox版本

POPMUISE 2021-03-20 16:15:08
我正在通过http://gettingstartedwithdjango.com/en/lessons/introduction-and-launch/进行工作我正在开发win7,并在终端上使用git-bash。我已经到:Shared FoldersAfter the ./postinstall.sh step, exit SSH Run vagrant halt.我试图让流浪汉停下来并得到:vagrant@precise64:~$ vagrant halt Vagrant has detected that you have a version of VirtualBox installed that is not supported. Please install one of the supported versions listed below to use Vagrant:4.0, 4.1我已经安装了最新的virtualbox-4.2.12现在我该怎么做?
查看完整描述

2 回答

?
慕雪6442864

TA贡献1812条经验 获得超5个赞

升级Vagrant并不是解决此问题的唯一方法。安装新内核后,我已经打了几次。我的问题是VirtualBox不会自动重建其模块。


我的解决方案是清除并重新安装该virtualbox-dkms软件包,例如:


brendan@ishmael:~$ sudo apt-get purge virtualbox-dkms

brendan@ishmael:~$ sudo apt-get install virtualbox-dkms

这触发了为我当前的内核构建模块。此后,即使是我的旧版本的Vagrant,也可以看到正确版本的VirtualBox。


查看完整回答
反对 回复 2021-04-01
  • 2 回答
  • 0 关注
  • 313 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信