Re: [vagrant-up] Repacking Vagrant box : Updates not reflecting

2018-04-18 Thread Alvaro Miranda Aguilera
what commands have you done after repackage ? On Wed, Apr 18, 2018 at 3:27 PM, Prasobh K wrote: > We are using vagrant: 2.0.3. and provider VirtualBox: 5.2.10. > > Our client had delivered a .box file with base softwares like WebSphere, > java etc. I have to update

Re: [vagrant-up] vagrant.exe is not compatible with the version of Windows you're running.

2018-04-17 Thread Alvaro Miranda Aguilera
Can you confirm your OS is 64 bits? Its a desktop, or laptop? Maybe a tablet? Thanks Alvaro On Mon, Apr 16, 2018 at 3:43 PM, Yang Jim wrote: > I download vagrant 2.0.3 windows 64 bit version from > https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.3_x86_64.msi,

Re: [vagrant-up] Vagrant won't install correctly...

2018-04-14 Thread Alvaro Miranda Aguilera
try vagrant destroy vagrant up --no-provision does that works? On Sat, Apr 14, 2018 at 4:11 PM, Dan Gajudo wrote: > Hi I hope someone could help. > > I have these log file errors when I installed vagrant. I hope someone > could help. Thanks in advance. > > default:

Re: [vagrant-up] Share a complete guest drive

2018-04-14 Thread Alvaro Miranda Aguilera
c: is an special drive, requires boot, windows so what you want to do wont work On Fri, Apr 13, 2018 at 4:16 PM, Altug Tekin wrote: > Hi, > > I recently realized that I hate windows, but unfortunately need to have a > Windows VM for some applications that do not have

Re: [vagrant-up] Possiility to run a kind of post install scripts on the host machine

2018-04-06 Thread Alvaro Miranda Aguilera
Hello YEs, have a look at vagrant triggers: https://github.com/emyl/vagrant-triggers On Fri, Apr 6, 2018 at 4:28 PM, 'Sandra Kosmalla' via Vagrant < vagrant-up@googlegroups.com> wrote: > Hello mailing list, > > I have following issue: I'd like to run after a successful 'vagrant up' a >

Re: [vagrant-up] Use Vagrant box add to use the box_url

2018-04-06 Thread Alvaro Miranda Aguilera
work, however I was wondering if there > was another way to do that? > > In an ideal scenario I would just use `vagrant up mac` and I would like to > do `vagrant box add mac` without having to manually putting in the URL if > that makes sense? > > On Friday, 6 April 2018 11:

Re: [vagrant-up] How is passwordless sudo achieved for the vagrant user?

2018-04-05 Thread Alvaro Miranda Aguilera
; On Thursday, April 5, 2018 at 10:04:16 AM UTC+2, Alvaro Miranda Aguilera > wrote: >> >> Hello >> >> Which box are you using? >> >> On Thu, Apr 5, 2018 at 8:31 AM, Daniel Gonzalez <gonv...@gmail.com> >> wrote: >> >>> I am confused.

Re: [vagrant-up] How is passwordless sudo achieved for the vagrant user?

2018-04-05 Thread Alvaro Miranda Aguilera
Hello Which box are you using? On Thu, Apr 5, 2018 at 8:31 AM, Daniel Gonzalez wrote: > I am confused. This is /etc/sudoers in my vagrant machine: > > vagrant@ubuntu-xenial:~$ sudo cat /etc/sudoers > > > # > # This file MUST be edited with the 'visudo' command

Re: [vagrant-up] Spanish keyboard symbols won't type

2018-04-04 Thread Alvaro Miranda Aguilera
and If you only upgrade vagrant ? keep same virtualbox version On Wed, Apr 4, 2018 at 3:06 PM, ferares <ferar...@gmail.com> wrote: > This works as expected in versions: > Vagrant: 1.9.8 > VBox: 5.1.30 > > On Wednesday, April 4, 2018 at 5:19:12 AM UTC-3, Alvaro Mir

Re: [vagrant-up] Re: box add works but vagrant up and vagrant list can't find it

2018-04-04 Thread Alvaro Miranda Aguilera
Hello Seems you are using org/box so Vagrant is trying to check the box in vagrant cloud. if you could use just a single name and avoid "org/box" rename bonsai/win10dev_4 into win10dev_4 Should help. Then you can just ensure you have a box with that name. vagrant box list Otherwise you

Re: [vagrant-up] Spanish keyboard symbols won't type

2018-04-04 Thread Alvaro Miranda Aguilera
Hello Can you say versions where this works, and versions where this doesn't work? Alvaro On Tue, Apr 3, 2018 at 10:22 PM, ferares wrote: > Hi, I'm having an issue where I can't type "\" or "@" in the vm's terminal > using a spanish keyboard layout on windows, has anyone

Re: [vagrant-up] vagrant up --> destroying VM and associated dives?? -Help!!

2018-04-02 Thread Alvaro Miranda Aguilera
Hello Whats your local character set ? can you try with a different box? try hashicorp/precise64 thanks Alvaro On Fri, Mar 30, 2018 at 4:23 PM, Ahmed ALgallad wrote: > Dear all, > I have a problem while running the command vagrant up, it self destroys > the VM

