1

Я недавно обновил свой Linux Mint с 14 до 15 подходящим способом, и с тех пор мой бродячий ящик не может полностью загрузиться. Либо сетевой интерфейс, либо папка /vagrant не получает настройки.

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'

Это ошибка, которую я вижу при настройке сети, если я отключаю сеть, я получаю похожую ошибку на этапе настройки папки /vagrant .

Я попытался purge Vagrant и переустановить, и я даже сделал это с autoremove между ними. Ничего не помогло То, что я не пробовал, это очистить Virtualbox тоже ... это поможет?

Изменить: получил это при попытке начать новый бродячий ящик, это было бы актуально?

[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

0