And here is the precise64 log file.

Cheers.

On Sunday, 13 March 2016 22:00:58 UTC+11, Alvaro Miranda Aguilera wrote:
>
> it seems the precise32 started properly.. isnt ?
>
> On Sun, Mar 13, 2016 at 10:31 PM, Gerard Green <[email protected] 
> <javascript:>> wrote:
>
>> Hi there.
>>
>> Here is the log file from the precise32 run.
>>
>> Cheers.
>>
>> Gerard
>>
>> On Sunday, 13 March 2016 18:53:59 UTC+11, Alvaro Miranda Aguilera wrote:
>>>
>>> Hello Gerard.
>>>
>>> Not sure if you are behind some proxy or VPN.
>>>
>>> Can you add this to your Vagrantfile and test again?
>>>
>>> config.vm.box_download_insecure = true
>>>
>>> before or after config.vm.box should be ok
>>>
>>>
>>>
>>> On Sun, Mar 13, 2016 at 8:47 PM, Gerard Green <[email protected]> 
>>> wrote:
>>>
>>>> Hello again.
>>>>
>>>> vagrant version 1.8.1
>>>>
>>>> C++ installed
>>>>
>>>> Log file attached.
>>>>
>>>> Thanks.
>>>>
>>>> Gerard
>>>>
>>>> On Sunday, 13 March 2016 18:29:46 UTC+11, Alvaro Miranda Aguilera wrote:
>>>>>
>>>>> Hello,
>>>>>
>>>>> Can you check you are on current versions:
>>>>>
>>>>> vagrant version
>>>>>
>>>>> Seems you are in windows, so please install the C++ redistributable 
>>>>> package:
>>>>> https://www.microsoft.com/en-nz/download/details.aspx?id=5555
>>>>>
>>>>> And try again.
>>>>>
>>>>> If still fail, please run this:
>>>>>
>>>>> set VAGRANT_LOG=debug
>>>>> vagrant up
>>>>>
>>>>> And share the log generated in the console
>>>>>
>>>>> Thanks
>>>>> Alvaro
>>>>>
>>>>> On Sun, Mar 13, 2016 at 12:16 AM, [email protected] <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> 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.
>>>>>> Gerard
>>>>>>
>>>>>> On 12 March 2016 at 21:49, Alvaro Miranda Aguilera <[email protected]> 
>>>>>> 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]> 
>>>>>>> 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.
>>>>>>>
>>>>>>> Can someone please provide suitable vagrant commands to create a log 
>>>>>>> file of my vagrant up command? Thanks.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> 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/80d93568-83a1-4960-b774-405d54cd9e6c%40googlegroups.com
>>>>>>>  
>>>>>>> <https://groups.google.com/d/msgid/vagrant-up/80d93568-83a1-4960-b774-405d54cd9e6c%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> 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 a topic in 
>>>>>>> the Google Groups "Vagrant" group.
>>>>>>> To unsubscribe from this topic, visit 
>>>>>>> https://groups.google.com/d/topic/vagrant-up/dQDheQ_b2G4/unsubscribe
>>>>>>> .
>>>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>>>> [email protected].
>>>>>>> To view this discussion on the web visit 
>>>>>>> https://groups.google.com/d/msgid/vagrant-up/C8059C0D-D383-46F1-884E-4CB50A714C79%40gmail.com
>>>>>>>  
>>>>>>> <https://groups.google.com/d/msgid/vagrant-up/C8059C0D-D383-46F1-884E-4CB50A714C79%40gmail.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> Cheers for now.
>>>>>> Gerard Green
>>>>>> 0413 191 512
>>>>>>
>>>>>> -- 
>>>>>> 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/CAAyW%3DXNf2z9b-7-XyLV2aORnsraxoDYkijP%3D2dYNCLaP9PeyMg%40mail.gmail.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/vagrant-up/CAAyW%3DXNf2z9b-7-XyLV2aORnsraxoDYkijP%3D2dYNCLaP9PeyMg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>>
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>> -- 
>>>> 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/0407912c-178d-4940-a3b5-78f173e99b90%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/vagrant-up/0407912c-178d-4940-a3b5-78f173e99b90%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> -- 
>> 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] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/vagrant-up/c4c80531-b4c0-4fba-ba49-2eb5d39775f5%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/vagrant-up/c4c80531-b4c0-4fba-ba49-2eb5d39775f5%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/bd67a32d-1ab1-43cf-9f94-3dda8ca45c9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2:27)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:27)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:27)DEBUG s
 91  305M   91  279M    0     0   184k      0  0:28:20  0:25:52  0:02:28     0
 INFO interface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:27)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:27)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:27) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:27)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:27)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:27) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28)DEBUG s
 91  305M   91  279M    0     0   182k      0  0:28:31  0:26:02  0:02:29     0
 INFO interface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:28)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:28)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:28) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29)DEBUG s
 91  305M   91  279M    0     0   182k      0  0:28:36  0:26:06  0:02:30     0cu
