Sunday, October 14, 2018

Tech Notes :- Vagrant up error (193) with virtualbox on windows

I always use vagrant to bring up the required Virtual Machines with virtual box.Unfortunately, this time vagrant up was throwing below error.

There was an error running VBoxManage. This is usually a permission
problem or installation problem with VirtualBox itself, and not Vagrant.
Please note the error message below (if any), resolve the issue, and
try Vagrant again.

 (193)

Tried different options to solve this, but nothing worked. As a last option, I searched for any corrupt  VBoxManage.exe and there you go, there was another 0-byte copy in c:\windows\system32. I just deleted that file and then vagrant up worked as usual.


Related Posts Plugin for WordPress, Blogger...