vagrant Questions
2
I get this errormessage:
An error occurred in the underlying SSH library that Vagrant uses. The
error message is shown below. In many cases, errors from this library
are caused by ssh-agent is...
Bedrabble asked 8/8, 2016 at 8:39
4
Solved
When you look at the Dockerfile for a maven build it contains the line:
VOLUME /root/.m2
Now this would be great if this is where my .m2 repository was on my mac - but it isn't - it's in
/Users...
32
Solved
I'm trying to run psql on my Vagrant machine, but I get this error:
psql: could not connect to server: No such file or directory
Is the server running locally and accepting connections on
Unix d...
Crankpin asked 7/3, 2017 at 16:43
4
Regardless if I have a Vagrant file or if one doesn't exist and I create my own with vagrant init (which works btw) I get an error when trying to do this:
vagrant up
The error is:
1: from /usr/...
1
I'm trying to simulate a production environment using my local computer with the help of Vagrant. The VM was not supposed to have any access to the internet.
Tried to untick the "Cable Connected"...
Gawky asked 28/10, 2018 at 11:8
4
Solved
I have this in my Vagrantfile
Vagrant.configure("2") do |config|
config.vm.network "public_network"
config.vm.network "private_network", type: "dhcp"
It's giving me this error when I try vagra...
Pigfish asked 29/3, 2018 at 3:51
5
Solved
I have a Vagrant box I'm using for local development. I'm working on a webhook, which is being called from outside; so I'm thinking of using ngrok.com to proxy requests to my Vagrant environment. I...
17
Solved
I just got laravel homestead to run yesterday using powershell. Now, it won't even run. I just suspended vagrant and turned off my pc. Now it's just giving me this error:
Bringing machine 'default...
Lorenzen asked 21/9, 2015 at 1:54
13
Solved
For some reason this morning when I run 'vagrant up' I get the following error (this has worked absolutely fine for over a year)
Your VM has become "inaccessible". Unfortunately, this is a critica...
Macneil asked 5/6, 2015 at 9:15
3
When I run vagrant up I get this error
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm...
Begga asked 14/4, 2020 at 17:40
6
Solved
I've recently started using Virtualbox, Vagrant and VVV for my local Wordpress development environment. It's very slick.
One issue I've had is that after shutting things down with 'vagrant halt',...
Dialyze asked 31/8, 2015 at 15:0
9
Solved
I got this error when I run vagrant up on my macOS:
The IP address configured for the host-only network is not within the
allowed ranges. Please update the address used to be within the
allowed ra...
Mamelon asked 13/1, 2022 at 22:54
3
Solved
I run a computer with Ubuntu 15.10 and I try to run Vagrant with Ansible.
Before start, I like to say that I don't have any idea about server management and especialy the Ansible.
The reason I am...
5
Solved
I've been experiencing an irritating issue that I cant get around.
I am trying to vagrant up a centos7 system in this environment:
Windows 10
Hyper-V (not anniversary update version)
Docker imag...
Nix asked 29/7, 2016 at 12:51
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
9
Solved
I have a vagrant box up and running (configured with a LAMP stack). I need to transfer it to another PC. How can I export it?
I guess that I can get a file (or files) that can be copied to another ...
Buckish asked 19/12, 2013 at 10:24
13
Having some issues to get my vagrant up,
Got the box, run vagrant init and after vagrant up command I get this message.
Bringing machine 'default' up with 'virtualbox' provider...
==> default...
Anikaanil asked 15/5, 2014 at 23:3
10
Everytime i go to my project I get a 502 bad gateway. When I refresh, the page works.. If I click a link to another page I get 502 bad gateway again. After the refresh the page loads. What could be...
Pesthole asked 27/1, 2019 at 12:38
18
I am running VirtualBox 5.0.24 and Vagrant 1.8.5 on Digital Ocean VPS running on Ubuntu 14.04 LTS Precise
I am using the box ubuntu/precise64
Everything works fine but when i do vagrant up it hangs...
Tracey asked 19/7, 2016 at 16:8
3
Solved
I have Vagrant in use for one box profile. Now I want to use Vagrant for another box (b2), but it says that bioiq's instance is consuming the forwarded port 2222 (which it is).
Now, if I configur...
Komatik asked 9/6, 2014 at 19:49
6
Solved
I'm not looking for this answer, because my question is different.
When I type vagrant global-status I get a list of vms, but some of those directories and VMs have been deleted along with the Vag...
Rumpf asked 26/6, 2014 at 20:59
13
Solved
I got a problem with adding an ssh key to a Vagrant VM. Basically the setup that I have here works fine. Once the VMs are created, I can access them via vagrant ssh, the user "vagrant" exists and t...
Royster asked 6/5, 2015 at 11:31
8
Solved
I would like to provision with my three nodes from the last one by using Ansible.
My host machine is Windows 10.
My Vagrantfile looks like:
Vagrant.configure("2") do |config|
(1..3).each do |i...
Continuous asked 25/2, 2017 at 22:40
4
I have just downloaded the latest version of Vagrant 2.2.15 and VMware. I tried to run
vagrant box add laravel/homestead
But I get
The box 'laravel/homestead' could not be found or could not be ac...
4
Solved
I am very new to using Vagrant in my development workflow, however when setting up the box using vagrant up and then accessing it via my host i get a connection refused with my browser.
Is all tha...
Postexilian asked 17/9, 2015 at 12:45
© 2022 - 2024 — McMap. All rights reserved.