Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: The operation was canceled while trying to boot Centos 7 using vmware provider #115

Open
abdullahabro opened this issue Apr 21, 2024 · 1 comment

Comments

@abdullahabro
Copy link

Vagrant version

Vagrant 2.4.1

Vagrant VMware plugin version

vagrant-vmware-desktop (3.0.3, global)

Vagrant VMware utility version

1.0.22

Host operating system

MacOS Sanoma 14.4

Guest operating system

centos 7

Vagrantfile

Vagrant.configure("2") do |config|
 config.vm.box = "centos/7"

Debug output

https://gist.github.com/abdullahabro/a310eb69f2cac46069aeab7984d3d64a

Expected behavior

Should have spin up a VM machine with Centos 7 using vmware

Actual behavior

Got an error which is shown above in debug file

Steps to reproduce

  1. install the vagrant, and vagrant vm ware provider and utility
  2. Download centos7 for vmware provider
  3. run vmware init centos/7
  4. run vagrant up --provider vmware_desktop

References

None

@chrisroberts
Copy link
Member

Canceled operations are generally due to an issue that vmware encountered and will be recorded in the vmware.log file, located along side the local vmx directory. You can find it within your project directory in: ./.vagrant/machines/default/vmware_desktop/[UUID]/vmware.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants