vagrant Questions
3
I'm trying to run vagrant up for the first time, but I'm getting this error:
==> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status. Vagran...
9
Solved
So, I've got a bunch of vagrant VMs running some flavor of Linux (centos, ubuntu, whatever). I would like to automatically ensure that a "vagrant ssh" will also "cd /vagrant" so that no-one has to ...
3
Solved
Installed new Laravel 8 project and upon loading the first instance, I get the below error. It's weird cause I put it aside and later on upgraded another project (which was working fine) from...
3
When doing vagrant up I get this error:
==> default: Exporting NFS shared folders...
Traceback (most recent call last):
106: from /opt/vagrant/embedded/gems/2.2.19/gems/vagrant-2.2.19/lib/vagra...
Bandeen asked 22/1, 2022 at 18:56
4
Solved
When I input $ vagrant box list,
Terminal outputs: centos64 (virtualbox)
Now I input $ vagrant init centos64,
Terminal outputs an error message:
"Vagrantfile" already exists in this directory. Re...
Veronaveronese asked 27/4, 2014 at 15:19
2
Solved
Before I start, I want to say that I already checked these answers:
Jenkins build step fails on 'npm install <whatever>'
Jenkin's build failing on npm install
Now, I'm dealing ...
3
Solved
vagrant ssh -- EXTRA SSH ARGS is supposed to allow extra args to be passed to ssh.
vagrant ssh -- -t 'cd /var/www' should ssh into vagrant and change directory to /var/www, but doesn't. Instead i...
14
Solved
I need to install vagrant in headless ubuntu (Ubuntu 12.04.2 LTS-64 Bit). Vagrant ver-v1.3.0 and Virtual box- 4.2.18. After adding the vagrant package box, when I am giving "vagrant up" c...
3
Solved
I have installed Laravel Homestead/Vagrant/Virtualbox on Windows as it said on official site
But it is really slow. Page update takes about 5 seconds.
And it is not only my observation. Lar...
Spatz asked 30/5, 2018 at 23:43
3
Solved
I'm new to Kubernetes and I'm learning. I have my Windows 8 machine where I installed Vagrant. Using vagrant I'm running ubuntu VM and inside that VM I'm running 3 docker containers.
Vagrant file:...
Hausner asked 23/1, 2018 at 9:56
9
Solved
Problem
I have a set of client machines that are a part of an enterprise web application. Each machine runs identical software, which is a PyQT-based web client that connects to a server. This cli...
Absent asked 7/6, 2014 at 9:53
2
I want to add some aliases on a guest machine running through Vagrant. My provisioner is Ansible, and it would be great if I can add the aliases with a task on the playbook, I would prefer not havi...
7
Solved
I am trying to get a vagrant box up and running, but I keep getting network collide errors. This box is a fresh download of trusty64. I have been searching every file and folder dealing with vagran...
Bugloss asked 20/8, 2016 at 1:50
5
I have been running vagrant for the last month for a rails application with no problems on a home wirless network. I am running vagrant 1.4.3 and virtualbox on a windows machine..I have switched fr...
Arcboutant asked 26/1, 2014 at 21:31
3
Solved
My question in short: I run into permissions error every time I execute any Vagrant command without 'sudo' - from vagrant up to vagrant provision. Is this expected behaviour?
/Applications/Vagrant...
Skinny asked 3/9, 2014 at 20:4
6
I’m using Cygwin (CYGWIN_NT-6.3-WOW64) under Windows 8. I’m also running Vagrant (1.7.2) and Ansible (1.8.4). To be complete, my Virtualbox is 4.3.22.
Cygwin and Vagrant have been installed from t...
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
1
Installed git version 2.35.1.windows.2 under Windows 10.
From git bash, run: vagrant version. Opens up a dos window, executes, and closes.
So I cannot use these types of commands, like vagrant vers...
Mallarme asked 15/4, 2022 at 6:54
5
Solved
I am trying to set up homestead. I have tried to add new custom domain but I forgot that I have to run the command vagrant provision and I got an error, so I have decided to uninstall Vagrant Virtu...
Baptize asked 12/1, 2016 at 13:41
2
Solved
I am following the python-django tutorial in Vagrant (Ubuntu 18.04 / Python3.6.6). After running pip3 install pytest-django and configuring pytest.ini file, running pytest returns
Command 'pytest'...
Assentation asked 5/11, 2018 at 12:56
15
Solved
On MacOSX, I'm using Packer to build a Vagrant box so I need to continually bring it up and tear it down. I'm attempting to 'vagrant up', and receive the standard error because the port is...
Unkempt asked 24/6, 2014 at 13:6
9
Solved
How to Correct Timezone
Last time, I figured out how to adjust a system clock in vagrant server. However, when I halt the vagrant and start it again, the system clock is always 9 hours late. I can...
Shoring asked 26/11, 2015 at 13:21
5
Solved
I have been using XAMPP for quite a time, and after discovering Laravel and finding out, that I quite like it, I also wanted to use Homestead. The problem I'm having is, that I can't seem to be abl...
6
I'd like to enable password ssh authentication (and keep key-based authentication enabled) for may Vagrant VM. How to set that?
Vagrantfile:
Vagrant.configure("2") do |config|
config.vm.box = "f...
4
Solved
After VirtualBox update vagrant up failing with the following error on Ubuntu:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and std...
Monochromatic asked 26/10, 2021 at 11:27
© 2022 - 2024 — McMap. All rights reserved.