Many thanks Alvaro. I tried both precise32 and precise64 and they both failed with SSL Certificate errors as shown here:
[image: Inline images 1] What is my best next step? Can I bypass the security? Many thanks. On Saturday, 12 March 2016 21:49:20 UTC+11, Alvaro Miranda Aguilera wrote: > > Hello Gerard. > > If you are in windows, the command should be: > > set VAGRANT_LOG=debug > > not the capital > > then when you run vagrant up will generate logs of log in the command > line, is not that will generate a file > > For Windows, check this package is installed: > https://www.microsoft.com/en-nz/download/details.aspx?id=5555 > > Then, the best way to troubleshoot is in the following order: > > mkdir precise32 > cd precise32 > vagrant init -m hashicorp/precise32 > vagrant up > > If this VM fails, then the best will be reinstall virtualbox and vagrant, > and reboot. > > If this command works, then test a 64 bit box is the next step > > cd .. > mkdir precise64 > cd precise64 > vagrant init -m hashicorp/precise64 > vagrant up > > If this command fails, the best is open Virtualbox, stop and star the VM > here and see what the message is. > > > Let me know how you go with those 2 test. > > Alvaro. > > > On 12/03/2016, at 11:05 PM, Gerard Green <[email protected] > <javascript:>> wrote: > > Hello. > > I am unable to SSH into my vagrant installation due to an SSH error. I > want to create a log file that I can post and ask for support on how to > resolve this issue. > I need to understand what commands to use in a windows 7 command prompt > window to get the log to go to a file rather than just displaying on the > screen. > I currently use these commands: > > > set vagrant_log=debug > > set stderr=vagrant.log > > vagrant up > > I am unable to locate the vagrant.log file anywhere. > > ... -- 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: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/cd0ff959-db05-4640-98be-ede6333c2c72%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
