-
I cloned the repository to my PC, and run`vagrant up` in Git Bash, but I got this message:
```
Vagrant cannot forward the specified ports on this VM, since they
would collide with some other applicat…
-
It said
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/trusty32' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
…
-
Hi,
So I got mantl working on Windows and would like to know how I can properly create a pull request for this to help others having problems with it.
Steps to reproduce:
- Install vagrant 1.8.4
- I…
-
i get this message when i try to use vagrant ssh although i already did vagrant up
"VM must be created before running this command. Run `vagrant up` first."
![capture](https://user-images.githubuser…
-
### What happened?
When specifying `refresh: always` in Pulumi.yaml the command `pulumi install` will fail with the error:
`flag provided but not defined: -refresh`
### Example
1. `Pulumi.yaml`…
-
# Sighting report
When enabling QoS on a bdev, we simply pick the thread of first available bdev channel as the QoS thread. And the QoS ability for the bdev relies on that thread. However, such ran…
-
Hi Naveen,
Thanks for this plugin its very useful.
I noticed a couple of issues with deb12 box image:
1. Network connection issue: `vagrant up` is not able to establish ssh connection to VM
* …
-
Hi all!
### Vagrant version
2.3.0
### Host operating system
Ubuntu 20.04.5 LTS
I tried to start my first vagrant node but faced with an error that I can't solve. So I installed sevara…
-
I am following chapter 2 and the playbook is resulting in an error
```
- hosts: all
become: yes
tasks:
- dnf: name=chrony state=present
- service: name=chronyd state=started enabled=y…
-
### Guest Additions issues
I am trying to learn multi-master role-based Kubernetes using Ansible so I cloned the repo, changed to the kubernetes folder and then followed the directions to deploy the …