Re: [vagrant-up] How to bind my private_network ip with eth0?

2018-03-30 Thread Alvaro Miranda Aguilera
cj7...@gmail.com> wrote: > yes , it does work. > I just want to find some easier way to change the defaut order. > Thanks. > > > > 发自我的小米手机 > 在 Alvaro Miranda Aguilera <kiki...@gmail.com>,2018年3月29日 22:48写道: > > hello that is not a problem. > > that

Re: [vagrant-up] How to bind my private_network ip with eth0?

2018-03-29 Thread Alvaro Miranda Aguilera
hello that is not a problem. thats how vagrant work. by default, when you add a network will be on top of the NAT one. what you want to do that out of the box experience doesn't work ? On Thu, Mar 29, 2018 at 1:25 PM, wrote: > Hi, > > I'm using Vagrant 1.9.5 with

Re: [vagrant-up] Error executing startup scripts within script

2018-03-29 Thread Alvaro Miranda Aguilera
Hello worth to check they have a copy of all the files. not sure the internals, but basically on this other person VM, this file: /var/www/bin/run_es_vagrant.sh doesnt exists. Not sure how those files get there, but maybe a failed provisioning. alvaro -- This mailing list is governed

Re: [vagrant-up] [macOS] Problem with hostmanager

2018-03-28 Thread Alvaro Miranda Aguilera
On your host machine that is the computer where the VM is being created. On Tue, Mar 27, 2018 at 8:26 PM, <ama...@themachinery.fr> wrote: > What do you mean ? > I don't understand sry > > On vagrant or osx ? > > On Tuesday, March 27, 2018 at 7:53:42 PM UTC+2, Alvaro

Re: [vagrant-up] [macOS] Problem with hostmanager

2018-03-27 Thread Alvaro Miranda Aguilera
check if the hosts file of your host is being updated. alvaro On Tue, Mar 27, 2018 at 6:56 PM, wrote: > > Hello, > > i'm trying to use vagrant hostmanager. > First i create my vagrantfile : > > Vagrant.configure("2") do |config| > > > config.vm.box = "ubuntu/xenial64"

Re: [vagrant-up] Benefit of loading windows box without GUI=true vs. RDP to it?

2018-03-27 Thread Alvaro Miranda Aguilera
the port forward may be binding to 127.0.0.1 and not to 0.0.0.0 (any ip) so may not be available using the host ip. if public_network works, then you can use that. alvaro On Tue, Mar 27, 2018 at 7:40 PM, Frankie Liu wrote: > Hello Alvaro, > > Using public_network did

Re: [vagrant-up] Benefit of loading windows box without GUI=true vs. RDP to it?

2018-03-27 Thread Alvaro Miranda Aguilera
hello exactly in the same way you will do with a VM without vagrant. port fwd localhost 3389 -> 3389 allows you to connect from where that port is valid, ie localhost if you want to connect from the network - check whats the IP the VM got from public_network - check firewall allows incoming

Re: [vagrant-up] Re: Hyper-v enabled but switched off

2018-03-26 Thread Alvaro Miranda Aguilera
Hello Is very hard to identify when HyperV is installed but not running, as someone can install the SW and get activated on next boot. So a change happened to avoid this, since new users were having issues on HyperV + VirtualBox installed at the same time. Can you use 2.0.2 in the meantime and

Re: [vagrant-up] How to Run "pre boot" ssh command to unlock luks volumes

2018-03-24 Thread Alvaro Miranda Aguilera
seems you need a plugin, ie create your own custom plugin. other option will be check vagrant-triggers and see if there is anything you can use there. question, since this is development, making things so secure is required? Alvaro On Fri, Mar 23, 2018 at 8:38 PM, 'Robert Heinzmann' via

Re: [vagrant-up] Connection reset

2018-03-22 Thread Alvaro Miranda Aguilera
hello there is no information to make any conclusion or be able to reproduce this. my first suggestion will be us a different box On Thu, Mar 22, 2018 at 8:40 PM, Mahmood Naderan wrote: > Hi, > I see many connection messages like this > > m1: Adapter 1: nat > m1:

Re: [vagrant-up] Configuring for deployment as a "Virtual Appliance"

2018-03-22 Thread Alvaro Miranda Aguilera
hello as long the guest is using dhcp and vmware tools is installed, when they deploy in vsphere the guest will take dhcp or fixed ip automatically if they deploy it correctly or the vsphere/linux man there should know how to set an ip on a linux guest i would hand user with sudo so they can

Re: [vagrant-up] Ruby Error after update over the weekend on my vagrant and homestead installation

2018-03-19 Thread Alvaro Miranda Aguilera
Hello can you try with a vanilla vagrant project? mkdir p64 cd p64 vagrant init -m hashicorp/precise64 vagrant up does work ? Alvaro On Mon, Mar 19, 2018 at 4:24 PM, Jessica Unger wrote: > Hello, > I am trying to get vagrant working. It was working fine prior to an

Re: [vagrant-up] SSH command responded with a non-zero exit status

