hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.02k stars 4.42k forks source link

Unable to use box centos/stream9 #13272

Closed devopski closed 8 months ago

devopski commented 8 months ago

There is bad forwarding set at: https://app.vagrantup.com/centos/boxes/stream9

During vagrant up:

`$ vagrant up
Bringing machine 'machine' up with 'virtualbox' provider...
==> machine: Box 'centos/stream9' could not be found. Attempting to find and install...
    machine: Box Provider: virtualbox
    machine: Box Version: >= 0
==> machine: Loading metadata for box 'centos/stream9'
    machine: URL: https://vagrantcloud.com/centos/stream9
==> machine: Adding box 'centos/stream9' (v20230727.1) for provider: virtualbox
    machine: Downloading: https://vagrantcloud.com/centos/boxes/stream9/versions/20230727.1/providers/virtualbox/unknown/vagrant.box
Download redirected to host: cloud.centos.org
    machine:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 404`
chrisroberts commented 8 months ago

Hi there,

Unfortunately this issue needs to be addressed by the owner of the centos organization, it's not something we can fix.

Cheers!