youki icon indicating copy to clipboard operation
youki copied to clipboard

[Bug]: `vagrant up` doesn't work

Open Gekko0114 opened this issue 6 months ago • 2 comments

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

Gekko0114 avatar Aug 18 '24 14:08 Gekko0114