2018-03-19 Thread Alvaro Miranda Aguilera
Hello Vagrant is running fine the project you are using have some commands that are failing. you can check the content of the Vagrantfile and run the provisioning there manually to check where it fails. Per the error, the installation is failing due package python-cryptography is not

Re: [vagrant-up] Error with vagrant up

2018-03-19 Thread Alvaro Miranda Aguilera
can you ensure you are with all the patches installed (windows update) try on a window from cmd.exe does work? On Sat, Mar 17, 2018 at 6:34 AM, Jun Wei Wong wrote: > Hi everyone, > > I am having trouble running to the vagrant up command. I am running > vagrant 2.0.3

Re: [vagrant-up] Unable to create coreos box from another coreos box

2018-03-15 Thread Alvaro Miranda Aguilera
hello yes you have 2 options 1. the good one, you create your own base box, you can start with an existing box if needed check packer virtualbox-ovf and packer virtalbox-iso 2. not the ideal one, may work but YMMV, add config.ssh.insert_key = false then destroy, up, package and test on the

Re: [vagrant-up] Permission denied (publickey,gssapi-keyex,gssapi-with-mic)

2018-03-15 Thread Alvaro Miranda Aguilera
some boxes doesn't have virtualbox guest installed, the plugin vagrant-vbguest does a good job but sometimes is not enough the best is you use a different box, either use other or build your own one. can you test with this box: https://app.vagrantup.com/alvaro/boxes/centos7 On Wed, Mar 14,

Re: [vagrant-up] Communicating between hosts using a Vagrant multi-machine set up

2018-03-15 Thread Alvaro Miranda Aguilera
Hello Assuming the goal is dev and have some sort of playground, I have done this: https://github.com/kikitux/vagrant-multimachine its a multi machine setup that configures /etc/hosts to be able to ssh with hostname and set the same key on vagrant user. so should work for ansible, runs and ssh

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

2018-03-13 Thread Alvaro Miranda Aguilera
Hi Does this happen with hashicorp/precise64 box? if yes: Can you open a issue on github and fill the template copy past your comment here since that hints where to look and please attach the full output of vagrant up --debug so looks like is failing to identify Virtualbox. On Tue, Mar

Re: [vagrant-up] Vagrant ssh non functional if box booted with vagrant up

2018-03-13 Thread Alvaro Miranda Aguilera
t;>> falls back to password. If I don't have the synced_folder line on the >>> hashicorp box I am able to ssh in with the public key (i.e. it doesn't fall >>> back), so it looks like the hashicorp build has better recovery, but the >>> fundamental problem i

Re: [vagrant-up] Variable for bypassing the download process

2018-03-13 Thread Alvaro Miranda Aguilera
Hello you can run vagrant box list then vagrant box add "name" share the project/vagrant file if you need more help On Tue, Mar 13, 2018 at 3:38 PM, Mahmood Naderan wrote: > Hi, > When I run "vagrant up", I see that it has to download a virtualbox > image as below > >

Re: [vagrant-up] Private IP Assigned to Wrong NIC

2018-03-13 Thread Alvaro Miranda Aguilera
>> I've copied the contents to https://github.com/hashicor >> p/vagrant/issues/9546, so go ahead and delete my comments. I'll try to >> get a repro case together. >> >> On Thu, Mar 8, 2018 at 1:03 PM, Alvaro Miranda Aguilera < >> kiki...@gmail.com> wrote: >

Re: [vagrant-up] Vagrant ssh non functional if box booted with vagrant up

2018-03-13 Thread Alvaro Miranda Aguilera
> config.vm.boot_timeout = 600 > > config.vm.hostname = "twelveandus" > config.vm.network :private_network, ip: "192.168.33.34" > > config.vm.synced_folder ".", "/home/vagrant/" > > config.vm.provision :shell, path: "vag

Re: [vagrant-up] Vagrant ssh non functional if box booted with vagrant up

2018-03-11 Thread Alvaro Miranda Aguilera
share a zip with the project or the Vagrantfile if you don' have any provision. I would say 1. try like this vagrant destroy vagrant up --no-provision vagrant ssh vagrant reload works? if yes, something is breaking this 2. try with a different box vagrant destroy vagrant up --no-provision

Re: [vagrant-up] Private IP Assigned to Wrong NIC

2018-03-08 Thread Alvaro Miranda Aguilera
not sure if the same please open a new issue, include a repro case and instructions how to repro please @kikitux so i can get the notification to look into if happens to you and more people, should happen to us if you are ok, i would like to the delete the comment in that issue in 9510 since

Re: [vagrant-up] Enabling/Disabling plugins

2018-03-08 Thread Alvaro Miranda Aguilera
hello it seems packer is a better tool for this, you can use virtualbox-ovf to start from an existing box have a look here: https://github.com/kikitux/virtualbox-ovf however, if you really want to use vagrant, you can use a shell provisioner to do the virtualbox part, so you keep all under

Re: [vagrant-up] Re: Who creates the "generic" Vagrant boxes?

