Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.54k stars 847 forks source link

The box 'ubuntu/bionic64' could not be found or... #2475

Closed knighthawk0811 closed 3 years ago

knighthawk0811 commented 3 years ago

What was The Command Used To Provision

vagrant up --provision vagrant up vagrant box update

What Kind of VVV Provision Was This

This was a fresh install

Logs/What Broke

C:\Users\joseph.neathawk\vvv-local>vagrant up
__ __ __ __
\ V\ V\ V / Varying Vagrant Vagrants
 \_/\_/\_/  v3.6.2-git::stable(62c5796)

Platform: platform-mingw32 windows  missingWinAdminPriv  vagrant-goodhosts monochrome-terminal shared_db_folder_disabled, VVV Path: "C:/Users/joseph.neathawk/vvv-local"
Vagrant: v2.2.16, VirtualBox: v6.1.22r144080

Docs:       https://varyingvagrantvagrants.org/
Contribute: https://github.com/varying-vagrant-vagrants/vvv
Dashboard:  http://vvv.test

Bringing machine 'default' up with 'virtualbox' provider...
==> default: [vagrant-goodhosts] Checking for host entries
==> default: [vagrant-goodhosts] - found entry for: 192.168.50.4 vvv.test
==> default: [vagrant-goodhosts] - found entry for: 192.168.50.4 one.wordpress.test
==> default: [vagrant-goodhosts] - found entry for: 192.168.50.4 two.wordpress.test
==> default: Box 'ubuntu/bionic64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'ubuntu/bionic64' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Vagrant Cloud, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://vagrantcloud.com/ubuntu/bionic64"]
Error: The requested URL returned error: 403

Possible Solution

was there a change at vagrantcloud that might explain the 403 error?

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Your Environment

Operating System: Windows

welcome[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the issue template and include your OS/Vagrant/VVV versions! Don't forget you can get support in the VVV slack at https://varyingvagrantvagrants.org/docs/en-US/slack/

VVV
VVV Slack Workspace
Join the VVV Slack Workspace
Mte90 commented 3 years ago

I see that is available on https://app.vagrantup.com/ubuntu/boxes/bionic64 did you tried again the command?

Vagrant Cloud by HashiCorp
Vagrant Cloud by HashiCorp
Vagrant Cloud by HashiCorp
knighthawk0811 commented 3 years ago

Yes, I have tried all morning. I tried an older box as well, but got a similar answer. I tried logging into Vagrant without success that way either.

tomjn commented 3 years ago

https://twitter.com/haheap/status/1397184578683559949

Hashichorp may be having issues, eitherway this isn't something within our control, the box hasn't been taken down so it looks like there's an outage of some kind

Twitter
Hans Appel on Twitter
“Received a response from Hashicorp. They're having issues with https://t.co/R5D9eeh6A5 at the moment, so I'll stop troubleshooting on my end. 😉”
tomjn commented 3 years ago

https://github.com/hashicorp/vagrant/issues/12390#issuecomment-848039375

wait a little bit and try again 🤞🏻

knighthawk0811 commented 3 years ago

Thanks! An outage is fine. Maybe not ideal, but it means I probably wasn't doing anything wrong myself.

Will try again later and update this thread either way.

knighthawk0811 commented 3 years ago

It was just an outage. Everything worked fine after I waited until it was back up.

ahmedsadman commented 2 years ago

If someone is still facing the issue locally, please turn off your antivirus protection and run vagrant up again. That should do the trick.

tomjn commented 2 years ago

@ahmedsadman we do not use that box, we use bento/ubuntu-20.04 on virtualbox, it sounds like you're using a very old version, you should update VVV

zorke2000 commented 2 years ago

Thanks for the useful tip @ahmedsadman ! Worked for me :)

NU-OnE commented 2 years ago

If you really need this to work, execute the below command.

vagrant box add --insecure ubuntu/bionic64

tomjn commented 2 years ago

VVV doesn’t use bionic anymore, you should update, or back up your database and destroy then reprovision

On Wed, 3 Aug 2022 at 02:58, NU-OnE @.***> wrote:

vagrant box add --insecure ubuntu/bionic64

— Reply to this email directly, view it on GitHub https://github.com/Varying-Vagrant-Vagrants/VVV/issues/2475#issuecomment-1203396131, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAOLZ6OXHKDJQFKOF6LE6LVXHG4ZANCNFSM45PXPWHQ . You are receiving this because you commented.Message ID: @.***>