Skip to content
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

Having to delete tmp images when: HTTP server doesn't seem to support byte ranges. Cannot resume #5295

Closed
sergiotapia opened this issue Feb 5, 2015 · 5 comments
Milestone

Comments

@sergiotapia
Copy link

Related: #4479 (comment)

Still an issue for me.

  • Vagrant 1.7.2
  • Mac OSX Yosemite

The download timed out, and then when I ran the vagrant up command again to download it says:

HTTP server doesn't seem to support byte ranges. Cannot resume

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!

@mitchellh
Copy link
Contributor

This is fixed in master.

@tanji
Copy link

tanji commented Jul 28, 2015

Upgrading to 1.7.4 didn't fix the issue:

# tanj at macpro in ~/Vagrant/debian-jessie [14:11:02]
$ vagrant -v
Vagrant 1.7.4

# tanj at macpro in ~/Vagrant/debian-jessie [14:11:04]
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'debian/jessie64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'debian/jessie64'
    default: URL: https://atlas.hashicorp.com/debian/jessie64
==> default: Adding box 'debian/jessie64' (v8.1.0) for provider: virtualbox
    default: Downloading: https://atlas.hashicorp.com/debian/boxes/jessie64/versions/8.1.0/providers/virtualbox.box
==> default: Box download is resuming from prior download progress
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

HTTP server doesn't seem to support byte ranges. Cannot resume.

@sethvargo sethvargo reopened this Jul 28, 2015
@sethvargo sethvargo added this to the 1.8 milestone Jul 28, 2015
@gsingh93
Copy link

Same issue with the latest version on Mac OS X.

@boneskull
Copy link

This is not fixed.

@mitchellh
Copy link
Contributor

Thanks, we reopend #4479 to take a look.

@ghost ghost locked and limited conversation to collaborators Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants