Eu recentemente atualizei meu Linux Mint de 14 para 15 do modo apt, e desde então meu vagrant box não é capaz de inicializar completamente. A interface de rede ou a pasta /vagrant
não está sendo configurada ..
ERROR warden: Error occurred: Agent pid 1034
/usr/lib/ruby/vendor_ruby/net/scp.rb:385:in 'await_response_state': Agent pid 1034 (RuntimeError)
from /usr/lib/ruby/vendor_ruby/net/scp.rb:356:in 'block (3 levels) in start_command'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/channel.rb:311:in 'call'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/channel.rb:311:in 'process'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/session.rb:214:in 'block in preprocess'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/session.rb:214:in 'each'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/session.rb:214:in 'preprocess'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/session.rb:197:in 'process'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/session.rb:161:in 'block in loop'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/session.rb:161:in 'loop'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/session.rb:161:in 'loop'
from /usr/lib/ruby/vendor_ruby/net/ssh/connection/channel.rb:269:in 'wait'
from /usr/lib/ruby/vendor_ruby/net/scp.rb:279:in 'upload!'
from /usr/lib/ruby/vendor_ruby/vagrant/communication/ssh.rb:81:in 'block in upload'
from /usr/lib/ruby/vendor_ruby/vagrant/communication/ssh.rb:110:in 'connect'
from /usr/lib/ruby/vendor_ruby/vagrant/communication/ssh.rb:79:in 'upload'
from /usr/lib/ruby/vendor_ruby/vagrant/guest/debian.rb:38:in 'configure_networks'
from /usr/lib/ruby/vendor_ruby/vagrant/action/vm/network.rb:72:in 'call'
from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:33:in 'call'
from /usr/lib/ruby/vendor_ruby/vagrant/action/vm/clear_network_interfaces.rb:26:in 'call'
from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:33:in 'call'
from /usr/lib/ruby/vendor_ruby/vagrant/action/vm/host_name.rb:10:in 'call'
from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:33:in 'call'
from /usr/lib/ruby/vendor_ruby/vagrant/action/vm/share_folders.rb:20:in 'call'
Este é o erro que estou vendo ao configurar a rede, se eu desabilitar a rede, recebo um erro semelhante no estágio de configuração da pasta /vagrant
.
Eu tentei purge
vagrant e reinstalar, e até fiz isso com autoremove
inbetween. Nada ajudou. O que eu ainda não tentei é limpar o Virtualbox também ... isso ajudaria?
Editar: comprei isso ao tentar iniciar uma nova caixa vagabunda isso seria relevante?
[default] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the
box.
Guest Additions Version: 4.2.0
VirtualBox Version: 4.2.10
Tags virtualbox vagrant linux linux-mint