You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ vagrant upBringing machine 'v5' up with 'virtualbox' provider...Bringing machine 'v7' up with 'virtualbox' provider...==> v5: Importing base box 'rockylinux/8'...==> v5: Matching MAC address for NAT networking...==> v5: Checking if box 'rockylinux/8' version '5.0.0' is up to date...==> v5: Setting the name of the VM: test-rocky-8-v7_v5_1670952861960_92069==> v5: Clearing any previously set network interfaces...==> v5: Preparing network interfaces based on configuration... v5: Adapter 1: nat==> v5: Forwarding ports... v5: 22 (guest) => 2222 (host) (adapter 1)==> v5: Booting VM...==> v5: Waiting for machine to boot. This may take a few minutes... v5: SSH address: 127.0.0.1:2222 v5: SSH username: vagrant v5: SSH auth method: private key v5: v5: Vagrant insecure key detected. Vagrant will automatically replace v5: this with a newly generated keypair for better security. v5: v5: Inserting generated public key within guest... v5: Removing insecure key from the guest if it's present... v5: Key inserted! Disconnecting and reconnecting using new SSH key...==> v5: Machine booted and ready!==> v5: Checking for guest additions in VM... v5: No guest additions were detected on the base box for this VM! Guest v5: additions are required for forwarded ports, shared folders, host only v5: networking, and more. If SSH fails on this machine, please install v5: the guest additions and repackage the box to continue. v5: v5: This is not an error message; everything may continue to work properly, v5: in which case you may ignore this message.==> v7: Importing base box 'rockylinux/8'...There was an error while executing `VBoxManage`, a CLI used by Vagrantfor controlling VirtualBox. The command and stderr is shown below.Command: ["import", "-n", "/home/luc/.vagrant.d/boxes/rockylinux-VAGRANTSLASH-8/7.0.0/virtualbox/box.ovf"]Stderr: 0%...Progress state: VBOX_E_OBJECT_NOT_FOUNDVBoxManage: error: Appliance read failedVBoxManage: error: Failed to open OVF file '/home/luc/.vagrant.d/boxes/rockylinux-VAGRANTSLASH-8/7.0.0/virtualbox/box.ovf' (VERR_FILE_NOT_FOUND)VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component ApplianceWrap, interface IApplianceVBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 471 of file VBoxManageAppliance.cpp
It seems that the v5 box is indeed up but the v7 box not:
$ vagrant ssh v5 --command "echo v5"v5
$ vagrant ssh v7 --command "echo v7"VM must be created before running this command. Run `vagrant up` first.
The text was updated successfully, but these errors were encountered:
lucc
changed the title
v7.0.0 box seems to be broken
vagrant box v7.0.0 for rocky 8 seems to be broken
Dec 13, 2022
Thank you for the report. I built a new version of the image to address this problem. An older image was mistakenly pulled in which we didn't catch.. This will go into the gating checks going forward.
I have the following Vagrantfile:
I have no fancy plugins installed:
And then run
vagrant up
:It seems that the v5 box is indeed up but the v7 box not:
The text was updated successfully, but these errors were encountered: