vagrant Questions
2
Trying to install vagrant for laravel project
All was nice just till the moment I tryed to create vagrant ssh with command:
vagrant ssh
I have next error:
command-line line 0: garbage at end of li...
2
I have a project which came from laravel 5.1, we have upgraded it accordingly up until 5.6, everything on the application works perfectly fine. When I install dusk and run this on ExampleTest.php:
...
Thicket asked 3/6, 2018 at 17:46
4
Solved
Today I started getting errors on simple operations, like creating small files in vim, the bash completion started to complain as well.
Here is the result of df -h :
vagrant@machine:/vagrant$ df ...
Urial asked 31/7, 2015 at 13:4
2
Solved
I'm trying to set up CartoDB on a Vagrant box, following the instructions here. However, it keeps failing because it complains that Postgres has been installed with Latin-1 encoding.
I can't work...
Magdalenemagdalenian asked 28/12, 2013 at 14:3
4
I am trying to install kubernetes cluster with vagrant and ansible and it does not work.
As the error message, I've got:
TASK [Configure node ip] ************************************************...
Avionics asked 16/11, 2019 at 16:48
3
Using a new install of Laravel with Laravel Homestead I've been trying to get Vagrant to boot, but it keeps timing out. I tried using the Default virtual switch, as well as the DockerNAT and NewInt...
Thermoelectrometer asked 13/12, 2017 at 5:7
2
Solved
I am trying to run a CentOS 8 server through VirtualBox (6.1.30) (Vagrant), which worked just fine yesterday for me, but today I tried running a sudo yum update. I keep getting this error for...
Divot asked 31/1, 2022 at 13:30
4
Solved
I have Vagrant/VirtualBox running an Ubuntu 12.04 LTS OS. I have configured Vagrant to forward the guest port 8000 to my host port 8888.
[default] Preparing network interfaces based on configurati...
Run asked 10/8, 2013 at 0:4
5
I have installed Homestead with
vagrant box add laravel/homestead
vagrant init
vagrant up
I can login with user vagrant:vagrant, but I can't login as root!
root:root and root:vagrant is wrong pa...
2
I think the words "Provider" and "Provisioner" sound very similar which may lead to confusion especially among beginners confronted with documentation where both terms are mixed up or used synonymo...
Mix asked 10/8, 2016 at 11:51
3
Solved
I wonder how I can run the command, using the terminal, from my vagrant machine:
$ ping localhost:3000
or
$ curl http://localhost:3000
In host machine (OSX) I have a rails server running in lo...
Emmi asked 24/6, 2015 at 22:2
3
I have multiple Vagrant boxes, and would like to see what version of what box is running in which directory.
vagrant box list returns a global list of boxes:
puphpet/centos65-x64 (virtualbox, 1.2....
Slaughter asked 29/7, 2015 at 22:13
0
I have multiple networks specified in my vagrantfile and only one of them are accessible from outside. When the vagrant starts provisioning, sometimes it chooses the wrong network (IP) to connect t...
Suburban asked 11/1, 2022 at 12:43
1
So, I want to make dynamic proxy_pass to vagrant machine on my server in .local zone controled by Avahi. I have a nginx virtual host configuration:
server {
listen 80;
server_name ~^(?<subdoma...
5
I want to run jupyter notebook running on my ubuntu vm which i fired using vagrant.
$ jupyter notebook --no-browser --port 8004
[I 18:26:10.152 NotebookApp] Serving notebooks from local director...
Pyknic asked 23/7, 2016 at 18:32
6
Solved
Is there any way to explicity specify the path of a Vagrantfile? My company wants to do something like this: For testing on a confluence machine, type a command like vagrant spinup confluence, and ...
Thuggee asked 25/6, 2013 at 22:26
2
Solved
Ever since I've upgraded my Mac to Monteray, I've been having issues with Vagrant.
Initially, I use to see a vBoxManage error on terminal when running vagrant up. I posted a question on this on SO ...
Kare asked 2/12, 2021 at 0:38
8
I am trying run vagrant but after vagrant up error appears:
No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as
"providers",...
Lampert asked 4/4, 2015 at 19:15
2
Cross-Posted
Environmental Details
Relevant bits of server's /etc/ssh/sshd_config:
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no
Relevant bits of client's $HOME/.ssh/config:
Host *...
Argali asked 27/4, 2018 at 22:43
3
Solved
I am trying to install homestead on OSX 10.11. I want to be up and running building laravel applications. I cannot run homestead from the command line. When I try to install it globally I get an er...
2
In production I have two servers running php7.1 and php7.3.
Other than the php-version, the environments are the same.
I'm trying to recreate this in homestead using different php-version for ea...
2
Solved
I'm following the installation tutorial from Data Science at the Command Line which includes the following steps:
$ mkdir MyDataScienceToolbox
$ cd MyDataScienceToolbox
$ vagrant init data-scien...
Subtorrid asked 7/9, 2014 at 7:44
7
I have installed Jenkins(version 2.74) and installed vagrant plugin. Created a job which creates a vagrantfile and executes vagrant box add command
vagrant box add test solaris.box
and executed ...
Gutow asked 2/11, 2016 at 10:20
10
I've been having some issues getting vagrant version 1.8.1 to run with virtualbox 5.0.10, box precise64. My operating system is Windows 7.
Essentially, when I run
vagrant up
...this happens
S...
6
Solved
I'm trying to connect to vagrant via homestead ssh:
[email protected]'s password:
But my public key password doesn't work.
My Homestead.yaml looks like this:
authorize: ~/.ssh/id_rsa.pub
...
© 2022 - 2024 — McMap. All rights reserved.