vagrant Questions
9
As the title says, I've go a clean install of Laravel 5.4 and the latest Homestead (1.0.1). However, when I run a simple Dusk test case I get the following error:
Failed to connect to localhost...
Sapienza asked 4/2, 2017 at 12:28
9
I'm trying to install laravel on my computer with homestead environment. I followed all steps on the official documentation. And when I execute my "vagrant up" my console displays the following err...
Get asked 12/4, 2017 at 20:53
10
Solved
I've an issue with composer running on a vagrantbox (Centos 7), which started to just suddenly happen.
I've already tried manually running the command/solution mentioned on the link below but to n...
Pesade asked 9/4, 2019 at 16:13
4
Solved
Normally, you can ssh into a Vagrant-managed VM with vagrant ssh. There are two options:
You can use an insecure_private_key generated by Vagrant to
authenticate.
Use your own private key - prov...
10
Solved
I am using vagrant with puppet to set up virtual machines for development environments. I would like to simply set a few environment variables in the .pp file. Using virtual box and a vagrant base ...
7
Solved
I have tried to access my projects sites that I have set up on homestead, they were working all fine before, and I haven't been working on them for few weeks, but today when I have tried to access ...
Hartzell asked 16/4, 2016 at 17:53
6
Solved
I have a strange problem with vagrant ssh. Similar questions, like Vagrant asks for password after SSH key update, or (vagrant & ssh) require password, or Vagrant ssh authentication failure do ...
Independency asked 4/1, 2016 at 20:7
7
Solved
I'm using W10 and I had a problem with Vagrant-suddenly I cannot do vagrant up. I received error:
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox...
Artur asked 9/12, 2017 at 19:53
8
Solved
I want to make sure that my development environment has enough free space to install tools and other stuff. I can't find any configuration option about telling to Vagrant the minimum disk size that...
Viewer asked 13/4, 2018 at 17:48
8
Solved
I want to copy a local file from a Vagrant machine to my localhost, but I am getting an error message:
ssh: connect to host 127.0.0.1 port 22: Connection refused.
[user@localhost ceil]$ scp -p...
7
I'm trying to set up a virtualenv on Ubuntu 12.04 with Python 2.7 using vagrant but having same issues. it seems like this issues is seen only when "vagrant up" is issued from windows. what is the ...
Cure asked 8/7, 2014 at 20:4
3
I run this command inside my vagrant instance:
printf 'HTTP/1.1 302 Moved\r\nLocation: https://www.eff.org/' | nc -l 2345
On my host computer, I want to access <ip of my vagrant server>:2345 ...
Didache asked 22/6, 2020 at 6:59
9
I've tried other posts I found online but none seemed to work correctly. I'm working with this. And I make my way to the root of it, which is /var/www/. So then I do composer install and I have a c...
Maxantia asked 13/3, 2014 at 20:19
6
I had created on e box inside vagrant. In the Vagrantfile, I had given the network as
Create a private network, which allows host-only access to the machine
# using a specific IP.
# config.vm.ne...
Jagatai asked 5/8, 2013 at 6:24
4
Solved
After sshing into my ec2 instance using vagrant on ubuntu, I tried running
sudo docker run -i -t ubuntu echo 'hello', but I get this error:
Error starting container da3124903fc4: Unable to load ...
Cuyler asked 4/9, 2013 at 6:51
3
Solved
I am trying to set up virtual machine using virtual box. I have got virtual box and vagrant installed in my windows 7 64-bit machine. I have also built an environment using puphpet. But whenever I ...
Conversant asked 5/9, 2016 at 6:37
12
Solved
Problem: frequently the first command I type to my boxes is su -.
Question: how do I make vagrant ssh use the root user by default?
Version: vagrant 1.6.5
Derinna asked 10/9, 2014 at 6:31
6
Solved
I have the latest version of MySQL Workbench. I have MySQL in a virtual Ubuntu machine and am trying to connect via SSH.
MySQL Workbench keeps crashing without showing any warning or error.
Intelligencer asked 24/2, 2020 at 13:22
15
Solved
I'm using Ubuntu/vagrant as my development environment.
I'm getting these messages on rails console:
Started GET "/assets/home-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for 10.0.2.2 at 2015-04-0...
Probability asked 2/4, 2015 at 15:57
3
Solved
Looks like the error originates because I'm behind company firewall, at least that's my theory.
I have tried tried the option suggested in the error message and running vagrant up with --insecure...
Snapback asked 10/3, 2017 at 12:33
6
I am trying to connect to redshift from my python code.
my pip installed:
psycopg2==2.6.1
redshift-sqlalchemy==0.4.1
SQLAlchemy==1.0.9
and my virtual machine has:
libpq-dev
python-psycopg2
Bu...
Moulmein asked 19/11, 2015 at 2:13
16
I am using VirtualBox 4.2.18 and Vagrant 1.3.3 on Window 7. I have done a vagrant box add
vagrant box add MyBox http://ergonlogic.com/files/boxes/debian-LAMP-current.box
But, when I get to the s...
Levins asked 25/9, 2013 at 18:53
2
Solved
I am trying WSL 2, also trying Vagrant on it. I used it in Ubuntu 20.04 and it is working properly, but now i am facing problem here in WSL 2 in Windows 10. My Problem might be about SSH problem on...
Myrick asked 25/11, 2020 at 9:10
6
Solved
How should I use the command vagrant destroy?
In my VagrantFile I used vm.config.name = 'websvr' and when I open Virtualbox I can see websvr on the list of Vm's.
But whenever I use vagrant destro...
Showroom asked 26/4, 2014 at 5:14
3
Solved
I want to use ubuntu/xenial64 box to create two separate VMs for two separate projects. I defined Vagrantfile in two separate project directories and added the line config.vm.box = "ubuntu/xenial64...
Luteous asked 11/5, 2016 at 14:34
© 2022 - 2024 — McMap. All rights reserved.