Skip to content

Instantly share code, notes, and snippets.

View skeeith's full-sized avatar

Gether Medel skeeith

  • Bacolod City, Philippines
View GitHub Profile
$ vagrant up
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Box 'laravel/homestead' could not be found. Attempting to find and install...
homestead: Box Provider: virtualbox
homestead: Box Version: >= 13.0.0, < 14.0.0
==> homestead: Loading metadata for box 'laravel/homestead'
homestead: URL: https://vagrantcloud.com/api/v2/vagrant/laravel/homestead
The box you're attempting to add has no available version that
matches the constraints you requested. Please double-check your
settings. Also verify that if you specified version constraints,
00:00:00.001680 main VirtualBox COM Server 6.1.38 r153438 win.amd64 (Sep 1 2022 14:20:23) release log
00:00:00.001682 main Log opened 2022-10-02T18:19:12.065167800Z
00:00:00.001682 main Build Type: release
00:00:00.001685 main OS Product: Windows 11
00:00:00.001686 main OS Release: 10.0.22621
00:00:00.001686 main OS Service Pack:
00:00:00.019741 main DMI Product Name: ZenBook UX325EA_UX325EA
00:00:00.028030 main DMI Product Version: 1.0
00:00:00.028038 main Firmware type: UEFI
00:00:00.028367 main Secure Boot: VERR_PRIVILEGE_NOT_HELD
@skeeith
skeeith / gist:7a99c1308af668250e0523455798c403
Created October 2, 2022 18:09
vagrant up --debug output (--type headless is the issue)
DEBUG is_env_set: Checking if env is set: 'cloud_init'
DEBUG is_env_set: - Result: true
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::IsEnvSet:0x000002a6b77ff188>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x000002a6b74ad458>
INFO warden: Calling IN action: #<Proc:0x000002a6b736f5a0 C:/HashiCorp/Vagrant/embedded/gems/2.3.1/gems/vagrant-2.3.1/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::CloudInitSetup:0x000002a6b74ad390>
INFO warden: Calling IN action: #<Proc:0x000002a6b747e568 C:/HashiCorp/Vagrant/embedded/gems/2.3.1/gems/vagrant-2.3.1/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::CleanupDisks:0x000002a6b75c7ca8>
INFO disk: No previous disk_meta file defined for guest homestead
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Disk:0x000002a6b75de110>
@skeeith
skeeith / gist:68818a0b4fed111c30436f897d7b29fe
Last active October 2, 2022 17:30
Vagrant Destroy & Up Output
$ vagrant destroy
homestead: Are you sure you want to destroy the 'homestead' VM? [y/N] y
==> homestead: Forcing shutdown of VM...
==> homestead: Destroying VM and associated drives...
$ vagrant up
$ vagrant up
Bringing machine 'homestead' up with 'virtualbox' provider...