2018-03-06 Thread Alvaro Miranda Aguilera
someone created an organization named generic like anyone could create an org called "official" is just a name On Tue, Mar 6, 2018 at 3:47 PM, Thiago Hickmann wrote: > I think this is a very relevant question. > I was planning to "vagrant up" a Alpine based VM, and this

Re: [vagrant-up] Packet dropped by VM with IP FW on host

2018-03-06 Thread Alvaro Miranda Aguilera
a switch) and you should be able to use . vm_ip:80 or vm_ip:443 Alvaro. On Tue, Mar 6, 2018 at 4:28 AM, Christian Gagneraud <chg...@gmail.com> wrote: > On 5 March 2018 at 08:29, Alvaro Miranda Aguilera <kiki...@gmail.com> > wrote: > > hello > > > > whats wr

Re: [vagrant-up] [Chef-Client Provisioning] Use the Chef-Client configuration from the VM

2018-03-05 Thread Alvaro Miranda Aguilera
yes are 2 chef provisioners check chef solo if you don't have a server https://www.vagrantup.com/docs/provisioning/chef_solo.html On Mon, Mar 5, 2018 at 5:42 PM, Hervé S. wrote: > Hello, > > I use a personal box VirtualBox with Chef-Client installed on it and >

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

2018-03-05 Thread Alvaro Miranda Aguilera
with_t > get_vms' > from C:/apps/vagrant/embedded/gems/gems/vagrant-2.0.2/lib/ > vagrant/plugin/v2/command.rb:186:in `each' > from C:/apps/vagrant/embedded/gems/gems/vagrant-2.0.2/lib/ > vagrant/plugin/v2/command.rb:186:in `with_target_vms > from > C:/app

Re: [vagrant-up] Packet dropped by VM with IP FW on host

2018-03-05 Thread Alvaro Miranda Aguilera
hello whats wrong on using a virtualbox box switch for this? since in the way you are doing it today i am not sure you will find more people using it or having the same issues On Sun, Mar 4, 2018 at 12:45 AM, Christian Gagneraud wrote: > On 4 March 2018 at 12:39, Christian

Re: [vagrant-up] Error downloading base image with vagrant up

2018-03-05 Thread Alvaro Miranda Aguilera
hello if you use user/box vagrant will try to check on vagrant cloud if you user just box then you need either have the box locally added or add a setting to tell vagrant were to find the box. I will suggest check a box from here: https://app.vagrantup.com/boxes/search On Sun, Mar 4, 2018 at

Re: [vagrant-up] vmware-workstation-plugin: vagrant up does not complete unless vmware workstation gui is running

2018-03-02 Thread Alvaro Miranda Aguilera
please email support @ hashicorp.com On Thu, Mar 1, 2018 at 2:52 PM, Mark Fletcher wrote: > Hi, > > Description of my system: > Host OS: Fedora 27 Workstation > Vagrant Version: 2.0.2 > Vmware Workstation: 14.1.1 build-7528167 > Plugins installed: > vagrant-share

Re: [vagrant-up] Vagrant + Virtualbox + Windows 7: "vagrant up" command does nothing.

2018-03-01 Thread Alvaro Miranda Aguilera
not sure can be try open cmd.exe and try there add --debug to vagrant up if you got Anti Virtus try disable it for a test did you reboot after Vagrant installation ?? On Wed, Feb 28, 2018 at 9:18 PM, LeVonne Johnson Jr wrote: > >

Re: [vagrant-up] Vagrant: URL: ["https://atlas.hashicorp.com/bento/ubuntu-16.04-i386"] Error: The requested URL returned error: 404 Not Found]

2018-03-01 Thread Alvaro Miranda Aguilera
need a more up to date version check the last 1.9 if you need 1.x or last 2.x if you can just upgrade Alvaro On Thu, Mar 1, 2018 at 12:46 PM, 'Aleksandra' via Vagrant < vagrant-up@googlegroups.com> wrote: > Please help. > > I installed Vagrant Version 1.9.2 and it does not works. After I

Re: [vagrant-up] VMWare Workstation plugin doesn't work

2018-02-28 Thread Alvaro Miranda Aguilera
hello please email support at hashicorp.com thanks alvaro On Wed, Feb 28, 2018 at 7:54 AM, wrote: > VMWare workstation plugin doesn't work for me, after paying $79 for the > vagrant license because no trial version is available to > try-before-you-buy. Has anyone had

Re: [vagrant-up] Vagrant + Virtual Box Mac High Sierra Crashes

2018-02-27 Thread Alvaro Miranda Aguilera
vagrant does small things like create an empty vm copy disk from template clear networking setup port forward boot vm map shared folders but once all is up and running, vagrant is not doing anything. vagrant commands are sync, they stop when the command finish and you get the prompt back I

Re: [vagrant-up] vagrant 2.0.2 up command destroy the VM

2018-02-26 Thread Alvaro Miranda Aguilera
seems something with your local encode `find': unknown encoding name - CP720 (ArgumentError) can you open a ticket in github and share as much info as possible On Mon, Feb 26, 2018 at 12:06 AM, Ali Mohammad Hossein Zadeh < binyazprogr...@gmail.com> wrote: > I had vagrant 2.0.0 installed on

Re: [vagrant-up] Vagrant doesn't work

