- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在使用 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/
我想得到最接近这个列表的颜色: static List clist = new List() { Color.Black, Color.Brown, Color.Blue, C
我可以从我的 Ubuntu 服务器中删除以下软件包吗? linux-image-generic-lts-vivid linux-headers-generic-lts-vivid linux-gene
我正在使用 ubuntu vivid 和 Vagrant https://vagrantcloud.com/ubuntu/boxes/vivid64 当我做 vagrant up 时 我明白了 ==>
下面的 MWE 给出了一个奇怪的地址 sanitizer 报告: #include class A { public: A(){} ~A(){} }; class B{ public
我是一名优秀的程序员,十分优秀!