vagrant Questions
5
Testing default example
$ vagrant init hashicorp/precise32
$ vagrant up
My box:
Windows 8.1
VirtualBox 5.0.2
Vagrant 1.7.4
Intel i7-4700MQ CPU witch seems to have Intel® Virtualization Techn...
Dupion asked 3/9, 2015 at 10:34
4
When running sudo apt update, I am presented with the following error:
Err:4 https://apt.releases.hashicorp.com focal InRelease
The following signatures couldn't be verified because the public key...
Nicholas asked 6/2, 2023 at 13:52
7
Solved
Use this guide to install Kubernetes on Vagrant cluster:
https://kubernetes.io/docs/getting-started-guides/kubeadm/
At (2/4) Initializing your master, there came some errors:
[root@localhost ~]#...
Canale asked 23/5, 2017 at 2:54
7
I try to work with a project in vagrant.
I have made the command vagrant ssh, and connected to VM. Now I need to edit .bashrc file to set path to the source code. But first I couldn't find that fi...
Reaper asked 2/11, 2013 at 12:43
3
I'm trying to setup bosh-lite (to then install cloudfoundry locally) on a ubuntu server machine (vagrant v1.6.3, Virtualbox 4.3.20r96996). The setup fail when vagrant tries to boot the created mach...
Telling asked 27/1, 2015 at 12:10
7
Solved
I am trying to install a K8s cluster VM nodes using Vagrant and relevant install shell script (listed below).
I tried some of the suggestions in similar questions, but they did not help my case. I ...
Trillion asked 21/5, 2023 at 8:49
10
I am getting Permission denied (publickey) error when doing ssh by ssh username@ip while ssh working when we are doing vagrant ssh
VagrantFile :
Vagrant.configure("2") do |config|
config.vm.box ...
Crackup asked 10/5, 2018 at 10:47
5
Solved
Downloaded Vagrant, and went through th installation process.
When I ran vagrant -v it says vagrant: command not found
It has put the files in /opt/vagrant/...
It should install in the Application...
Audiometer asked 26/7, 2015 at 8:37
4
I try to play following playbook against localhost to provision Vagrant machine
---
- hosts: all
become: yes
roles:
- base
- jenkins
I have cloned necessary roles from github and they reside...
Depressor asked 5/10, 2016 at 12:12
4
Solved
I'm trying to set up PHPUnit in PhpStorm 2017.1 on Windows 10 using a Vagrant box for a Laravel project. I've set up a remote interpreter, and I've been using it for a couple of months now, everyth...
3
Solved
I am ssh’d into a development environment (vagrant Ubuntu box) and my project directory is mapped to another filesystem (via vbox) so symlinks are not supported. I am attempting to create a new ven...
Manamanacle asked 12/2, 2020 at 17:22
9
I'm a beginner with vagrant. I try to create a virtual machine (cent os 6) on my computer with vagrant. When I run vagrant ssh, it prints this warning:
-bash: warning: setlocale: LC_CTYPE: cannot...
3
I want to run a webpack project within Vagrant (installed on Windows 10) where I embedded a Ubuntu 16.04 virtual machine.
I was able to install npm 5.6.0 and nodejs v8.9.4 very successfully.
I t...
Outguess asked 4/3, 2018 at 4:56
17
Solved
I would like to reproduce the way Vagrant logs in to my VM within a shell script using an ssh command, so I create an alias to my Vagrant instance.
What is the command syntax to use the regular ssh...
Eulogistic asked 2/6, 2012 at 17:16
2
Solved
This is hopefully a quick one to answer, I'm trying to provision a box on AWS with puppet and one of the steps involves a pip install from a requirements file. Something like this: -
/usr/local/ve...
Rachmaninoff asked 13/3, 2014 at 11:27
9
Solved
I am trying to run mean.js project based on vagrant , but I get the following error with the vagrant up command on ubuntu 14.04 LTS 64 bit.
There was an error while executing `VBoxManage`, a CLI u...
Bibliophage asked 6/9, 2016 at 9:25
5
If I run curl google.com, I can't see the output, only a blank page. My Vagrantfile contains:
Vagrant.configure("2") do |config|
config.vm.box = "trumobi"
#config.vm.box_url = "http://192.168.13...
Agility asked 27/8, 2013 at 5:0
3
I have properly running xdebug on vagrant on my local pc on Ubuntu. It shows its orange table with error info. My testing page is localhost:8030
In Chrome browser I have Xdebug helper.
The proble...
5
Solved
Even if the views is available at the resources/views directory laravel is showing me this error
View [name] not found.
Everything was working fine until a token mismatch error occured currently...
Gere asked 28/2, 2017 at 10:2
33
Solved
The problem with ssh authentication:
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing netw...
Foolery asked 7/4, 2014 at 20:53
4
Solved
I have a problem with vagrant.
1) I have Windows 7.
2) Run script in Windows PowerShell
3) Code that i execute:
PS D:\vagrants> vagrant --debug
4) my windows Path entry:
C:\Program Files...
Sherronsherry asked 26/9, 2019 at 18:20
13
I can't seem to get Homestead running. It hangs at SSH auth method: private key.
The Homestead VM starts. I can go to VirtualBox and open the terminal window and login with vagrant:vagrant.
I can...
2
The terminal only tells me There was 1 Warning:. But how can I see the full warning message and where it's being triggered from?
---
this is my phpunit.xml file
<?xml version="1.0"?&g...
Siobhansion asked 15/5, 2021 at 8:7
3
First of all I'm sorry if someone already did this question, in this case please paste the link here because I didn't find anything.
I'm learning vagrant, using virtualbox i don't have problem in r...
13
Solved
When I do a vagrant ssh in my project on a windows 10 laptop I get this error:
[email protected]: Permission denied (publickey).
When I then delete .vagrant/machines/default/virtualbox/priva...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.