Open network-shark opened 5 years ago
After deleting the ~/.mech folder I could successfully add the the vm, but if I try to start it , mech is using the wrong URL for bootstrapping.
╰─ mech --debug up
DEBUG: Attempting to acquire lock 4490481616 on /Users/sharky/.mech/data/index.lock
INFO: Lock 4490481616 acquired on /Users/sharky/.mech/data/index.lock
DEBUG: Attempting to release lock 4490481616 on /Users/sharky/.mech/data/index.lock
INFO: Lock 4490481616 released on /Users/sharky/.mech/data/index.lock
Provided box name is not valid
Loading metadata for box 'freebsd11'
DEBUG: Starting new HTTPS connection (1): app.vagrantup.com:443
DEBUG: https://app.vagrantup.com:443 "GET /freebsd11/boxes/ HTTP/1.1" 301 113
DEBUG: https://app.vagrantup.com:443 "GET /freebsd11/boxes/boxes HTTP/1.1" 404 None
Bad response from HashiCorp's Vagrant Cloud API: 404 Client Error: Not Found for url: https://app.vagrantup.com/freebsd11/boxes/boxes
OSX sharkys-mbp sharky ~/VMs/freebsd11-zfs ansible 2510
╰─ cat Mechfile
{
"box": "freebsd11",
"name": null,
"url": "https://app.vagrantup.com/roboxes/boxes/freebsd11"
}%
As a workaround I have created my own mechfile. I cloud successfully boot the vm.
{
"box": "roboxes/freebsd11",
"box_version": "1.9.16",
"name": null,
"url": "https://app.vagrantup.com/roboxes/boxes/freebsd11/versions/1.9.16/providers/vmware_desktop.box"
}
I'm trying to import a freebsd box, but this results in the following error.