Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-02-01 Thread Alvaro Miranda Aguilera
hello choose one of these: - you pass the USB to the VM and configure that in the VM . what you are doing with vbox manage is plug the usb IN the VM - configure the USB on the host, check what eth is, and use network_private to make a nic on the VM using that. one or the other, no both then

Re: [vagrant-up] Deploy VMs Template with vagrant to an external host

2018-02-01 Thread Alvaro Miranda Aguilera
hello can you explain why you want to do this : - on servers ? - with vagrant? Vagrant first use case is development kind of workloads, can be local or remote, based on plugins so here we can check what tech are you using? there are plugin from vmware vsphere and other s but i want to stress

Re: [vagrant-up] Free IPA unable to access it web url

2018-02-01 Thread Alvaro Miranda Aguilera
hello not a vagrant issue from here if you expect this to be running on port 80, there is nothing listening on port 80 you make sure sure it will bind to 0.0.0.0 and then you can use the IP of 192.168.2.40 like 192.168.2.40: i think will be more appropiate in a IPA forum thanks On Thu, Feb

Re: [vagrant-up] I am using vagrant + virtual box. Can vagrant select working network interfaces of host machine automatically?

2018-02-01 Thread Alvaro Miranda Aguilera
for public network + virtualbox you will be ask to choose Can you share more information? have you tried? what you see? include vagrantfile also please thanks On Thu, Feb 1, 2018 at 10:20 AM, Emilbek Sulaymanov < emilbeksulayma...@gmail.com> wrote: > Can it pick right network interface of

Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-01-31 Thread Alvaro Miranda Aguilera
hello can we step back a bit? What do you need to happen, then we can check on how we can make that to happen. By default vagrant provides one interface as Nat on top of that you can add private (in a isolated network) or public (bridged to some interface) you can choose dhcp (default) or

Re: [vagrant-up] Laravel cannot make secure connection to server by domain name. Localhost:8000 works

2018-01-30 Thread Alvaro Miranda Aguilera
vagrant by default wouldnt set that perhaps you had a plugin that now is gone? hostmanager ? On Tue, Jan 30, 2018 at 6:28 PM, wrote: > I am fairly new to web programming and have come into a tough problem. In > the past I would be able to access a larvel site by

Re: [vagrant-up] Re: SSH-2.0-OpenSSH - Protocol mismatch.

2018-01-30 Thread Alvaro Miranda Aguilera
> Protocol mismatch.* > > > How to fix this problem? > > > Best Regards, > > > > On Mon, Jan 29, 2018 at 8:04 PM, Alvaro Miranda Aguilera < > kiki...@gmail.com> wrote: > >> you just reply to a 2015 email, i doubt the issue is near close >> >>

Re: [vagrant-up] Extending a drive size using the vagrant vmware provider?

2018-01-30 Thread Alvaro Miranda Aguilera
better create a new VM thats fit for what you need. Alvaro. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub

Re: [vagrant-up] Re: SSH-2.0-OpenSSH - Protocol mismatch.

2018-01-29 Thread Alvaro Miranda Aguilera
September 18, 2015 at 6:07:25 AM UTC+2, Alvaro Miranda Aguilera > wrote: >> >> Hello >> >> That happen when you use the wrong port in the browser. >> >> usually is for SSH, so you can use ssh localhost >> >> you need to create a port for

Re: [vagrant-up] Debugging w/ PhpStorm

2018-01-29 Thread Alvaro Miranda Aguilera
ro. Where and what do you > suggest I edit to use 192.168.50.4 > > On Sat, Jan 27, 2018 at 2:40 AM, Alvaro Miranda Aguilera > <kiki...@gmail.com> wrote: > > how are you connecting? > > > > the project have a private network, try with 192.168.50.4 >

Re: [vagrant-up] Debugging w/ PhpStorm

2018-01-27 Thread Alvaro Miranda Aguilera
how are you connecting? the project have a private network, try with 192.168.50.4 -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this

Re: [vagrant-up] Password prompt on bringing up Vagrant although it is specified in Vagrantfile

2018-01-25 Thread Alvaro Miranda Aguilera
> > > On Thursday, January 25, 2018 at 8:21:55 AM UTC+5:30, Alvaro Miranda > Aguilera wrote: >> >> hello >> >> seems you got the user/pass on the wrong block. >> >> https://www.vagrantup.com/docs/vagrantfile/ssh_settings.html >> >> config.

Re: [vagrant-up] Debugging w/ PhpStorm

2018-01-25 Thread Alvaro Miranda Aguilera
screenshots of the errors? can you share vagrant file? On Thu, Jan 25, 2018 at 7:08 PM, Clinton Gallagher < clinton.s.gallag...@gmail.com> wrote: > Said no one on their death bed "I'll always remember the good times I had > trying to configure @PhpStorm to use #Xdebug to debug @WordPress

Re: [vagrant-up] How to add 2nd Hostonly private NIC in Vagrant box?

2018-01-24 Thread Alvaro Miranda Aguilera
hello network is reset on each vagrant up. the package box need to have the first interface confgured with dhcp use the vagrant networking to add either private or public you can add multiples interfaces this way first nic / nat should be there since its what vagrant uses to configure the

