VirtualBox

Changes between Initial Version and Version 1 of Ticket #13104, comment 7


Ignore:
Timestamp:
Aug 9, 2014 3:52:25 AM (10 years ago)
Author:
maknz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13104, comment 7

    initial v1  
    11Having the exact same problems here with Vagrant / VirtualBox. Ubuntu 14.04. SSH is very unresponsive (about 1-2 minutes to login) and about the same for any input to be recognised. Also fails to connect to the Ubuntu package registry while provisioning (consistent with the network problems described here).
     2
     3You can SSH into the Vagrant box without Vagrant with ssh vagrant@host -i /path/to/id_rsa, which does work instantly in getting a shell on the box (compared to severe lag with vagrant ssh). However, the network problems are still present.
     4
     5{{{
     6$ ping 8.8.8.8
     7PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
     864 bytes from 8.8.8.8: icmp_seq=1 ttl=63 time=9271 ms
     964 bytes from 8.8.8.8: icmp_seq=2 ttl=63 time=8270 ms
     1064 bytes from 8.8.8.8: icmp_seq=3 ttl=63 time=7261 ms
     1164 bytes from 8.8.8.8: icmp_seq=4 ttl=63 time=6254 ms
     1264 bytes from 8.8.8.8: icmp_seq=5 ttl=63 time=5252 ms
     1364 bytes from 8.8.8.8: icmp_seq=6 ttl=63 time=4244 ms
     1464 bytes from 8.8.8.8: icmp_seq=7 ttl=63 time=3246 ms
     1564 bytes from 8.8.8.8: icmp_seq=8 ttl=63 time=2236 ms
     1664 bytes from 8.8.8.8: icmp_seq=9 ttl=63 time=1228 ms
     1764 bytes from 8.8.8.8: icmp_seq=10 ttl=63 time=227 ms
     1864 bytes from 8.8.8.8: icmp_seq=11 ttl=63 time=56.6 ms
     1964 bytes from 8.8.8.8: icmp_seq=12 ttl=63 time=56.0 ms
     2064 bytes from 8.8.8.8: icmp_seq=13 ttl=63 time=57.1 ms
     2164 bytes from 8.8.8.8: icmp_seq=14 ttl=63 time=56.9 ms
     2264 bytes from 8.8.8.8: icmp_seq=15 ttl=63 time=55.7 ms
     2364 bytes from 8.8.8.8: icmp_seq=16 ttl=63 time=56.5 ms
     2464 bytes from 8.8.8.8: icmp_seq=17 ttl=63 time=56.6 ms
     2564 bytes from 8.8.8.8: icmp_seq=18 ttl=63 time=55.8 ms
     26}}}
     27
     28Trying again and the network has fallen over, but comes back...
     29
     30{{{
     31$ ping 8.8.8.8
     32PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
     33From 10.0.2.15 icmp_seq=1 Destination Host Unreachable
     34From 10.0.2.15 icmp_seq=2 Destination Host Unreachable
     35From 10.0.2.15 icmp_seq=3 Destination Host Unreachable
     36From 10.0.2.15 icmp_seq=4 Destination Host Unreachable
     37From 10.0.2.15 icmp_seq=5 Destination Host Unreachable
     38...
     39From 10.0.2.15 icmp_seq=59 Destination Host Unreachable
     40From 10.0.2.15 icmp_seq=60 Destination Host Unreachable
     4164 bytes from 10.0.2.15: icmp_seq=61 ttl=63 time=357 ms
     4264 bytes from 10.0.2.15: icmp_seq=62 ttl=63 time=56.1 ms
     4364 bytes from 10.0.2.15: icmp_seq=63 ttl=63 time=56.7 ms
     4464 bytes from 10.0.2.15: icmp_seq=64 ttl=63 time=56.3 ms
     4564 bytes from 10.0.2.15: icmp_seq=65 ttl=63 time=56.2 ms
     4664 bytes from 10.0.2.15: icmp_seq=66 ttl=63 time=57.9 ms
     4764 bytes from 10.0.2.15: icmp_seq=67 ttl=63 time=56.7 ms
     4864 bytes from 10.0.2.15: icmp_seq=68 ttl=63 time=56.8 ms
     4964 bytes from 10.0.2.15: icmp_seq=69 ttl=63 time=56.6 ms
     5064 bytes from 10.0.2.15: icmp_seq=70 ttl=63 time=56.4 ms
     51From 10.0.2.15 icmp_seq=114 Destination Host Unreachable
     52From 10.0.2.15 icmp_seq=115 Destination Host Unreachable
     53From 10.0.2.15 icmp_seq=116 Destination Host Unreachable
     54From 10.0.2.15 icmp_seq=117 Destination Host Unreachable
     55From 10.0.2.15 icmp_seq=118 Destination Host Unreachable
     56From 10.0.2.15 icmp_seq=119 Destination Host Unreachable
     57From 10.0.2.15 icmp_seq=120 Destination Host Unreachable
     58...
     59}}}
     60
     61I'm not sure what would cause Vagrant to hang on SSHing in, but the network problems must be related to VirtualBox?

© 2023 Oracle
ContactPrivacy policyTerms of Use