[vagrant-up] How to add user to organization in vagrant cloud(https://app.vagrantup.com/) ?

2018-04-23 Thread Mário Costa
Hello, I've created a user and organization in vagrant cloud, using it to host public boxes. Now I want to add a user to the organization, but cannot find a way to do it using the site, can someone help me with this? Thanks in advance, Best regards, Mario Costa -- This mailing list is governe

Re: [vagrant-up] Preview contents of vagrant box before installation.

2018-05-07 Thread Mário Costa
Hi, use "vagrant up --debug", to check for what's executed, if that's too much information, use different log level. set VAGRANT_LOG=info $ vagrant up https://www.vagrantup.com/docs/other/debugging.html If you want to avoid the extra work of crafting your own box, check the open source boxes fr

Re: [vagrant-up] proposal for winrm connection, presigned insecure cert

2018-05-07 Thread Mário Costa
I've got it working out of the box, you'll need to setup the guest properly though, don’t remember the steps. Its nice to set it up provisioning things with chocolatey (windows apt equivalent). But for me, the best aproach that I still hadn't the time to setup, is using ssh in windows, so that the

Re: [vagrant-up] Vagrant Cloud Upload Large Files

2018-05-15 Thread Mário Costa
Had that problem in the past, and could only upload using aws and a mv. To uploaded to S3 with chunks with a tool that I don’t remember now ... On Tue, May 15, 2018 at 7:18 AM, Jordan Borean wrote: > Hi > > Sorry if this isn't the right area to ask this but I upload some large > vagrant boxes to

Re: [vagrant-up] I just want to create a box I can share with other people - why is this next to impossible?

2018-05-16 Thread Mário Costa
Hi, I'm not sure what's your problem/use case that you are failing to achieve? I'm using vagrant for a while, never had such problems with linux. On Wed, May 16, 2018 at 12:04 PM, 'ben wyatt' via Vagrant < vagrant-up@googlegroups.com> wrote: > Seriously - I have been trying for 4 days non-stop.

Re: [vagrant-up] I just want to create a box I can share with other people - why is this next to impossible?

2018-05-16 Thread Mário Costa
Hi again, Why do you need " config.ssh.insert_key = false", check here what it does: https://www.vagrantup.com/docs/vagrantfile/ssh_settings.html if you set it to true, there at the initial provision of the box, vagrant will connect to the box using default user/password (which are vagrant, vagra

Re: [vagrant-up] I just want to create a box I can share with other people - why is this next to impossible?

2018-05-16 Thread Mário Costa
ecure keys. > > any other option will be overcomplicating things. > > take note the original user is asking to re-share a box, not a vagranfile > project. > > Alvaro. > > On Wed, May 16, 2018 at 6:53 PM, Mário Costa > wrote: > >> Hi again, >> >> Wh

Re: [vagrant-up] Vagrant Cloud Upload Large Files

2018-05-17 Thread Mário Costa
No problem, I've did that for a while, but having the box in the vagrant cloud allows the users to just do vagrant up from a Vagrantfile, without additional commands. I've used this script to upload the box from a ubuntu vm. #!/bin/bash export VAGRANT_CLOUD_TOKEN= # Goto https://app.vagrantup.c

Re: [vagrant-up] Need help understanding differences between public and private networking and how that affects port forwarding

2018-05-22 Thread Mário Costa
Vagrant uses virtual machine backends, such as Virtualbox, so its configurations map to the capabilities of the backend. >From a Google search the first result: https://www.thomas-krenn.com/en/wiki/Network_Configuration_in_VirtualBox Cheers On Tue, May 22, 2018 at 9:53 PM, wrote: > Hello, > > N

Re: [vagrant-up] Help with Vagrant and FileZilla

2018-05-26 Thread Mário Costa
Hi, Thinks that can affect ssh connection. 1- Network configuration of Vagrant server 1.1 - To help diagnose the problem you should at least provide some info about the network setup, public, nat, which type? 2- ssh server configuration, I'm assuming you are using a linux vagrant vm. 2.1 - Check