Re: [vagrant-up] Password prompt on bringing up Vagrant although it is specified in Vagrantfile

2018-01-24 Thread Alvaro Miranda Aguilera
hello seems you got the user/pass on the wrong block. https://www.vagrantup.com/docs/vagrantfile/ssh_settings.html config.ssh.username or x.ssh.username On Wed, Jan 24, 2018 at 7:23 AM, Shashank Korada wrote: > Hello, > > I am trying to launch VMs on a remote

Re: [vagrant-up] Re: Vagrant up virtual box boot error in windows 8

2018-01-24 Thread Alvaro Miranda Aguilera
state > Please check and suggest me > > > <https://lh3.googleusercontent.com/-MrW7rMANMPw/WmgM5fErRMI/AA0/UmUFivRewbMqhamqevA6mhryUecTYHMcgCLcBGAs/s1600/screenshot2.png> > > > On Wednesday, January 24, 2018 00:57:00 UTC + 5: 30 Alvaro Miranda > Aguilera wrote

Re: [vagrant-up] Re: Vagrant up virtual box boot error in windows 8

2018-01-23 Thread Alvaro Miranda Aguilera
hello open virtualbox, poweroff the VM, turn it on, see if you can connect user vagrant password vagrant On Tue, Jan 23, 2018 at 4:07 PM, wrote: > Thanks for your reply. > I did as you have mentioned but still i am getting same error. > Please check and help me to

Re: [vagrant-up] Vagrant up virtual box boot error in windows 8

2018-01-23 Thread Alvaro Miranda Aguilera
Hello We need to separate tool and run time from boxes and projects can you try with our box? mkdir p64 cd p64 vagrant init -m hashicorp/precise64 vagrant up does that work? On Tue, Jan 23, 2018 at 12:47 PM, wrote: > > 0down votefavorite >

Re: [vagrant-up] Packaging Vagrant as a deb?

2018-01-23 Thread Alvaro Miranda Aguilera
Hello Have you seen this? https://github.com/hashicorp/vagrant-installers On Tue, Jan 23, 2018 at 2:12 AM, Jared Suttles wrote: > Hi all, > > Been using Vagrant for a while now, but have never had to consider > building/distributing it before. Wondering if there is

Re: [vagrant-up] OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

2018-01-20 Thread Alvaro Miranda Aguilera
if possible can you try from a different network? On Fri, Jan 19, 2018 at 6:52 PM, Ane Kuzmanovska wrote: > Hello, > > I have been trying to install homestead and this error pops up every time: > > OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 > > I have already

Re: [vagrant-up] Vagrant - Linux Host - Virtualbox Shared folders - Windows10 Pro Guest

2018-01-18 Thread Alvaro Miranda Aguilera
hello can you put a simple Vagrantfile with a box available in Vagrant cloud to reproduce? Will be quicker if we can share the same box setup etc. Thanks Alvaro On Thu, Jan 18, 2018 at 2:22 PM, Xavier Krantz wrote: > Hello there, > > > I have a question regarding Virtualbox

Re: [vagrant-up] Vagrant vmware-esxi plugin flag to enable hardware virtualization on the VM

2018-01-18 Thread Alvaro Miranda Aguilera
required as a key value pair. > Thanks for the second one, will try escaping the special characters > > -Shashank > > On Thursday, January 18, 2018 at 6:30:26 PM UTC+5:30, Alvaro Miranda > Aguilera wrote: >> >> Hello >> >> for 1 you can contact the plugin p

Re: [vagrant-up] Vagrant vmware-esxi plugin flag to enable hardware virtualization on the VM

2018-01-18 Thread Alvaro Miranda Aguilera
Hello for 1 you can contact the plugin person to see if he can add the conf part for 2 you can use vi://user:password@server if you got special characters you can escape them with the html codes ie # -> %23 i think, by memory but giving you the idea. Thanks Alvaro. On Wed, Jan 17, 2018 at

Re: [vagrant-up] Can't download any vagrant box hosted by Vagrant Cloud

2018-01-16 Thread Alvaro Miranda Aguilera
r network and it downloaded successfully. So it's > definitely a network related issue but I can't figure out what could be > causing the SSL error. Do you have any insight as to what the possible > causes could be? > > On Tuesday, January 16, 2018 at 6:25:18 PM UTC-5, Alvaro Miranda Aguil

Re: [vagrant-up] Can't download any vagrant box hosted by Vagrant Cloud

2018-01-16 Thread Alvaro Miranda Aguilera
hello macos high sierra, over wifi. *0* $ time vagrant box add c9s/centos-stack *==> box: Loading metadata for box 'c9s/centos-stack'* box: URL: https://vagrantcloud.com/c9s/centos-stack *==> box: Adding box 'c9s/centos-stack' (v1.0.1) for provider: virtualbox* box: Downloading:

Re: [vagrant-up] vagrant package: won't fork/clone/duplicate/generate a similar vagrant-up-able box/image

2018-01-15 Thread Alvaro Miranda Aguilera
is not a bug. you need to make sure the box is ready to be used and include all thats required. 1. use config.box.insert_key = false so the keys doesn't get overriden 2. use a tool that is made to build boxes like packer.io Alvaro. On Mon, Jan 15, 2018 at 6:00 PM, Ribamar Santarosa

