gpt4 book ai didi

linux - Ubuntu vivid box 没有与 vagrant 一起运行

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:15:10 25 4
gpt4 key购买 nike

我正在使用 ubuntu vivid 和 Vagrant

https://vagrantcloud.com/ubuntu/boxes/vivid64

当我做 vagrant up 时

我明白了

==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Setting hostname...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

service hostname start

Stdout from the command:



Stderr from the command:

stdin: is not a tty
Failed to start hostname.service: Unit hostname.service is masked.

有没有办法使用 vivid64 。我什至试过

https://atlas.hashicorp.com/larryli/vivid64

结果一样

最佳答案

似乎 Vagrant 正在抛出与主机名相关的错误...尝试将其添加到您的 vagrant 文件中:

#host.vm.hostname = "[HOSTNAMEVM]"
host.vm.provision :shell, inline: "hostnamectl set-hostname [HOSTNAMEVM]"

当然,将 [HOSTNAMEVM] 设置为您的主机名。

我们在这里做的是手动要求 Vagrant 提供特定的主机名,以尝试解决主机名服务无法启动的问题。

如果这不起作用,带有您的 Vagrantfile 的 pastebin 可能会帮助我们了解这里的实际原因。

关于linux - Ubuntu vivid box 没有与 vagrant 一起运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31225824/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com