-
Please note that the Vagrant issue tracker is reserved for bug reports and
enhancements. For general usage questions, please use the Vagrant mailing list:
https://groups.google.com/forum/#!forum/vag…
-
### Steps to reproduce
1. Install vagrant-libvirt
2. install all needed software like qemu libvirt virt-manager make sure kvm modules are loaded
3. try to do the regular: vagrant up --provider=libv…
-
Please note that the Vagrant issue tracker is in priority reserved for bug reports and enhancements. For general usage questions, please use the Vagrant mailing list:
https://groups.google.com/forum/…
-
the following configuration:
```
bsd::network::interface::trunk { 'lagg10':
interface => [ 'vtnet1', 'vtnet2' ],
address => [ '10.0.0.1/24' ],
}
```
creates **/etc/rc.conf** entry…
-
Vagrant fails to start. the relevant message seems to be:
```
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.…
-
##### Bug report summary
NetData is crashing on FreeBSD plugin during startup
##### OS / Environment
```
# uname -a
FreeBSD bunny 11.3-RELEASE-p3 FreeBSD 11.3-RELEASE-p3 #0: Mon Aug 19 21:08:43…
-
I used windows 10, I used vagrant up command for box.scotch.io box, it try to install then;
```
vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'scotch/bo…
-
The atlas push method is not working on Windows. This appears to be related to issue #5307.
-
Since I run all my moudles from upstream git, and update daily, I
kind of quickly ran into this issue here ;)
I have duritong/sysctl installed in parallel to hercules/augeasproviders_sysctl
and I ge…
-
I'm on Ubuntu 14.04 and Vagrant 1.6.2.
Given this Vagrantfile:
Vagrant.configure("2") do |config|
config.vm.provider :docker do |d, override|
d.image = "phusion/baseimage:0.9.9"
d.name …