Re: [vagrant-up] Why vagrant creates two shared resources for one folder? Vagrant 2.0.1; laravel/homestead (hyperv, 5.0.1); Windows 10; SMB

2018-01-15 Thread Alvaro Miranda Aguilera
is not an issue the current folder is mounted as /vagrant on top of that does what you ask o do. you can ignore /vagrant as its the default. On Tue, Jan 16, 2018 at 7:49 AM, Alexander Radchenko < radchenkosa...@gmail.com> wrote: > > I created new Laravel project `laravel new blog` at folder >

Re: [vagrant-up] ubuntu-VAGRANTSLASH-xenial64 20180112 connection failed

2018-01-14 Thread Alvaro Miranda Aguilera
Hello Those boxes are made by canonical. so perhaps you can skip this version On Mon, Jan 15, 2018 at 12:38 AM, Taylor Ren wrote: > I have no problem up my Vagrant VM when using the 20180109 box. Today I > updated this box to the newest 20180112 and the `vagrant up`

Re: [vagrant-up] Vagrant up returns 'open' : Access is denied. (5) (ChildProcess:: Error)

2018-01-12 Thread Alvaro Miranda Aguilera
hello this is strange: C:/HashiCorp/Vagrant/embedded/gems/gems/childprocess-0.6.3/ lib/childprocess/windows/handle.rb:12:in `open': Access is denied. (5) (ChildProcess::Error) as normal user using cmd.exe try with vagrant up --debug bug use our default box first mkdir precise64 cd precise64

Re: [vagrant-up] Re: vagrant and ansible provisionning fails with INFO interface: error: The Ansible software could not be found! Please verify that Ansible is correctly installed on your host system.

2018-01-11 Thread Alvaro Miranda Aguilera
yeah no idea why, i tried localhost, change name etc, so i went for host: all to get it running On Thu, Jan 11, 2018 at 6:43 PM, Jean-Luc Pinardon wrote: > Well... that's not what I wanted to do... But never mind, I tried with > ansible_local. > It automatically installs

Re: [vagrant-up] Re: vagrant and ansible provisionning fails with INFO interface: error: The Ansible software could not be found! Please verify that Ansible is correctly installed on your host system.

2018-01-11 Thread Alvaro Miranda Aguilera
you can use ansible_local that runs in the guest. and there was couple of typos in one for the files.. https://github.com/JiElPe-Fr38/myKnowledge/pull/1 you can test mine here: https://github.com/kikitux/myKnowledge On Thu, Jan 11, 2018 at 3:15 PM, Jean-Luc Pinardon

Re: [vagrant-up] vagrant and ansible provisionning fails with INFO interface: error: The Ansible software could not be found! Please verify that Ansible is correctly installed on your host system.

2018-01-11 Thread Alvaro Miranda Aguilera
can you put this into a github repo and share? On Thu, Jan 11, 2018 at 11:33 AM, Jean-Luc Pinardon wrote: > Dear all, > > I am new to vagrant and ansible, and I am currently making some trials. > My host environment is a WIndows 7 machine (sorry) with cygwin64. > Ansible

Re: [vagrant-up] Can't get Vagrant Up

2018-01-08 Thread Alvaro Miranda Aguilera
hello Vagrant is working fine. upto here: default: Configuring and enabling network interfaces... ==> default: Mounting shared folders... default: /var/www => /Users/johnnyrains/Sites/phptutorial ==> default: Running provisioner: shell... >From there the project you are using is doing

Re: [vagrant-up] Vagrantfile: loop around shell

2018-01-05 Thread Alvaro Miranda Aguilera
Hello! yes its confusing but not hard. This is what your provision did: *==> omg02: Running provisioner: shell...* omg02: Running: inline script omg02: hi *==> omg02: Running provisioner: shell...* omg02: Running: inline script omg02: hi *==> omg02: Running provisioner:

Re: [vagrant-up] Re: Free IPA installation in vagrant

2018-01-03 Thread Alvaro Miranda Aguilera
hello you can do this: vagrant halt then using virtualbox gui, turn the machine on from there the machine will be 100% outside vagrant if you came back with a list of requirements like scripts and ports to forward we can help you to put those in the vagrantfile but is out of the scope of the

Re: [vagrant-up] ERR_CONNECTION_REFUSED: I think NFS based, possibly ...

2018-01-02 Thread Alvaro Miranda Aguilera
more closely, it does the same > thing as Chrome. > > Firefox works. > > > > On Jan 3, 2018, at 1:46 AM, Alvaro Miranda Aguilera <kiki...@gmail.com> > wrote: > > google chrome forces https for .dev now > > site1.dev refused to connect. > ERR_CONNECTION_R

Re: [vagrant-up] Free IPA installation in vagrant

2018-01-02 Thread Alvaro Miranda Aguilera
Hello What you have tried and what questions you got? if you are new to Vagrant, perhaps : https://www.vagrantup.com/intro/getting-started/index.html Thanks Alvaro On Wed, Jan 3, 2018 at 6:10 AM, wrote: > Dear Team, > > Well need your humble guidance in order to install

Re: [vagrant-up] NS_ERROR_FAILURE issue on MacOS High Sierra

2018-01-02 Thread Alvaro Miranda Aguilera
it seems not a vagrant issue virtualbox forums like this: https://forums.virtualbox.org/viewtopic.php?f=8=79515 blame things like external drivers no properly removed, or mac os upgrade after virtualbox isntalls (?) and people try reboots / reinstalls have the virtualbox removed and reinstalled

Re: [vagrant-up] ERR_CONNECTION_REFUSED: I think NFS based, possibly ...

2018-01-02 Thread Alvaro Miranda Aguilera
google chrome forces https for .dev now site1.dev refused to connect. ERR_CONNECTION_REFUSED try other browser or other domain alvaro On Tue, Jan 2, 2018 at 11:36 PM, Ian Robert Douglas < ian.robert.doug...@gmail.com> wrote: > Hi, > > Need some help. I’m very poor with code. > > Something has

Re: [vagrant-up] Laravel / Homestead Proble

2018-01-02 Thread Alvaro Miranda Aguilera
hello can you add --debug and try again ? Please share a gist (gist.github.com) of the log On Sun, Dec 31, 2017 at 6:07 PM, Rob Johnson wrote: > Hi, I've seen several reference to this problem over the web but nothing > that actually solves it. Have installed

Re: [vagrant-up] Vendors supporting startup of multiple machines in parallel in Vagrant multi-machine environments

2017-12-28 Thread Alvaro Miranda Aguilera
Currently seems only docker. Alvaro On Thu, Dec 28, 2017 at 8:07 AM, Chiranga Alwis wrote: > Which vendors support startup of multiple machines in parallel, in a > multi-machine environment > when using Vagrant? It is

Re: [vagrant-up] Could not start Vagrant 2.0.1

2017-12-26 Thread Alvaro Miranda Aguilera
hello very ugly error. Whats your host OS ? 32 bit? 64 bit? Can you un-install, and try 2.0.0 ? Alvaro On Tue, Dec 26, 2017 at 2:37 PM, Evgeny Alexandrovich < evg...@alexandrovich.com> wrote: > c:\m036>vagrant up > C:/Program Files/HashiCorp/Vagrant/embedded/gems/gems/vagrant- >

Re: [vagrant-up] Understanding Vagrant disk space usage

2017-12-25 Thread Alvaro Miranda Aguilera
Hello reply to 1. Open Virtualbox Settings, check the virtual machine directory, you can change it. then destroy and recreate will put the VM on the new path. reply to 2. dd with zeroes may not use much space, several layers are there that will try to be smart. Filesystem, the Virtualbox disk,

Re: [vagrant-up] Re: How am I supposed to know which master VMs are not used (can be deleted?)

2017-12-22 Thread Alvaro Miranda Aguilera
what about checking Virtualbox gui? Does that tells? -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues:

Re: [vagrant-up] Error at vagrant up : Provider expected: vsphere while Provider of box: vmware_desktop

2017-12-15 Thread Alvaro Miranda Aguilera
check the documentation of the plugin, it wont take a local box you need the dummy box and a source vm like this: # The template we're going to clone #vsphere.template_name = 'ubuntu.template.dc.sw10.net' Alvaro On Fri, Dec 15, 2017 at 10:09 PM, cally725 via Vagrant <

Re: [vagrant-up] So how to actually setup vagrant with vmware and wsl?

2017-12-15 Thread Alvaro Miranda Aguilera
Hello WSL information is here: https://www.vagrantup.com/docs/other/wsl.html It should work for VirtualBox, and let you use Docker with a DOCKER_HOST But WSL + VMWare is not yet listed in the page. Thanks Alvaro. On Fri, Dec 15, 2017 at 3:09 PM, Georgi wrote: >

Re: [vagrant-up] SSL Certificate Problem When Downloading Box Behind Websense

2017-12-14 Thread Alvaro Miranda Aguilera
You can add your proxy into the local certs being used Try setting the variable SSL_CERT_FILE to a file that includes your proxy certificate. Alvaro. On Thu, Dec 14, 2017 at 2:44 PM, Alex Drawbond wrote: > Hello, > > I am trying to run: > vagrant box update --box

Re: [vagrant-up] some times Vagrant is failed to synching share folders to guest VM

2017-12-14 Thread Alvaro Miranda Aguilera
Hello vsphere plugin is not native to vagrant can you open an issue on the plugin repo? Alvaro. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your

Re: [vagrant-up] some times Vagrant is failed to synching share folders to guest VM

2017-12-14 Thread Alvaro Miranda Aguilera
hello the box does and the host have all the needed to use smb? how to reproduce? your vagrantfile says dummy for box Alvaro On Thu, Dec 14, 2017 at 7:25 AM, ashok vaddevalli wrote: > Vagrant version > > 2.0.1 > Host operating system > > Windows 7 > Guest

Re: [vagrant-up] Vagrant doesnt seem to want to mount /

2017-12-14 Thread Alvaro Miranda Aguilera
the best will be contact the people who builds that box, or use a different box. Alvaro. On Wed, Dec 13, 2017 at 11:16 PM, Matthew Jonat wrote: > So I use the vagrant scotchboxI was working away on a website with it > which just stops working all of a sudden but

Re: [vagrant-up] vagrant on windows behind proxy

2017-12-11 Thread Alvaro Miranda Aguilera
you know the proxy url? you can set the variables http_proxy and https_proxy to the proxy address That is for the vagrant tool then inside the guest you need to setup the proxy again if you want to have access to internet git may work if the protocol is over https, not sure over ssh Alvaro

Re: [vagrant-up] Vagrant/Virtualbox fails on looking for network devices most of the time, and when it does actually boot it takes at least 15 minutes to do so.

2017-12-11 Thread Alvaro Miranda Aguilera
try a different box. hashicorp/precise64 do yo have that private key? On Mon, Dec 11, 2017 at 5:52 AM, CodeLyfe wrote: > My host is Windows 10 Home. (Fall Creators Update) > > When I run the `vagrant up` command I either can't get vagrant to boot > into the machine or if

Re: [vagrant-up] use nvidia docker as provider

2017-12-10 Thread Alvaro Miranda Aguilera
iranda Aguilera <kiki...@gmail.com > wrote: > what happens if you replace > > d.image = "aia/dev" > > to the docker image you want to use? > > Alvaro. > > On Sun, Dec 10, 2017 at 6:35 AM, Nimrod Morag <nimrod.mo...@gmail.com> > wrote: > >> >

Re: [vagrant-up] use nvidia docker as provider

2017-12-10 Thread Alvaro Miranda Aguilera
what happens if you replace d.image = "aia/dev" to the docker image you want to use? Alvaro. On Sun, Dec 10, 2017 at 6:35 AM, Nimrod Morag <nimrod.mo...@gmail.com> wrote: > > > On Friday, December 8, 2017 at 11:47:04 AM UTC+2, Alvaro Miranda Aguilera > wrote:

Re: [vagrant-up] Unplanned host reboot causes vagrant to lose all virtualbox guest associations

2017-12-08 Thread Alvaro Miranda Aguilera
hello if you run the vagrant command as administrator, maybe all those lost vms are under the admin user vagrant by default will create VMs on the default dir for each user. Virtualbox uses USER/VirtualBox VMs C:\Users\Administrator\VirtualBox VMs or maybe you can use that cmder thing to

Re: [vagrant-up] Where can I find the `name` of vagrant ssh `name`?

2017-12-08 Thread Alvaro Miranda Aguilera
hello vagrant status by default the name is default however, [] usually means [optional] so vagrant ssh or vagrant ssh default is the same the name or id is needed if you want to connect to a vm without the default name or some other vm just using the id when you many multiple running you

Re: [vagrant-up] use nvidia docker as provider

2017-12-08 Thread Alvaro Miranda Aguilera
helllo more info please. are you on a Linux host with docker installed? Can you share a sample minimal Vagrantfile you use? Alvaro On Thu, Dec 7, 2017 at 1:50 PM, Nimrod Morag wrote: > I'm part of a team developing a machine learning application. > > currently we're

Re: [vagrant-up] No prompt in VM after Vagrant up - system just hangs

2017-12-08 Thread Alvaro Miranda Aguilera
does this happen on a new box? ie mkdir trusty64 cd trusty64 vagrant init -m ubuntu/trusty64 vagrant up ? does happen with a different box? say hashicorp/precise64 Thanks Alvaro On Thu, Dec 7, 2017 at 1:02 PM, Nigel wrote: > Hi all, > > I'm running Vagrant 2.0.1 with

Re: [vagrant-up] Running a Python script on a Win10

2017-12-07 Thread Alvaro Miranda Aguilera
Just did a PS script cat test2.bat echo "hello from bat in windows" powershell C:\vagrant\test2.ps1 cat test2.ps1 $username = 'vagrant' $password = 'vagrant' $securePassword = ConvertTo-SecureString $password -AsPlainText -Force $credential = New-Object

Re: [vagrant-up] Trying to set up a virtual box with vagrant

2017-12-06 Thread Alvaro Miranda Aguilera
22:35:32 (UTC+1), Alvaro Miranda > Aguilera escribió: >> >> Hello >> >> There is this error: >> >> >> C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:333:in >> `unlink': Permission denied @ unlink_internal - C:/Users/Carlo

