Reputation: 481
Just got a new Ubunut Laptop with an SSD. Trying to run my project on Vagrant which works on my desktop (with normal hdd) but I am not able to run it on this laptop. I am getting weird error that php function can not be found. Futher investigation pointed out that the files are not being found when trying to autoload them threw composer and psr0 or psr4 rules.
Upvotes: 0
Views: 34
Reputation: 481
After diging threw --debug outputs i found out that the VBGuest is not being treated right and failing at certain spots in the provision.
I have set a confit.vbguest.auto_update = false
and then installed fresh box.
Dowloaded a VBguest.iso file from VirtualBox website and installed it manually.
After vagrant reload
everything mounted just as expected.
Upvotes: 0