Vagrant的一个BUG - 不支持'change_host_name'

Posted 路漫漫其修远兮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vagrant的一个BUG - 不支持'change_host_name'相关的知识,希望对你有一定的参考价值。

==> master: Setting hostname...
Vagrant attempted to execute the capability change_host_name
on the detect guest OS linux, but the guest doesnt
support that capability. This capability is required for your
configuration of Vagrant. Please either reconfigure Vagrant to
avoid this capability or fix the issue by creating the capability.

 

使用的BOX 【Ubuntu precise 64 VirtualBox】:

http://files.vagrantup.com/precise64.box

Vagrant1.8.5

VirtualBox5.1.4

 

会发生无法通过Vagrantfile修改hostname的问题。

 

解决方案:

https://github.com/mitchellh/vagrant/issues/7625

 

以上是关于Vagrant的一个BUG - 不支持'change_host_name'的主要内容,如果未能解决你的问题,请参考以下文章

Vagrant Homestead'存储'文件夹权限被拒绝[已结束]

当“vagrant up”时,它显示“您的机器似乎不支持 NFS”(Mac OS)

VagrantBox重新安装vboxsf驱动

VagrantBox重新安装vboxsf驱动

ai_socktype 不支持 Servname

如何在'vagrant up'上传递参数并将其放在Vagrantfile的范围内?