Re: [vagrant-up] No response after "vagrant up" command in Git Bash

2017-12-06 Thread Alvaro Miranda Aguilera
hello on a fresh install you should see a pop-up that ruby is asking for permissions to add firewall access some networks (local/internet) are you admin on the box? can you cancel that, ensure there is not any unkown window open and try again? you should get the typical firewall windows pop up

Re: [vagrant-up] Trying to set up a virtual box with vagrant

2017-12-06 Thread Alvaro Miranda Aguilera
Hello There is this error: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:333:in `unlink': Permission denied @ unlink_internal - C:/Users/Carlos/Desktop/ Vagrant_base/.vagrant/machines/default/virtualbox/id (Errno::EACCES) what user are you using? are you in

Re: [vagrant-up] Does not execute PHP files only shows the content

2017-12-05 Thread Alvaro Miranda Aguilera
that means the webserver is not processing php. perhaps open an issue in puphpet? Alvaro On Tue, Dec 5, 2017 at 10:50 PM, Giannino Di Tizio A. wrote: > Hello, > I'm new to this vagrant. > > After having downloaded vagrant ver. 2.0.1 and having generated with > puphpet a

Re: [vagrant-up] 'vagrant up' error: another VM with that name already exists

2017-12-05 Thread Alvaro Miranda Aguilera
hello do vagrant destroy then open virtualbox and delete a vm if there then go to virtual media manager, hdd and delete any disk that is there then go to this directory: C:\Users\snarl\VirtualBox VMs\ and delete whats there. specially if there is this: C:\Users\snarl\VirtualBox

Re: [vagrant-up] Unplanned host reboot causes vagrant to lose all virtualbox guest associations

2017-12-05 Thread Alvaro Miranda Aguilera
r with Virtualbox losing track of the VMs after a reboot > and causing vagrant to assume they don't exist. If the latter, I don't > understand why virtualbox doesn't also lose track of other non-vagrant VMs > I have created. They continue to exist and work as normal after a reboot. > >

Re: [vagrant-up] public_network and gateway

2017-12-05 Thread Alvaro Miranda Aguilera
hello vagrant wont setup gw in that fixed ip setup, better tell vagrant not configure and do it over a provision script. you can add run: "always" to have it run all the time. Alvaro. On Tue, Dec 5, 2017 at 2:37 PM, Mathew Abraham wrote: > Hi guys, > > I got a setup

Re: [vagrant-up] Vagrand 2.0.1 + VMWare WS 14 // ERR: Failed to add NAT port entry

2017-12-04 Thread Alvaro Miranda Aguilera
vagrant 2.X with plugin 5.x can be run as a normal user. the Zugriff verweigert is coming from somewhere. try running this as normal user if still fails, try disabling AntiVirus Alvaro On Mon, Dec 4, 2017 at 2:46 PM, Sven Bluege wrote: > I try to run vagrant 2.0.1 with

Re: [vagrant-up] Unplanned host reboot causes vagrant to lose all virtualbox guest associations

2017-12-04 Thread Alvaro Miranda Aguilera
hello the state of the VM is stored in the running directory of the project. where the Vagrantfile is, a directory .vagrant is created some of that state is pointed also to your home/.vagrant.d When your machine starts, does anything gets deleted? I have a Win10 machine and i don't lose any

Re: [vagrant-up] Running a Python script on a Win10

2017-12-04 Thread Alvaro Miranda Aguilera
Hello Can you try this: https://github.com/kikitux/vagrant-win10-python This repo can run a python script (will install it if not there) I am not sure will be able to run with a provisioning scrip a desktop task as there is no desktop if there is no auto login. Thanks Alvaro On Mon, Dec 4,

Re: [vagrant-up] change nic name ?

2017-12-03 Thread Alvaro Miranda Aguilera
if you disable the new predictable naming you can end with eth0/eth1 etc you may need to repackage the box or create one from iso. check about net.ifnames=0 on boot kernel parameter. On Sun, Dec 3, 2017 at 9:40 PM, Mathew Abraham wrote: > Hi Alvaro, >> > > Thanks,

Re: [vagrant-up] dynamically change the sshd port in guest

2017-12-03 Thread Alvaro Miranda Aguilera
rds, > > Marcin > > On Saturday, December 2, 2017 at 4:41:37 PM UTC+1, Alvaro Miranda Aguilera > wrote: >> >> Vagrant will create a local port say on for the first box >> >> When tries for the 2nd port, will try used? Then 2223 or other >> >

Re: [vagrant-up] Downloading boxes from atlas.hashicorp.com is very slow

2017-12-03 Thread Alvaro Miranda Aguilera
Hello that box is externally hosted, so you should contact canonical. Is not hosted in vagrant cloud/hashicorp the box is a redirect from: Location: https://app.vagrantup.com/ubuntu/boxes/trusty64/versions/20171128.0.0/providers/virtualbox.box to: Location:

Re: [vagrant-up] rdp for remote vagrant?

2017-12-03 Thread Alvaro Miranda Aguilera
Hello vbox extension on the host need to be installed. this works for me: Vagrant.configure("2") do |config| config.vm.box = "hashicorp/precise64" config.vm.provider "virtualbox" do |v| v.customize ["modifyvm", :id, "--vrde", "on"] v.customize ["modifyvm", :id, "--vrdeport",

Re: [vagrant-up] New Vagrant Setup

2017-12-03 Thread Alvaro Miranda Aguilera
:41 AM, Rajasekhar Reddy <rajredd...@gmail.com> wrote: > can you tell me how do i do that ? > > On Sat, Dec 2, 2017 at 7:39 AM, Alvaro Miranda Aguilera <kiki...@gmail.com > > wrote: > >> Hello >> >> Here is the error: >> URL: ["https://vagrantcloud.c

Re: [vagrant-up] Vagrant with Virtualbox 5.2.2

2017-12-03 Thread Alvaro Miranda Aguilera
Hello Carlos Please try with Virtualbox 5.1.30 5.2 is not ready yet. Thanks Alvaro On Sun, Dec 3, 2017 at 12:07 PM, Carlos Morales < carlosmoralesdi...@gmail.com> wrote: > Hello, > > I have Vagrant 2.0.1 and Virtualbox 5.2.2 and I have this mistake: > > Bringing machine 'default' up with

Re: [vagrant-up] New Vagrant Setup

2017-12-02 Thread Alvaro Miranda Aguilera
Hello Here is the error: URL: ["https://vagrantcloud.com/nrel/CentOS-6.5-x86_64 "] Error: Unsupported proxy 'https://connsvr.abcdcom:8080 ', libcurl is built without the HTTPS-proxy support. Can you try to set the

Re: [vagrant-up] change nic name ?

2017-12-02 Thread Alvaro Miranda Aguilera
hello Why you need that? The nic name is generated by linux based on thinks like pci port. What requirement you have that relies on the nic name? alvaro. > On 1 Dec 2017, at 13:07, Mathew Abraham wrote: > > Hi guys, > > Is it possible to change the nic name to

Re: [vagrant-up] Vagrant Reload after config file change

2017-11-27 Thread Alvaro Miranda Aguilera
some of them yes. networking is one that come to my mind that happens every time. each halt/up or reload all the networking gets deleted and created again, so if you add/remove/reload a network i think should dissapear. but other won't be overriden. Alvaro.

Re: [vagrant-up] Vagrant Error on Configuring nic

2017-11-23 Thread Alvaro Miranda Aguilera
hello can you open virtualbox gui and create and boot a VM 64 bits? not sure from where the error is coming from, so after you confirm you can create and boot a vm please do this. mkdir precise64 cd precise64 vagrant init -m hashicorp/precise64 vagrant up if there are errors do this:

Re: [vagrant-up] Vagrant config

2017-11-22 Thread Alvaro Miranda Aguilera
hello yes 1. you can open virtualbox GUI, go to settings and replace the default location for vms. 2. you can update the vagrantfile to modify the VM to adjust memory and CPU count. ghz not sure, say your machine is 2ghz you can set some sort of cpu caps on utilization cpu cap:

Re: [vagrant-up] Vagrant code to build a 2-node Oracle RAC cluster in VirtualBox

2017-11-21 Thread Alvaro Miranda Aguilera
d" keyword which can be > confusing if not intended very clearly. > > if condition then >--statements > elseif condition then > -- more statements > ... > else > -- other statements; > end if; > > > > > On Tuesday, November 21, 2017 at 6

Re: [vagrant-up] Bridged network with vmware workstation, windows guest

2017-11-21 Thread Alvaro Miranda Aguilera
Hello Missed the vmware part from your message, but I can see it now in the vagrantfile, I just took a bit from it didn't copy paste all. So for VMWare, it also works: kikitux@alvaro MINGW64 ~/Downloads/vagrant_bridge_eth0_vmware $ vagrant up Bringing machine 'default' up with

Re: [vagrant-up] Bridged network with vmware workstation, windows guest

2017-11-21 Thread Alvaro Miranda Aguilera
t_for_ready' > from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.1/lib/ > vagrant/action/builtin/wait_for_communicator.rb:16:in `block in call' > from C:/HashiCorp/Vagrant/embedded/gems/gems/logging-2.2.2/lib/ > logging/diagnostic_context.rb:474:in `block

