-
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
vagrant up fails after aborted download #4479
Comments
I'm having the exact same issue with the exact same version of Vagrant under Windows 8.1. Had to go to .vagrant.d\tmp and delete the partial download. |
+1 |
+1, that solved my issue also |
+1, same issue and resolution. |
+1 |
1 similar comment
+1 |
This is pretty bad. Thanks for the catch. |
No problem. Thanks for a great product. |
Fixed |
I seem to be having this issue with the latest, it only seems to happen with HTTPS connections, HTTP works fine. |
This is still happening for me when using https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.1_x86_64.deb
|
All you need to do is simply delete the temporary download file, which is located (in the Windows world) at: C:\Users<username>.vagrant.d\tmp* |
That worked for me. Thanks |
Still an issue for me.
The download timed out, and then when I ran the
I think Vagrant should be smart enough to toss the tmp data for that image, if the response server does not support byte ranges. Thanks! |
For any Mac users: |
This keeps ocurring. |
This is still an issue for me on Debian Testing (Stretch) with the latest Vagrant package installed 1.7.2+dfsg-4, removing from .vagrant.d/tmp resolves the issue for me. |
Same problem, same fix, when Updating 'laravel/homestead' with provider 'virtualbox' from version '0.2.6' to '0.2.7' under Yosemite 10.10.3. |
getting same problem with 'laravel/homestead' virtualbox for version 0.2.7 with Yosemite 10.10.4. |
@mitulgolakiya did you try |
+1 👍 |
Thanks! |
Happened to me after "ctrl+c"ing the process during a vagrant box update, since it was taking too long for my connection. Removing all temp files in vagrant.d resolved the problem though 👍 |
+1 on deleting tmp files on mac |
+1 👍 |
On Ubuntu 12.04 check for tmp files with: ls -al ~/.vagrant.d/tmp/ |
+1 |
+1 Vagrant 1.7.4, OS X 10.10, deleting the tmp box "fixed" the issue but given the number of plusses above since the issue was closed it should perhaps be re-opened. |
+1 on deleting tmp files on mac. Find it in /Users/$USER/.vagrant.d/tmp. Thanks! |
This doesn't seem to be fixed. |
Still occurs on my end on OSX. Ran the following code. rm ~/.vagrant.d/tmp/* |
+1 |
1 similar comment
+1 |
"Still occurs on my end on OSX." |
Delete .vangran.d/tmp/* worked for me. The error still occurs on Windows 10 |
+1 on Windows 10 |
Have you guys tried |
+1 for removing a partial download from ~/.vagrant.d/tmp. Vagrant 1.7.4, OS X 10.10.4 |
I just found this issue by googling for the error. I can see I'm not alone. I'm using |
+1 the patch works for OSX |
Same issue with the |
Reproduced, taking a look. |
Fixed |
Same issue on Mac OSX 10.9. Deleting the files in .vagrant.d/tmp/ fixed the issue. |
@davidrichied @gonciarz do you have latest gem built from git? Fix is scheduled for 1.8 release I believe. |
@pfuhrmann I do not believe I do. I downloaded Vagrant, version 1.7.4, from https://www.vagrantup.com/downloads.html |
+1 This just happened to me and I solved it by doing On |
@nirajbothra This has been fixed in Vagrant 1.8.1, you should upgrade to resolve the problem. |
This just happened for me on Windows using 1.7.4. cgood92's comment worked for me. |
If a download is interrupted during "vagrant up", and the server doesn't support HTTP byte ranges, subsequent invocations of vagrant up will return the curl error "HTTP server doesn't seem to support byte ranges. Cannot resume.", exception: Vagrant::Errors::DownloaderError
Expected behavior:
If the server does not support byte ranges, the incomplete file should be deleted and retried.
Vagrant 1.6.5
Ubuntu 14.04 LTS
curl 7.35.0
The text was updated successfully, but these errors were encountered: