-
Vagrant commands must run with `sudo` on linux but not on Mac OS X.
-
```
Ubuntu 16.04
VirtualBox 5.2
Vagrant 2.0.3
vagrant-notify-forwarder 0.5.0
```
Getting this error when attempting a graceful shutdown:
```
`kill': Operation not permitted (Errno::EPERM)
…
-
After `vagrant up client` we noticed that eth1 became eth2:
````
2: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 08:00:27:a2:77:b1 brd ff:ff:ff:ff:ff:ff
inet 10.0.2.15/24…
-
After successfully building and provisioning the vagrant box, running `vagrant suspend` and then `vagrant up` breaks the shared folder.
-
The installation of a sample SolRDF is too much technical, regardless the two ways described in the "Get me up and running" page.
Building things from source [1] is useful in case you've a bit of fa…
-
after vagrant up I issued 'vagrant provision' and got the following error.
checking each of the path, they seem alright. what can be the problem? please help !
==> postfix.vagrant.local: Running pr…
-
In fixing #192 today I noticed that running Ansible separately from Vagrant now requires some [extra bits & bobs](http://vlad-docs.readthedocs.org/en/dev/usage/ansible/). E.g:
```
ansible-playbook -i…
-
More a feature request than a bug: It would be great if you could add a Vagrant file // Dockerfile to get the proxy up and running locally if people - like me - just want to test it out.
-
Hi,
Was looking at your repo, and I was wondering if you have a local docker-compose with kubernetes, kube-ui and romulus ?
I would like to see test it.
ghost updated
9 years ago
-
When running vagrant halt the following is displayed
C:\VM\rackspace>vagrant halt
Vagrant attempted to call the action 'halt' on the provider
'RackSpace Cloud', but this provider doesn't support this…