2018-02-26 Thread Alvaro Miranda Aguilera
hello comment out the public_network and try again the bridge question came when you add a public_network not not super difficult to use but relies on real network to work, some wifi network doesn't allow you that so instead of trying to get that project fixed i would suggest create a new one

Re: [vagrant-up] generic/opensuse42 box fails to boot under libvirt

2018-02-26 Thread Alvaro Miranda Aguilera
hello try a different box will be my first suggestion On Mon, Feb 26, 2018 at 4:19 AM, Andrei Belov wrote: > Hi everyone, > > I'm trying to spin up a VM based on generic/opensuse42 box (libvirt, > v1.4.4) but it fails to boot with the following message: > > >

Re: [vagrant-up] Vagrant will not start

2018-02-26 Thread Alvaro Miranda Aguilera
hello you got a newer version of Vagrant with an old virtualbox update vagrant and you will be fine On Mon, Feb 26, 2018 at 2:38 AM, wrote: > Hello, > > I have not made any changes to my vagrant set up: > > OS: xubuntu 16.04 > Virtual Box: 5.1.12 r112440 > Vagrant:

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Alvaro Miranda Aguilera
d not locate Gemfile or .bundle/ directory > > But now I'm not even sure if that's important or not. > > Not sure what to conclude from all this. > > > But thanks again, > ian > > On Saturday, February 24, 2018 at 3:16:18 PM UTC+2, Alvaro Miranda > Aguilera wrote: &

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Alvaro Miranda Aguilera
well vagrant moved from 1.X to 2.X and i am not sure what plugin works etc you can stick with 1.9.x if you rely on some plugins that doesn't work on 2.0 just want to be sure that you are aware of those are community plugins https://releases.hashicorp.com/vagrant/1.9.8/ -- This mailing list

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Alvaro Miranda Aguilera
Hello not sure how you install vagrant or plugins vagrant is binary distribution, so confirm you download from our webpage for plugins, use vagrant plugin install the plugin usually have vagrant- as prefix ie vagrant plugin install vagrant-myawesomeplugin Thanks Alvaro. On Fri, Feb 23,

Re: [vagrant-up] Re: Vagrant Docker Provider - Windows Volumes

2018-02-24 Thread Alvaro Miranda Aguilera
developers saw your message and they are thinking feel free to open an issue on github On Fri, Feb 23, 2018 at 12:36 AM, Jamie Jackson wrote: > That diff was messed up, it should have been: > > - if v.include?(":") && @executor.windows? > > + if false

Re: [vagrant-up] vmware vagrant plugin causing fusion 10 to overwrite dhcpd.conf files

2018-02-23 Thread Alvaro Miranda Aguilera
Hello please email support at hashicorp.com thanks alvaro. On Thu, Feb 22, 2018 at 7:26 PM, Dan Cook wrote: > I have been chasing my tail on this issue for several days and I think I > have found an issue with vmware_fusion plugin and/or fusion 10.x > > I use dhcp address

Re: [vagrant-up] How to setup Vagrant for qemu UEFI boot

2018-02-23 Thread Alvaro Miranda Aguilera
Hello Qemu is a community plugin, so if you don't get a reply here, the best will be check the documentation of the plugin and the source code to see if you can expose those details. On Fri, Feb 23, 2018 at 1:05 PM, gloo wrote: > Hey guys I'm quite new to Vagrant and

Re: [vagrant-up] Using auto_config: false for a private network without specifying IP?

2018-02-22 Thread Alvaro Miranda Aguilera
Hello The host get an IP from Virtualbox when Vagrant setup the proxy if you go to network settings, vboxnet0 should be there delete any other then try with s.vm.network :private_network, auto_config: false Vagrant will create a VBoxSwitch if you create one manually, and disable dhcp,

Re: [vagrant-up] -y option in inline shell

2018-02-22 Thread Alvaro Miranda Aguilera
because is in the wrong place. not a vagrant issue, but easy to solve if you run vagrant ssh *sudo apt-get -y update* You will see the error fix: *sudo apt-get update* don't think -y is needed Thanks Alvaro On Wed, Feb 21, 2018 at 3:04 PM, hd hsd wrote: > I

Re: [vagrant-up] Bulding a Testing Sandbox.

2018-02-22 Thread Alvaro Miranda Aguilera
Hello Yes its possible. Following the format, I am an Chlean IT Proffesional also in Europe! Vagrant does have a sense of default box, its called default you can override that and setup a name on it, this is the building block to have a multi setup setup. let say you start with this

Re: [vagrant-up] Vagrant Up issue.

