前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Homestead GuestAdditions seems to be installed (6.0.6) correctly, but not running

Homestead GuestAdditions seems to be installed (6.0.6) correctly, but not running

作者头像
hedeqiang
发布2019-12-18 11:23:30
7720
发布2019-12-18 11:23:30
举报
文章被收录于专栏:LaravelCode

最近 将 Virtualbox 升级到 6.0.6 ,出现了 一个奇怪的问题.以下是错误截图:

file
file
代码语言:javascript
复制
==> homestead-7: Machine booted and ready!
[homestead-7] GuestAdditions seems to be installed (6.0.6) correctly, but not running.
bash: line 5: setup: command not found
==> homestead-7: Checking for guest additions in VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

 setup

Stdout from the command:

Stderr from the command:

bash: line 5: setup: command not found

谷歌了一番,发现很多人遇到此问题,貌似是 6.0.6 的一个 bug

以下是此问题的一些链接汇总

解决方案: 降级,将 Vagrant 将到6.0.4,或者采用如下方式:

打开 Vagrantfile 文件(例如我的 Windows 位置:C:\Users\larav\Homestead\)

编辑此文件,加入以下代码

代码语言:javascript
复制
if Vagrant.has_plugin?("vagrant-vbguest")
    config.vbguest.auto_update = false  
end
file
file

随后 再次重新启动

代码语言:javascript
复制
vagrant halt
vagrant up                  
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档