Re: [vagrant-up] Vagrant code to build a 2-node Oracle RAC cluster in VirtualBox

2017-11-20 Thread Alvaro Miranda Aguilera
for the disk part you can use something like this: https://gist.github.com/anonymous/a3a7832904e13ac1f222baa911d33024 Alvaro On Mon, Nov 20, 2017 at 2:59 PM, wrote: > Vagrant version : 2.0.1 > Guest OS : Oracle Linux 7.4 > > > I have an Oracle Linux 7.4 vagrant base box.

Re: [vagrant-up] Broken routes with changed default router on macOS

2017-11-20 Thread Alvaro Miranda Aguilera
to have a look. Alvaro. On Mon, Nov 20, 2017 at 11:26 AM, <mich...@kinvolk.io> wrote: > > > On Monday, November 20, 2017 at 10:44:56 AM UTC+1, Alvaro Miranda Aguilera > wrote: >> >> >> are you doing a macOS guest and you want to override the default gw t

Re: [vagrant-up] Bridged network with vmware workstation, windows guest

2017-11-20 Thread Alvaro Miranda Aguilera
the first nic is by default. So you don't want to add a new nic, you can override the first one. have a look at this: https://superuser.com/questions/957631/how-to-force-vagrant-to-have-a-single-bridged-network-interface Alvaro On Mon, Nov 20, 2017 at 1:55 AM, wrote: >

