Closed erangalds closed 1 year ago
having same issue, please let me know if you found a fix
Not yet. Earlier the .vagrant.d folder was in my windows home folder. Thinking that moving it to a separate path might help, I changed the VAGRANT_HOME=D:.vagrant.d folder. Has given full control to all users and administrators. But no luck yet.
I am also having the same bug
Even after deleting the .d.Vagrant directory and running the command with administrator privileges, the same error appears.
OS : Windows11 Version : Vagrant 2.3.5
ERROR warden: Error occurred: Permission denied @ apply2files - C:/Users/a/.vagrant.d/tmp/boxdad4e7ae930f968bc852a3270911766147bfd10c.lock
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x00000219f5ee3ac0>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO environment: Released process lock: machine-action-b90e3cb39f03f2a8a3f3f812c5c4253d
INFO environment: Running hook: environment_unload
INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x00000219f6a7ead8>
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/util/file_mutex.rb:27:in `delete': Permission denied @ apply2files - C:/Users/JungYH/.vagrant.d/tmp/boxdad4e7ae930f968bc852a3270911766147bfd10c.lock (Errno::EACCES)
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/util/file_mutex.rb:27:in `unlock'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/util/file_mutex.rb:15:in `with_lock'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builtin/box_add.rb:484:in `download'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builtin/box_add.rb:204:in `add_from_metadata'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builtin/box_add.rb:128:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/warden.rb:48:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builder.rb:180:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/runner.rb:101:in `block in run'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/util/busy.rb:19:in `busy'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/runner.rb:101:in `run'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builtin/handle_box.rb:83:in `handle_box'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builtin/handle_box.rb:42:in `block in call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builtin/handle_box.rb:36:in `synchronize'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builtin/handle_box.rb:36:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/warden.rb:48:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/warden.rb:127:in `block in finalize_action'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/warden.rb:48:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builder.rb:180:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/runner.rb:101:in `block in run'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/util/busy.rb:19:in `busy'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/runner.rb:101:in `run'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builtin/call.rb:53:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/warden.rb:48:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/providers/virtualbox/action/check_virtualbox.rb:20:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/warden.rb:48:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/builder.rb:180:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/runner.rb:101:in `block in run'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/util/busy.rb:19:in `busy'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/action/runner.rb:101:in `run'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/machine.rb:248:in `action_raw'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/machine.rb:217:in `block in action'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/environment.rb:631:in `lock'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/machine.rb:203:in `call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/machine.rb:203:in `action'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/batch_action.rb:86:in `block (2 levels) in run'
and my vagrantfile
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/focal64"
config.vm.provision :shell, :inline => "sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config; sudo systemctl restart sshd;", run: "always"
config.vm.define "cluster1_node1" do |cluster1_node1|
cluster1_node1.vm.network "private_network", ip: "192.168.30.231"
cluster1_node1.vm.network "forwarded_port", guest: 22, host: 1001
cluster1_node1.vm.hostname = "cluster1Node1"
cluster1_node1.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
end
end
config.vm.define "cluster1_node2" do |cluster1_node2|
cluster1_node2.vm.network "private_network", ip: "192.168.30.232"
cluster1_node2.vm.network "forwarded_port", guest: 22, host: 1002
cluster1_node2.vm.hostname = "cluster1Node2"
cluster1_node2.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
end
end
config.vm.define "cluster1_node3" do |cluster1_node3|
cluster1_node3.vm.network "private_network", ip: "192.168.30.233"
cluster1_node3.vm.network "forwarded_port", guest: 22, host: 1003
cluster1_node3.vm.hostname = "cluster1Node3"
cluster1_node3.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
end
end
config.vm.define "cluster1_node4" do |cluster1_node4|
cluster1_node4.vm.network "private_network", ip: "192.168.30.234"
cluster1_node4.vm.network "forwarded_port", guest: 22, host: 1004
cluster1_node4.vm.hostname = "cluster1Node4"
cluster1_node4.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
end
end
config.vm.define "cluster2_node1" do |cluster2_node1|
cluster2_node1.vm.network "private_network", ip: "192.168.31.231"
cluster2_node1.vm.network "forwarded_port", guest: 22, host: 2001
cluster2_node1.vm.hostname = "cluster2Node1"
cluster2_node1.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
end
end
config.vm.define "cluster2_node2" do |cluster2_node2|
cluster2_node2.vm.network "private_network", ip: "192.168.31.232"
cluster2_node2.vm.network "forwarded_port", guest: 22, host: 2002
cluster2_node2.vm.hostname = "cluster2Node2"
cluster2_node2.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
end
end
config.vm.define "cluster2_node3" do |cluster2_node3|
cluster2_node3.vm.network "private_network", ip: "192.168.31.233"
cluster2_node3.vm.network "forwarded_port", guest: 22, host: 2003
cluster2_node3.vm.hostname = "cluster2Node3"
cluster2_node3.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
end
end
end
same error here, windows 10
I had the same error. I copied the updated file_mutex.rb
file to replace my current version then vagrant up
worked as expected.
Where did you get the new file_mutex.rb
?
I'm having the same issue since Sunday.
Currently running VirtualBox 7.0.8 and Vagrant 2.3.5
Thanks!
There is also a dev build which includes this update available here: https://github.com/hashicorp/vagrant/releases/tag/2.3.6.dev%2B68b3d94
Thanks a lot!
change file_mutex.rb to this: https://github.com/chrisroberts/vagrant/blob/1f26256680a5bc4c78a8e14187aa8a0b926119be/lib/vagrant/util/file_mutex.rb
it should be here if on windows: C:\HashiCorp\Vagrant\embedded\gems\gems\vagrant-2.3.5\lib\vagrant\util\file_mutex.rb
Updated from 2.3.4 to 2.3.6 and started getting this for a working repo.
VM seems to work fine though.
Although vagrant up
now works with the fix mentioned, other vagrant issues persist that are unusual. I believe there is another issue at play. Note vagrant was working just 2 days ago fine. It would be helpful to know what possibly has changed as the changes to the file locking may be a bandaid for deeper issues, however I am a new user and unable to assist deeper.
Install method:
choco install vagrant virtualbox
Commands executed
PS C:\Users\user\vagrant\ubuntu> vagrant -v
Vagrant 2.3.5
PS C:\Users\user\vagrant\ubuntu> vagrant plugin install vagrant-hostmanager
Installing the 'vagrant-hostmanager' plugin. This can take a few minutes...
ERROR: SSL verification error at depth 3: unable to get local issuer certificate (20)
ERROR: You must add /C=US/O=Starfield Technologies, Inc./OU=Starfield Class 2 Certification Authority to your local trusted store
Vagrant failed to load a configured plugin source. This can be caused
by a variety of issues including: transient connectivity issues, proxy
filtering rejecting access to a configured plugin source, or a configured
plugin source not responding correctly. Please review the error message
below to help resolve the issue:
SSL_connect SYSCALL returned=5 errno=0 peeraddr=18.160.181.15:443 state=error: certificate verify failed (https://gems.hashicorp.com/specs.4.8.gz)
Source: https://gems.hashicorp.com/
PS C:\Users\user\vagrant\ubuntu> vagrant share
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/command.rb:6:in `<module:CommandServe>': uninitialized constant VagrantPlugins::CommandServe::Hashicorp (NameError)
SDK = Hashicorp::Vagrant::Sdk
^^^^^^^^^
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/command.rb:4:in `<module:VagrantPlugins>'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/command.rb:3:in `<top (required)>'
from <internal:C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/plugin.rb:12:in `block in <class:Plugin>'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:102:in `block (2 levels) in help'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/registry.rb:49:in `block in each'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/registry.rb:48:in `each'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/registry.rb:48:in `each'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:96:in `block in help'
from C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/3.1.0/optparse.rb:1102:in `initialize'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant.rb:27:in `initialize'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:84:in `new'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:84:in `help'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:53:in `execute'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/environment.rb:301:in `cli'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/bin/vagrant:248:in `<main>'
PS C:\Users\user\vagrant\ubuntu> vagrant --debug
INFO global: Vagrant version: 2.3.5
INFO global: Ruby version: 3.1.3
INFO global: RubyGems version: 3.3.26
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-2.3.5\\bin\\vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/autocomplete/plugin.rb
INFO manager: Registered plugin: autocomplete command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/cap/plugin.rb
INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/cloud/plugin.rb
INFO manager: Registered plugin: vagrant-cloud
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/global-status/plugin.rb
INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/help/plugin.rb
INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/list-commands/plugin.rb
INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/login/plugin.rb
INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/port/plugin.rb
INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/powershell/plugin.rb
INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/provider/plugin.rb
INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/push/plugin.rb
INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/rdp/plugin.rb
INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/plugin.rb
INFO manager: Registered plugin: start Vagrant server
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/snapshot/plugin.rb
INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/ssh_config/plugin.rb
INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/upload/plugin.rb
INFO manager: Registered plugin: upload command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/validate/plugin.rb
INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/version/plugin.rb
INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/winrm/plugin.rb
INFO manager: Registered plugin: winrm command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/winrm_config/plugin.rb
INFO manager: Registered plugin: winrm-config command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/communicators/winrm/plugin.rb
INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/communicators/winssh/plugin.rb
INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/alma/plugin.rb
INFO manager: Registered plugin: Alma guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/alpine/plugin.rb
INFO manager: Registered plugin: Alpine guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/amazon/plugin.rb
INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/atomic/plugin.rb
INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/bsd/plugin.rb
INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/centos/plugin.rb
INFO manager: Registered plugin: CentOS guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/coreos/plugin.rb
INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/darwin/plugin.rb
INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/dragonflybsd/plugin.rb
INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/elementary/plugin.rb
INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/esxi/plugin.rb
INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/funtoo/plugin.rb
INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/haiku/plugin.rb
INFO manager: Registered plugin: Haiku guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/kali/plugin.rb
INFO manager: Registered plugin: Kali guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/mint/plugin.rb
INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/netbsd/plugin.rb
INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/nixos/plugin.rb
INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/openwrt/plugin.rb
INFO manager: Registered plugin: OpenWrt guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/photon/plugin.rb
INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/rocky/plugin.rb
INFO manager: Registered plugin: Rocky guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/slackware/plugin.rb
INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/smartos/plugin.rb
INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/solaris11/plugin.rb
INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/tinycore/plugin.rb
INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/trisquel/plugin.rb
INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/guests/windows/plugin.rb
INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/darwin/plugin.rb
INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/null/plugin.rb
INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/slackware/plugin.rb
INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/suse/plugin.rb
INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/void/plugin.rb
INFO manager: Registered plugin: Void host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/providers/docker/plugin.rb
INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/providers/hyperv/plugin.rb
INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/container/plugin.rb
INFO manager: Registered plugin: container
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/docker/plugin.rb
INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/file/plugin.rb
INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/podman/plugin.rb
INFO manager: Registered plugin: podman
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/salt/plugin.rb
INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/pushes/atlas/plugin.rb
INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/pushes/ftp/plugin.rb
INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/pushes/heroku/plugin.rb
INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/pushes/local-exec/plugin.rb
INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/pushes/noop/plugin.rb
INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/synced_folders/nfs/plugin.rb
INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/synced_folders/rsync/plugin.rb
INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/synced_folders/smb/plugin.rb
INFO manager: Registered plugin: SMB synced folders
INFO vagrant: `vagrant` invoked: ["--debug"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x0000017d35842250>)
INFO environment: - cwd: C:/Users/user/vagrant/ubuntu
INFO environment: Home path: C:/Users/user/.vagrant.d
DEBUG environment: Effective local data path: C:/Users/user/vagrant/ubuntu/.vagrant
INFO environment: Local data path: C:/Users/user/vagrant/ubuntu/.vagrant
DEBUG environment: Creating: C:/Users/user/vagrant/ubuntu/.vagrant
DEBUG manager: Enabling localized plugins
INFO manager: Plugins:
DEBUG solution_file: new solution file instance plugin_file=C:/Users/user/vagrant/ubuntu/.vagrant/plugins.json solution_file=C:/Users/user/vagrant/ubuntu/.vagrant/bundler/local.sol
DEBUG solution_file: missing file so skipping loading
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:C:/Users/user/vagrant/ubuntu/.vagrant/plugins.json:C:/Users/user/vagrant/ubuntu/.vagrant/bundler/local.sol:invalid>
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: generating solution set for configured plugins
DEBUG bundler: Current generated plugin dependency list: []
DEBUG bundler: resolving solution from available specification set
DEBUG bundler: solution set for configured plugins has been resolved
DEBUG bundler: activating solution set
DEBUG bundler: Activating solution set: []
DEBUG solution_file: plugin file does not exist, not storing solution
DEBUG bundler: solution set stored to - <Vagrant::Bundler::SolutionFile:C:/Users/user/vagrant/ubuntu/.vagrant/plugins.json:C:/Users/user/vagrant/ubuntu/.vagrant/bundler/local.sol:invalid>
INFO manager: Loading plugins...
DEBUG manager: Enabling globalized plugins
INFO manager: Plugins:
DEBUG solution_file: new solution file instance plugin_file=C:/Users/user/.vagrant.d/plugins.json solution_file=C:/Users/user/vagrant/ubuntu/.vagrant/bundler/global.sol
DEBUG solution_file: missing file so skipping loading
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:C:/Users/user/.vagrant.d/plugins.json:C:/Users/user/vagrant/ubuntu/.vagrant/bundler/global.sol:invalid>
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: generating solution set for configured plugins
DEBUG bundler: Current generated plugin dependency list: []
DEBUG bundler: resolving solution from available specification set
DEBUG bundler: solution set for configured plugins has been resolved
DEBUG bundler: activating solution set
DEBUG bundler: Activating solution set: []
DEBUG solution_file: plugin file does not exist, not storing solution
DEBUG bundler: solution set stored to - <Vagrant::Bundler::SolutionFile:C:/Users/user/.vagrant.d/plugins.json:C:/Users/user/vagrant/ubuntu/.vagrant/bundler/global.sol:invalid>
INFO manager: Loading plugins...
INFO loader: Set :root = ["#<Pathname:C:/Users/user/vagrant/ubuntu/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:C:/Users/user/vagrant/ubuntu/Vagrantfile>
DEBUG loader: Load procs for pathname: C:/Users/user/vagrant/ubuntu/Vagrantfile
INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "Write-Output $PSVersionTable.PSVersion.Major"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 30
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "(new-object System.Security.Principal.WindowsPrincipal([System.Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([System.Security.Principal.WindowsBuiltInRole]::Administrator)"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "Write-Output ([System.Security.Principal.WindowsIdentity]::GetCurrent().Groups | Select-Object Value | ConvertTo-JSON)"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "$x = (Get-VMHost).Name; if($x -eq [System.Net.Dns]::GetHostName()){ Write-Output 'true'}"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 1
DEBUG base: Windows, checking for VBoxManage on PATH first
INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
DEBUG meta: validating LANG value for virtualbox cli commands
INFO subprocess: Starting process: ["C:\\HashiCorp\\Vagrant\\embedded\\usr\\bin/locale.EXE", "-a"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: list of available C locales: ["C", "C.utf8", "POSIX", "en_US.utf8"]
DEBUG meta: valid variation found for LANG value: C
DEBUG meta: LANG value set: "C"
INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "--version"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
DEBUG base: Windows, checking for VBoxManage on PATH first
INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` as it is the highest priority in the usable list.
INFO loader: Set "920_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "920_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO box_collection: Box found: ubuntu/jammy64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO host: Autodetecting host type for [#<Vagrant::Environment: C:/Users/user/vagrant/ubuntu>]
DEBUG host: Trying: alt
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: suse
DEBUG host: Trying: void
DEBUG host: Trying: bsd
DEBUG host: Trying: linux
DEBUG host: Trying: null
DEBUG host: Trying: windows
INFO host: Detected: windows!
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x0000017d35e09468>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x0000017d365f9ab0>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x0000017d365f9ab0>
INFO loader: Set :"1020_ubuntu/jammy64_virtualbox" = ["#<Pathname:C:/Users/user/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20230518.0.0/virtualbox/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:C:/Users/user/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20230518.0.0/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: C:/Users/user/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20230518.0.0/virtualbox/Vagrantfile
INFO loader: Loading configuration in order: [:"1020_ubuntu/jammy64_virtualbox", :home, :root, "920_machine_default"]
DEBUG loader: Loading from: 1020_ubuntu/jammy64_virtualbox (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO vmconfig: config class lookup for provider :virtualbox gave us base class: VagrantPlugins::ProviderVirtualBox::Config
INFO environment: Running hook: environment_plugins_loaded
INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x0000017d35db57f0>
INFO environment: Running hook: environment_load
INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x0000017d36127500>
DEBUG checkpoint_client: starting plugin check
INFO cli: CLI: [] nil []
INFO environment: Running hook: environment_unload
INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x0000017d36b4b680>
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/command.rb:6:in `<module:CommandServe>': uninitialized constant VagrantPlugins::CommandServe::Hashicorp (NameError)
SDK = Hashicorp::Vagrant::Sdk
^^^^^^^^^
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/command.rb:4:in `<module:VagrantPlugins>'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/command.rb:3:in `<top (required)>'
from <internal:C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/plugins/commands/serve/plugin.rb:12:in `block in <class:Plugin>'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:102:in `block (2 levels) in help'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/registry.rb:49:in `block in each'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/registry.rb:48:in `each'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/registry.rb:48:in `each'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:96:in `block in help'
from C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/3.1.0/optparse.rb:1102:in `initialize'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant.rb:27:in `initialize'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:84:in `new'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:84:in `help'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/cli.rb:53:in `execute'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/environment.rb:301:in `cli'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/bin/vagrant:248:in `<main>'
PS C:\Users\user\vagrant\ubuntu>
@john-clark See #13165 for more information. This dev build includes that changeset and 2.3.6 will be getting released today as well which will include that fix.
I am trying to setup vagrant on my Windows 11 desktop. When I try to issue vagrant up. I get the below error.
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.5/lib/vagrant/util/file_mutex.rb:27:in `delete': Permission denied @ apply2files - D:/.vagrant.d/tmp/boxa31fb6607847dec1062486f580a34db8eacfe59b.lock (Errno::EACCES)
The folder has full control for the running user, administrators and authenticated users. The provider i am using is Hyper-V.