2018-02-21 Thread Alvaro Miranda Aguilera
anks, > > B. Weishoff > > -- > "It is far better to grasp the universe > as it really is than to persist in delusion, > however satisfying and reassuring." > - Carl Sagan > > perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(1

Re: [vagrant-up] Vagrant Up issue.

2018-02-20 Thread Alvaro Miranda Aguilera
Hello we did a change basically the url is not longer atlas. and the change we did is remove the redirect. check if you got the box locally vagrant box list i would suggest delete the box and try again Thanks Alvaro. -- This mailing list is governed under the HashiCorp Community Guidelines

Re: [vagrant-up] Re: Vagrant 2.0.2 trying to use php5.6 even after destroy

2018-02-20 Thread Alvaro Miranda Aguilera
a fresh > install of any project will do. > > Right now, I've got Vagrant 2.0.2, and PHP 7.1 (Vagrant seems to look for > 5.6 on vagrant up --provision) but I'll change either if necessary. > > Fluent with bash? Fairly, but it's not something I use every day. > > > On Tues

Re: [vagrant-up] Re: Vagrant 2.0.2 trying to use php5.6 even after destroy

2018-02-20 Thread Alvaro Miranda Aguilera
ok, I can help you but there is a lot of moving parts and i did ask a question you missed somehow: how fluent are you with os commands? if you want just something that works, perhaps the question should be: "what project I Can use that gives me a b c " and you include the versions. And you

Re: [vagrant-up] Vagrant up is hanged

2018-02-20 Thread Alvaro Miranda Aguilera
rovisioning with a shell script. Additional provisioners such > as > # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see > the > # documentation for more information about their specific syntax and use. > # config.vm.provision "shell", inli

Re: [vagrant-up] Re: Vagrant 2.0.2 trying to use php5.6 even after destroy

2018-02-20 Thread Alvaro Miranda Aguilera
d to be done to get it working... > > > On Tuesday, February 20, 2018 at 4:04:29 AM UTC-5, Alvaro Miranda Aguilera > wrote: >> >> hello >> >> vagrant create VMs from templates and run provisioning scrips >> (shell/puppet/ansible/other) >> >> if yo

Re: [vagrant-up] Re: Vagrant 2.0.2 trying to use php5.6 even after destroy

2018-02-20 Thread Alvaro Miranda Aguilera
hello vagrant create VMs from templates and run provisioning scrips (shell/puppet/ansible/other) if your project is using a version of OS LIB PHP etc is because someone did it that way if after vagrant up there is a misfit on what you need, couple of options you can fork that and update to

Re: [vagrant-up] Vagrant up is hanged

2018-02-20 Thread Alvaro Miranda Aguilera
hello you don't provide enough info to help, you describe how you got there but you don't show any relevant file/output so, lets stick to latest vagrant and latest virtualbox create a vm that works, ie use hashicorp/precise64 mkdir p64 cd p64 vagrant init -m hashicorp/precise64 vagrant up i

Re: [vagrant-up] NotFound: The object or item referred to could not be found.

2018-02-19 Thread Alvaro Miranda Aguilera
Maybe you can reach the repo from where the plugin you got cames from open an issue or check the documentation Alvaro. On Mon, Feb 19, 2018 at 9:56 AM, Oshri Pinhas wrote: > VC=vcenter > > I don’t have any deferent between them > > > Are they run by the same hosting

Re: [vagrant-up] Anyone get vagrant ssh -c "echo hello" working for Windows guests?

2018-02-19 Thread Alvaro Miranda Aguilera
hi $ vagrant ssh -c "echo hello" echo hello Connection to 127.0.0.1 closed. $ cat Vagrantfile Vagrant.configure("2") do |config| config.vm.box = "mcandre/windows" config.ssh.shell = "powershell.exe" end alvaro. On Sat, Feb 17, 2018 at 8:27 PM, Andrew Pennebaker <

Re: [vagrant-up] Using or not using Vagrant

2018-02-17 Thread Alvaro Miranda Aguilera
i can explain from an linux/cluster/db point of view. I was oracle dba as full time job for many years and there are several steps and repetition. on oracle, versions have been 11.2 12.1 12.2 environents can be single multi node and you get a mix of versions. say you understand a single

Re: [vagrant-up] 'vagrant share' command fails

2018-02-16 Thread Alvaro Miranda Aguilera
; >> That worked. Thanks! >> >> Dave. >> >> On Friday, February 16, 2018 at 11:03:09 AM UTC-8, Alvaro Miranda >> Aguilera wrote: >>> >>> strange should be vagrant share there >>> >>> >>> vagrant plugin list >>>

Re: [vagrant-up] Vagrant Share option

2018-02-16 Thread Alvaro Miranda Aguilera
vagrant plugin install vagrant-share On Fri, Feb 16, 2018 at 9:36 PM, Kerwin Stanley <kerwi...@gmail.com> wrote: > Version 2.0.2 > No plugins installed. > > Thoughts? > > Thanks, > Kerwin > > On 16 Feb 2018, at 1:00 PM, Alvaro Miranda Aguilera <kiki...@gma

Re: [vagrant-up] 'vagrant share' command fails

2018-02-16 Thread Alvaro Miranda Aguilera
rom your binary in the webpage. > > https://releases.hashicorp.com/vagrant/2.0.2/vagrant_2.0.2_x86_64.dmg > > *vagrant plugin list* > > No plugins installed. > > *vagrant version* > > Installed Version: 2.0.2 > > Latest Version: 2.0.2 > > On Friday, February 16, 2

Re: [vagrant-up] network restart fails upon "vagrant up"

2018-02-16 Thread Alvaro Miranda Aguilera
can you try with a different box? if the box have the issue you need to fix the base box. not sure what box are you using. On Fri, Feb 16, 2018 at 7:59 PM, Sergei Gerasenko wrote: > Hi, > > I have the following definition for a VM: > > config.vm.define 'ipa-client-2' do

Re: [vagrant-up] Vagrant Share option

2018-02-16 Thread Alvaro Miranda Aguilera
vagrant version vagrant plugin list from where do you install vagrant? from hashicorp official package? On Fri, Feb 16, 2018 at 5:26 PM, kerwin stanley wrote: > When I run the vagrant list-commands, I do not see the share option > listed. I have installed and started ngrok.

Re: [vagrant-up] 'vagrant share' command fails

2018-02-16 Thread Alvaro Miranda Aguilera
Hello Are you in the latest version and installing from our binary in the webpage? Whats the output of vagrant version vagrant plugin list Thanks Alvaro On Fri, Feb 16, 2018 at 3:44 AM, Dave B. wrote: > Following instructions found here - https://www.vagrantup.com/ >

Re: [vagrant-up] Vagrant/libvirt does not assign a given static ip

2018-02-15 Thread Alvaro Miranda Aguilera
whats the output of ifconfig -a route -n in the guest ? On Thu, Feb 15, 2018 at 2:20 PM, 'Aurélien' via Vagrant < vagrant-up@googlegroups.com> wrote: > Hello, > > > I want to setup a node with Vagrant/Libvirt with a static ip accessible > only from the host. Here my config : > > # -*- mode:

Re: [vagrant-up] Virtualbox Auto Mount(shared directory) getting disabled after applying latest Security Upgrade on Windows Vagrant box

2018-02-15 Thread Alvaro Miranda Aguilera
Hello if the change did happen in the guest the best is to fix the guest you can start the VM with GUI or just RDP into once there reinstall virtualbox guest addidions since thats a requirement for the shared folders On Thu, Feb 15, 2018 at 7:27 AM, Ritesh M wrote: > I

Re: [vagrant-up] Requested NFS version or transport protocol not supported

2018-02-14 Thread Alvaro Miranda Aguilera
try simple to complex: config.vm.synced_folder ".", "/vagrant", :type => "nfs" if fails, make sure you are some levels above your home ie /users//test/another/here On Wed, Feb 14, 2018 at 10:31 PM, Monte Gardner wrote: > I have a vagrant set up that was built by

Re: [vagrant-up] Destroying a cluster

2018-02-14 Thread Alvaro Miranda Aguilera
dcos_generate_ > config-1.10.4.sh > Progress: 0% (Rate: 471k/s, Estimated time remaining: 0:29:38)) > ^C > > > So, why it does try to download a file? > ​The same is true for global-status > ​ > > Regards, > Mahmood > > > > On Wed, Feb 14, 2018 at 2:42

