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.configure(2)do |config|
config.vm.box_check_update=falseconfig.vm.box="generic/ubuntu1604"config.vm.provider:vmware_workstationdo |v,override|
v.vmx["memsize"]="2048"v.vmx["numvcpus"]="2"#v.force_vmware_license = "professional" # when doing it here it worksendend
Debug output
vagrant vmware utility:
2023-06-14T07:11:36.957+0200 [DEBUG] vagrant-vmware-utility.api: initial vmware information loaded: license=ws.fusion.pro.vl
2023-06-14T07:11:36.957+0200 [DEBUG] vagrant-vmware-utility.api: normalized vmware information: license=standard
2023-06-14T07:11:36.957+0200 [DEBUG] vagrant-vmware-utility.api: creating new simple driver
2023-06-14T07:11:36.957+0200 [INFO] vagrant-vmware-utility.api: attempting to upgrade to vmrest driver
2023-06-14T07:11:36.957+0200 [WARN] vagrant-vmware-utility.api.vmrest: standard vmware license detected, using fallback
Starting the Vagrant VMware API service
...
vagrant up:
Bringing machine 'default' up with 'vmware_workstation' provider...
==> default: Cloning VMware VM: 'generic/ubuntu1604'. This can take some time...
An error occurred while executing vmrun, a utility for controlling
VMware machines. The command and output are below:
Vagrant version
2.3.6
Vagrant VMware plugin version
vagrant-vmware-desktop (3.0.3, global)
Vagrant VMware utility version
1.0.22
Host operating system
Archlinux
Guest operating system
Ubuntu 16.04
Vagrantfile
Debug output
vagrant vmware utility:
2023-06-14T07:11:36.957+0200 [DEBUG] vagrant-vmware-utility.api: initial vmware information loaded: license=ws.fusion.pro.vl
2023-06-14T07:11:36.957+0200 [DEBUG] vagrant-vmware-utility.api: normalized vmware information: license=standard
2023-06-14T07:11:36.957+0200 [DEBUG] vagrant-vmware-utility.api: creating new simple driver
2023-06-14T07:11:36.957+0200 [INFO] vagrant-vmware-utility.api: attempting to upgrade to vmrest driver
2023-06-14T07:11:36.957+0200 [WARN] vagrant-vmware-utility.api.vmrest: standard vmware license detected, using fallback
Starting the Vagrant VMware API service
...
vagrant up:
Bringing machine 'default' up with 'vmware_workstation' provider...
==> default: Cloning VMware VM: 'generic/ubuntu1604'. This can take some time...
An error occurred while executing
vmrun
, a utility for controllingVMware machines. The command and output are below:
Command: ["-T", "player", "snapshot", "/home/marko/.vagrant.d/boxes/generic-VAGRANTSLASH-ubuntu1604/4.2.16/vmware_desktop/generic-ubuntu1604-vmware.vmx", "06ca91b2-0c17-41ac-b86b-7ffe61ec8d2b", {:notify=>[:stdout, :stderr]}]
Stdout: Error: The operation is not supported
Expected behavior
license_override should be respected from /opt/vagrant-vmware-desktop/config/service.hcl
core {
level = "debug"
}
api {
port = 9922
license_override = "professional"
}
Actual behavior
Fallback to "standard" always, and result in vmrun error as written above
Steps to reproduce
The text was updated successfully, but these errors were encountered: