Problemas al iniciar mi caja Vagrant después de una actualización de Linux Mint a 15

Problemas al iniciar mi caja Vagrant después de una actualización de Linux Mint a 15

Recientemente actualicé mi Linux Mint de 14 a 15 de la manera adecuada y desde entonces mi vagrant box no puede iniciarse por completo. O la interfaz de red o la /vagrantcarpeta no se están configurando.

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 es el error que veo al configurar la red. Si desactivo la red, aparece un error similar en la /vagrantetapa de configuración de la carpeta.

Intenté purgevagar y reinstalar, e incluso lo hice en autoremoveel medio. Nada ayudó. Lo que no he intentado es purgar Virtualbox también... ¿eso ayudaría?

Editar: obtuve esto al intentar iniciar un nuevo cuadro vagabundo. ¿Sería 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

información relacionada