Re: [vagrant-up] Broken routes with changed default router on macOS

2017-11-20 Thread Alvaro Miranda Aguilera
Hello the documentation is just an example, different OS will require a different route. are you doing a macOS guest and you want to override the default gw there? The first point will be check the documentation and came with the commands you need once you get the commands, Vagrant can run

Re: [vagrant-up] Re: Can't install vagrant-vmware-workstation 5.0.3

2017-11-17 Thread Alvaro Miranda Aguilera
gt; verbose output), but it appears the plugin finally installed with 5.0.4. >> >> I'll do some testing and see what happens. >> >> Thanks! >> >> On Wednesday, November 15, 2017 at 3:52:28 AM UTC-5, Alvaro Miranda >> Aguilera wrote: >>> >>> He

Re: [vagrant-up] Configuring secondary network adapters through VMware on Windows is not yet supported

2017-11-16 Thread Alvaro Miranda Aguilera
Hello is the VM a windows OS? The message is this: ==> default: Configuring secondary network adapters through VMware on Windows is not yet supported. ==> default: You will need to manually configure the network adapter. The idea is to tell windows os users that Vagrant will create the

Re: [vagrant-up] vagrantfile in boxes

2017-11-16 Thread Alvaro Miranda Aguilera
Hello lets say your user is home is /home/user and you have a project like this /home/user/myproject Vagrant home directory will be /home/user/.vagrant.d The box or your setup can include multiples Vagrantfiles that are all read and joined in memory /home/user/myproject/Vagrantfile # this

