-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyservers for Docker constantly failing #7996
Comments
What version of VirtualBox are you using? I'm hitting similar problems ( |
I've been doing some wireshark work on this today and it's looking like VirtualBox is trying to reassemble fragmented packets but doing so incorrectly. What I'm seeing on the host OS as a 5 segment 4781 byte HTTP response from the key server is turning into a 1 segment 2894 byte truncated response inside the VM. You may want to run tcpdumps on both sides to compare. I was testing just with a vanilla Output was:
What I don't yet have any idea of is why not everyone on my team is seeing this with the same versions of vagrant and virtual box. |
I was unable to find a downgraded version that works (5.0 had the same issue, 4.0 won't install on Mac Sierra), but the r111957 test build seems to work. |
@matschaffer I'm using |
@chingc - Over on Drupal VM's issue queue, we've found downgrading to 5.1.6 is the current best fix for this issue :( https://www.virtualbox.org/wiki/Download_Old_Builds_5_1 |
I haven't experienced this issue since I updated to VirtualBox 5.1.10. Anyone else? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi, I'm running Vagrant
1.8.7
on10.11.6 El Capitan
and the docker provisioner fails repeatedly when it tries to download the key needed for installation. I've experienced this even when attempting to install docker manually, so this isn't really a problem with Vagrant. I was wondering if you can include the key with Vagrant so it doesn't have to download it from what appears to be extremely unreliable sources.Eventually it will work if I keep trying, but today I've been trying for the past 30 minutes and still I get this error. It has been frustrating.
I know this isn't a problem with my network connection because my other Vagrantfiles (that don't try to install docker) are downloading and installing packages just fine.
Vagrantfile
Error
The text was updated successfully, but these errors were encountered: