Picture of Victor R. Gonzalez
Windows 7 Install Authoring - Failed
by Victor R. Gonzalez - Thursday, 15 December 2016, 8:52 PM
 

Hi.

When i try to install the Authoring tool with Vagrant Installation I get the following error message in a cmd window (with administrator rigths):

Microsoft Windows [VersiĆ³n 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Reservados todos los derechos.

C:\Windows\system32>cd "C:\Program Files (x86)\adapt_authoring"

C:\Program Files (x86)\adapt_authoring>vagrant up

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/trusty32' could not be found. Attempting to find and in
stall...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'ubuntu/trusty32'
default: URL: https://atlas.hashicorp.com/ubuntu/trusty32
The box 'ubuntu/trusty32' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: https://atlas.hashicorp.com/ubuntu/trusty32
Error: Failed writing body (0 != 13013)

Thanks in advance for any idea.

Victor

Picture of Victor R. Gonzalez
Re: Windows 7 Install Authoring - Failed
by Victor R. Gonzalez - Thursday, 22 December 2016, 5:15 PM
 

Problem solved.

When the Windows user name contains multi byte, then vagrant box add fails.

In this case, setting VAGRANT_HOME to a different folder than users's home directory solves the problem.

Regards.