Re: [vagrant-up] Detecting machine state in Vagrantfile

2017-11-15 Thread Alvaro Miranda Aguilera
ill get overwritten by the defaults. If I had a way to detect that > the machine was already created, then I could avoid setting the config > values in that case. > > Thanks, > Sam > > On Wednesday, November 15, 2017 at 3:46:37 AM UTC-5, Alvaro Miranda > Aguilera wrote: &

Re: [vagrant-up] Exec error: fork/exec /opt/vagrant/embedded/bin/ruby: no such file or directory

2017-11-15 Thread Alvaro Miranda Aguilera
hello is anything in that path? which vagrant find /opt/vagrant/embedded On Wed, Nov 15, 2017 at 10:12 AM, Kelio wrote: > > Hi, > > > I have installed version 2.0.1-1 of vagrant on linux manjaro via Octopi. > > Any "vagrant" command give an error : > > Exec error:

Re: [vagrant-up] Re: Can't install vagrant-vmware-workstation 5.0.3

2017-11-15 Thread Alvaro Miranda Aguilera
Hello We haven't been able to reproduce this particular error. We did release 5.0.3 that includes the fix for the machine on the domain, but I am able to install and run VMs with either local user or domain user. Does the error happens at install time of the plugin or after the install on the

Re: [vagrant-up] Re: Can't install vagrant-vmware-workstation 5.0.3

