Linux Mint를 15로 업그레이드한 후 Vagrant 상자를 시작하는 데 문제가 있습니다.

Linux Mint를 15로 업그레이드한 후 Vagrant 상자를 시작하는 데 문제가 있습니다.

나는 최근 적절한 방법으로 Linux Mint를 14에서 15로 업그레이드했는데 그 이후로 내 vagrant box가 완전히 시작할 수 없습니다. 네트워크 인터페이스나 /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에도 그렇게했습니다 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

관련 정보