rl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
 INFO interface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:0
2:29)
 INFO interface: detail:     default: Progress: 91% (Rate: 0/s, Estimated time r
emaining: 0:02:29)
    default: Progress: 91% (Rate: 0/s, Estimated time remaining: 0:02:29) INFO i
nterface: info:
 INFO interface: detail: Progress: 91% (Rate: 0curl:/s, Estimated time remaining
: 0:02:30)
 INFO interface: detail:     default: Progress: 91% (Rate: 0curl:/s, Estimated t
ime remaining: 0:02:30)
    default: Progress: 91% (Rate: 0curl:/s, Estimated time remaining: 0:02:30)DE
BUG subprocess: Waiting for process to exit. Remaining to timeout: 30433
DEBUG subprocess: Exit status: 56
 WARN downloader: Downloader exit code: 56
ERROR downloader: Exit code: 56
 INFO interface: info:
 INFO interface: detail:
 INFO interface: detail:     default:
    default:
DEBUG box_add: Deleting temporary box:
ERROR warden: Error occurred: An error occurred while downloading the remote fil
e. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while downloading the remote fil
e. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while downloading the remote fil
e. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while downloading the remote fil
e. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x34c8690>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO environment: Released process lock: machine-action-19e9bc314dbb5802dc5d39f
809edd937
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x38
b8ee8>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::DownloaderError: An error occurred while downl
oading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054>
ERROR vagrant: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
ERROR vagrant: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant
/util/downloader.rb:206:in `execute_curl'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/downloade
r.rb:136:in `download!'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/box_add.rb:445:in `download'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/box_add.rb:321:in `block in box_add'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/box_add.rb:313:in `each'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/box_add.rb:313:in `box_add'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/box_add.rb:266:in `add_from_metadata'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/box_add.rb:104:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.
rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder
.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.
rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:1
9:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.
rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/handle_box.rb:82:in `handle_box'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/handle_box.rb:42:in `block in call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/handle_box.rb:36:in `synchronize'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/handle_box.rb:36:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.
rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.
rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.
rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.
rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder
.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.
rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:1
9:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.
rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin
/call.rb:53:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.
rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualb
ox/action/check_virtualbox.rb:17:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.
rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder
.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.
rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:1
9:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.
rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/machine.rb:224
:in `action_raw'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/machine.rb:199
:in `block in action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/environment.rb
:561:in `lock'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/machine.rb:185
:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/machine.rb:185
:in `action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/batch_action.r
b:82:in `block (2 levels) in run'
 INFO interface: error: An error occurred while downloading the remote file. The
 error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
 INFO interface: Machine: error-exit ["Vagrant::Errors::DownloaderError", "An er
ror occurred while downloading the remote file. The error\nmessage, if any, is r
eproduced below. Please fix this error and try\nagain.\n\nSSL read: error:000000
00:lib(0):func(0):reason(0), errno 10054"]

C:\adapt_authoring-master\precise64>

Reply via email to