Re: [vagrant-up] Destroying a cluster

2018-02-14 Thread Alvaro Miranda Aguilera
vagrant status and use those names or vagrant global-status and use the id Alvaro. On Tue, Feb 13, 2018 at 1:14 PM, Mahmood Naderan wrote: > Hi, > I have installed a dcos via vagrant on a local laptop for tests. I want to > delete the machines and install from

Re: [vagrant-up] Old ubuntu/xenial64 box version points to current

2018-02-14 Thread Alvaro Miranda Aguilera
Hello Thats how canonical manage their boxes in vagrant cloud What I did once was create my own boxes pointing to those, however there is no guarantee the old boxes will stay for ever. Other option is just create your own boxes. https://github.com/cbednarski/packer-ubuntu Alvaro. On Wed, Feb

Re: [vagrant-up] Input/output error on HyperV Vagrant Linux virtual machine

2018-02-13 Thread Alvaro Miranda Aguilera
Hello Vagrant only does the initial setting, can you test without vagrant? Stop VM and start the VM from HyperV GUI or CLI and try again if you can repro, then is not vagrant and something underlying. Not very helpful, but helps to separate bugs in the tool and whats not the tool (vagrant)

Re: [vagrant-up] Any experience how vagrant + virtual box + jenkins perform in the cloud?

2018-02-08 Thread Alvaro Miranda Aguilera
the other questions > would help me to get a bigger picture on the issue and narrow down the > problem. > > > > On Thursday, February 8, 2018 at 6:55:41 PM UTC+1, Antony Stone wrote: >> >> On Thursday 08 February 2018 at 18:21:43, Alvaro Miranda Aguilera wrote: >

Re: [vagrant-up] Want to share my vagrant box as a snapshot with devs, How can we do?

2018-02-07 Thread Alvaro Miranda Aguilera
how you get the first box? you can use packer.io and app.vagrantup.com to build and distribute the box alvaro On Wed, Feb 7, 2018 at 9:51 PM, Krishna Vootla wrote: > Hello, > > Firstly, I have spin up my vagrant machine up and installed all necessity > packages using

Re: [vagrant-up] Vagrant RHCE setup in AWS

