vagrant-plugin Questions

12

Solved

Current setup: Virtualbox 5.1.20 with Vagrant 1.9.3 Previous working setup: Virtualbox 5.1.18 with Vagrant 1.9.3 I installed the latest version of Virtualbox and tried to start my VM. The folder ...
Amick asked 19/4, 2017 at 9:56

1

I am unable to install vagrant-vbguest on OS X 10.10.4, because it says it can't install Nokogiri. I have: ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14] Vagrant 1.6.2 Vi...
Implead asked 26/7, 2015 at 1:18

2

Solved

I have two machines (linux, Mac) and need to use vagrant to manage the vm. VirtualBox is used in the Liux while parallels is used in Mac. so I configured these two providers in the vagrant config f...
Ewen asked 2/1, 2018 at 0:46

3

Solved

I use Vagrant to start my testing environment. Sadly I have to retrieve information (passwords) before spinning up my Vagrant box. So far I use Vagrant-Triggers to do this and have multiple run "do...
Halvorsen asked 5/1, 2017 at 10:30

2

Trying to use the NFS plugin with a synced folder in Vagrant, and it is working, except that in the guest (VM) the permissions are wrong: -rw-r--r-- 1 501 dialout 0 Jan 20 00:51 a -rw-r--r-- 1 501...
Sarette asked 20/1, 2016 at 1:0

1

Solved

I use Vagrant on VirtualBox. Yesterday, I saved a snapshot of my project by running: $ vagrant snapshot save 'my-project-date-time' Today, I've made some changes to files and folders in my proje...
Unroot asked 27/3, 2017 at 12:19

1

The Goal I am attempting to conditionally run the vagrant-berkshelf plugin. By default, enabling the plugin causes Berkshelf to resolve and vendor cookbooks on every single vagrant up (which is a ...
Spahi asked 15/2, 2016 at 19:45

1

Solved

When I create a virtual machine through vagrant, and ssh into the machine the "/vagrant" folder does not exist. Currently Running the following Host OS: Ubuntu 16.04 Virtualbox: Version 5.0.18_U...
Cormack asked 30/5, 2016 at 2:49

2

Solved

I'm creating a Red Hat Enterprise Linux 7 VM in VirtualBox with vagrant. If I have a base box that both doesn't have the VirtualBox guest additions, and isn't registered, then I'd manually need to ...
Cohe asked 24/7, 2015 at 12:40

1

It's possible to open ports, network files, and there are plug-ins that allow for running guest or host [shell] commands during Vagrant's Provisioning process. What I'd like to do is be able to (p...
Saddletree asked 6/1, 2016 at 18:8
1

© 2022 - 2024 — McMap. All rights reserved.