2017-11-15 Thread Alvaro Miranda Aguilera
can you email supp...@hashicorp.com with a description on your setup? Thanks Alvaro On Tue, Nov 14, 2017 at 8:07 AM, Arvind Prabhakar wrote: > Did you get any solution to this issue? I'm having similar issue. > > > On Friday, November 10, 2017 at 12:11:44 AM UTC+5:30,

Re: [vagrant-up] Detecting machine state in Vagrantfile

2017-11-15 Thread Alvaro Miranda Aguilera
Hello By default provisioning scripts only run at creation time. Next time you do vagrant up/reload the provisioning doesn't run at all. If there are some provisioning you want to have always to run, you can add ,run: "always" Does this helps? Alvaro On Mon, Nov 13, 2017 at 9:50 PM, Sam

Re: [vagrant-up] 'vagrant up' is failing with the following errors--how can I troubleshoot?

2017-11-15 Thread Alvaro Miranda Aguilera
Hello Try to use Virtualbox gui, and turn on/off/on VMs you see there. The error is coming from VirtualBox, so Vagrant here is just failing. If you can skip Vagrant you may find what the issue is. Which virtualbox version are you using? Thanks Alvaro On Tue, Nov 14, 2017 at 6:18 PM, Carl

Re: [vagrant-up] SSH: * The following settings shouldn't exist: paranoid

2017-11-10 Thread Alvaro Miranda Aguilera
Please share the Vagrant file. Or try this. mkdir precise64 cd precise64 vagrant init -m hashicorp/precise64 vagrant up if there are issues, do this vagrant destroy vagrant version vagrant plugin list vagrant up --debug and share the output of the last 3 commands. Thanks alvaro On Fri, Nov

Re: [vagrant-up] Any google group on Packer?

2017-11-10 Thread Alvaro Miranda Aguilera
Hello Yes, listed here: https://www.packer.io/community.html On Fri, Nov 10, 2017 at 8:04 PM, Joaquin Menchaca wrote: > > I just started getting into building vagrant boxes with packer. Is there > a google group for Packer? > > -- > This mailing list is governed under

Re: [vagrant-up] VMware Workstation plugin and Foreman Forklift vms all giving 1 GB of ram

2017-11-10 Thread Alvaro Miranda Aguilera
it seems you can use some configuration file and set memory values. If the documentation is not clear, perhaps you can open a issue there and ask for a working example? https://github.com/theforeman/forklift/blob/master/boxes.yaml.example#L15 alvaro On Wed, Nov 8, 2017 at 4:18 PM,

Re: [vagrant-up] Is there a way to programmatically take snapshots of my VM from the Vagrantfile?

2017-11-10 Thread Alvaro Miranda Aguilera
Hello Perhaps you can use vagrant triggers? it will allow you run commands on host before/after etc. Have a look at the snapshot recipe here, it may need adjustment since snapshot is now an internal feature so commands can be different:

<    1   2   3   4   5   6   7   8   9   10   >