2018-02-07 Thread Alvaro Miranda Aguilera
Hello there is a vagrant-aws plugin. Alvaro. On Wed, Feb 7, 2018 at 4:10 PM, James McDonald wrote: > Hi, > > **Note: I created none of the attached scripts/vagrant files. They were > downloaded from here. >

Re: [vagrant-up] Problem to set up Laravel Project with puphpet

2018-02-07 Thread Alvaro Miranda Aguilera
can you open an issue with puphet? On Wed, Feb 7, 2018 at 5:56 PM, don wrote: > hi, > > i have creat a puphpet file on webpage and i can't open the Project with > this path 'C:\Dev\Fast-Fun\public' > it is an laravel projekt my vagrantfile is in path

Re: [vagrant-up] Benefit of loading windows box without GUI=true vs. RDP to it?

2018-02-07 Thread Alvaro Miranda Aguilera
hello are different consoles that may use the same/similar port/protocol the vb.gui will use the Virtualbox Gui, that will be like working directly on the computer monitor (say going to the computer and plug a monitor there) where RDP into will be using the network and may need a configuration.

Re: [vagrant-up] could not be accessed in the remote catalog

2018-02-07 Thread Alvaro Miranda Aguilera
Hello Upgrade vagrant. Alvaro. On Tue, Feb 6, 2018 at 10:15 PM, Giedrius Ramas wrote: > Hi, > Whatever vagrant box I am trying to bring up I get the following error: > > vagrant up > Bringing machine 'default' up with 'virtualbox' provider... > ==> default: Box

Re: [vagrant-up] Re: Using array variables in Vagrantfile?

2018-02-04 Thread Alvaro Miranda Aguilera
you can use: ["192.168.11.11", "192.168.12.12"].to_enum.with_index(1).each do |ip, i| then you can use the ip and/or the index/counter i On Sun, Feb 4, 2018 at 10:39 PM, Shashank Korada wrote: > Turns out I cant be exporting an array in bash. > So I now want to

Re: [vagrant-up] Disable Powershell

2018-02-02 Thread Alvaro Miranda Aguilera
Vagrant.configure("2") do |config| > config.vm.box = "maier/alpine-3.6-x86_64" > config.vm.hostname = "alpine" > end > > > On Friday, February 2, 2018 at 11:37:56 PM UTC+10, Alvaro Miranda Aguilera > wrote: >> >> whats your vagrantfile

Re: [vagrant-up] Disable Powershell

2018-02-02 Thread Alvaro Miranda Aguilera
whats your vagrantfile ? On Fri, Feb 2, 2018 at 1:18 PM, Niels Bertram wrote: > Hi there, is there a way to run vagrant up without needing powershell on a > Windows PC? > > Powers above have decided to disabled powershell and now Vagrant is > failing to even boot the most

Re: [vagrant-up] vagrant ssh-config HostName changes post running a provisioning shell script??

2018-02-02 Thread Alvaro Miranda Aguilera
vagrant will change the hostname if there is a config.vm.hostname = "something" in the Vagrantifle otherwise it shouldn't why you are running vagrant commands with sudo? On Thu, Feb 1, 2018 at 9:45 PM, Shashank Korada wrote: > > down votefavorite >

Re: [vagrant-up] Need help to install VM of vagrant box in linux

2018-02-02 Thread Alvaro Miranda Aguilera
hello vagrant runs on linux, you need to vagrant up Alvaro On Fri, Feb 2, 2018 at 8:11 AM, Yougandhara Sarode < sarodeyougandh...@gmail.com> wrote: > Hi > > I need to install the VM configured in Vagrant Box as a software(package) > in Linux machine. > > I am not able to have a public IP to VM

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

2018-02-02 Thread Alvaro Miranda Aguilera
mation. in want click users can build > one vm an this will be automatically destroy after few week. > it this possible with vagrant or what tolls is better vor vms automation. > thanks. > best regard > > Am Donnerstag, 1. Februar 2018 14:43:39 UTC+1 schrieb Alvaro Miranda >

Re: [vagrant-up] Non-interactive `up` on Windows host

2018-02-02 Thread Alvaro Miranda Aguilera
Hello If you are consuming this from other person the best will be to reach out to them, otherwise you will be out of sync first point will be check the documentation of vagrant on networking and the shared foldr Alvaro On Fri, Feb 2, 2018 at 10:03 AM, wrote:

Re: [vagrant-up] dissapearing vmnet on vagrant up with vmware

2018-02-01 Thread Alvaro Miranda Aguilera
hello please email supp...@hashicorp.com Thanks alvaro. On Thu, Feb 1, 2018 at 8:31 PM, Modest Syla wrote: > Having trouble setting up Vagrant 2.0.1 with VMware Workstation 14.1.1 > build-7528167 on linux 4.13.0-32-generic Ubuntu 17.10 > > vagrant file is as follows: >

Re: [vagrant-up] Unable to install Winrm on macox vagrant env

2018-02-01 Thread Alvaro Miranda Aguilera
hello not sure if you need winrm plugin I think vagrant includes it but this is worriesome: `I work at Dish where we cant directly download from the internet due to security reasons so i set up a back-door proxy to get the downloads i need` don't do that, talk to your IT team. On Thu, Feb 1,

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