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

[Bug]: vagrant up doesn't work #2882

Open
Gekko0114 opened this issue Aug 18, 2024 · 2 comments
Open

[Bug]: vagrant up doesn't work #2882

Gekko0114 opened this issue Aug 18, 2024 · 2 comments
Labels

Comments

@Gekko0114
Copy link
Contributor

Gekko0114 commented Aug 18, 2024

Bug Description

When I run vagrant up, following error happens.
I think this is due to Vagrantfile because Vagrantfile.containerd2youki can be executed.

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'fedora/33-cloud-base' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'fedora/33-cloud-base'
    default: URL: https://vagrantcloud.com/api/v2/vagrant/fedora/33-cloud-base
==> default: Adding box 'fedora/33-cloud-base' (v33.20201019.0) for provider: virtualbox
    default: Downloading: https://vagrantcloud.com/fedora/boxes/33-cloud-base/versions/33.20201019.0/providers/virtualbox/unknown/vagrant.box
Download redirected to host: download.fedoraproject.org
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

Steps to Reproduce

run vagrant up
Maybe this is specific to my PC (mac apple m3). If vagrant up works for most of devs, please ignore this issue.

Expectation

No response

System and Setup Info

No response

Additional Context

No response

@YJDoc2
Copy link
Collaborator

YJDoc2 commented Aug 19, 2024

Hey, this is probably because the box is not actually present on vagrant cloud. We usually use the containerd or podman test boxes, so the default seems to be out-of-date. You can copy over the config from other vagrant files or update the box to version 38 or 40.

@YJDoc2
Copy link
Collaborator

YJDoc2 commented Aug 23, 2024

I have also opened #2890 for standardizing the vagrant files, so we do not run into issues like this.

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

No branches or pull requests

2 participants