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

Error: Can not collect image status #10

Open
jamesbebbington opened this issue Nov 19, 2013 · 7 comments
Open

Error: Can not collect image status #10

jamesbebbington opened this issue Nov 19, 2013 · 7 comments

Comments

@jamesbebbington
Copy link

Having just followed the README, using the URL from my Vagrantfile, I'm getting the following error:

$ vagrant box add --force precise32 http://files.vagrantup.com/precise32.box
Downloading or copying the box...
Extracting box...te: 526k/s, Estimated time remaining: --:--:--)
Successfully added box 'precise32' with provider 'virtualbox'!
Unable access: http://files.vagrantup.com/precise32.box
Can not collect image status, please check box url and repeat action
@jamesbebbington
Copy link
Author

Just tried again but same result.

More info:

OS X 10.9
Vagrant 1.3.5

Is there anything I can do to debug this?

@linuxmaniac
Copy link

Hi,
can you please apply this changes and post the output?

linuxmaniac/vagrant-box-updater@ec7398bbe1ccfca0158069a9200dc9fb8970b9a7

@jamesbebbington
Copy link
Author

Thanks, will do when I get a spare min.

@tautrimas
Copy link

Hello, has this been resolved?

@Fractious Did you find a workaround?

@thom4parisot
Copy link

This is the issue I got:

$ vagrant box add hashicorp/precise32 --force
==> box: Loading metadata for box 'hashicorp/precise32'
    box: URL: https://vagrantcloud.com/hashicorp/precise32
==> box: Adding box 'hashicorp/precise32' (v1.0.0) for provider: virtualbox
    box: Downloading: https://vagrantcloud.com/hashicorp/boxes/precise32/versions/1/providers/virtualbox.box
==> box: Successfully added box 'hashicorp/precise32' (v1.0.0) for 'virtualbox'!
==> box: Unable access: hashicorp/precise32
==> box: Error: No such file or directory - hashicorp/precise32
==> box: Can not collect image status, please check box url and repeat action

Although there is a file named ubuntu12.04.stat located in ~/.vagrant.d.

@alexhouse
Copy link

If the box you're using is now on Vagrant Cloud then you can use the versioning aspect of that instead, and completely remove this plugin

@thom4parisot
Copy link

I never installed it so I suppose it is a legacy from an old install of Vagrant :-) (I migrated to brew cask meanwhile).

I removed the ~/.vagrant.d folder and it worked like a charm (I did not have other VM on my laptop).

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants