Solucionado (ver solução)
Solucionado
(ver solução)
7
respostas

Erro ao subir maquina vagrant

Pessoal toda vez que tento subir a maquina vagrant do projeto do curso eu tenho erro, já tentei arruma o ssh do host.

vagrant file


Vagrant.configure("2") do |config|

    config.vm.box = "ubuntu/trusty64"

    config.vm.provider "virtualbox" do |v|
      v.memory = 1024
    end

    config.vm.define "wordpress" do |m|
      m.vm.network "private_network", ip: "172.17.177.40"
    end

end

erro


The box failed to unpackage properly. Please verify that the box file you're trying to add is not corrupted and try again. The output from attempting to unpackage (if any):  x box.ovf x Vagrantfile x box-disk1.vmdk: Write failed bsdtar: Error exit delayed from previous errors.
7 respostas

Oi Thiago, acho que esqueceu de colar a mensagem de erro aqui. Cola pra gente ver por favor?

The box failed to unpackage properly. Please verify that the box file you're trying to add is not corrupted and try again. The output from attempting to unpackage (if any): x box.ovf x Vagrantfile x box-disk1.vmdk: Write failed bsdtar: Error exit delayed from previous errors.

no caso esse erro aparece assim que ele termina de fazer download

Thiago, o vagrant parece que está tendo problemas ao desempacotar o box depois de baixá-lo, talvez algum problema durante o download ou mesmo o box corrompido cause isso. Tenta usar outro como o Xenial64

config.vm.box = "ubuntu/xenial64"

Tentei com uma imagem debiam e tbm tive o mesmo problema, você recomendo algumas imagem?

Adendo: eu consegui fazer rodar tranquilamente por incinerável que pareça do windows

solução!

Thiago, a imagem acima não funcionou? Vou chutar que você está tendo problemas no download da imagem. Não sei o motivo de no Windows ter dado certo, eu mesmo testei no Linux e não tive esse tipo de problema.

adianta fazer nd entao

Você tentou novamente Thiago? Pode ser problema de rede, etc.