I've tried to vagrant up my machine and I get the error default: Warning: Authentication failure. Retrying... endlessly. To try to see what's going on I looked at the virtual machine GUI, which asks for my vvv login. None of the combinations of root, admin, password, anything else seems to get past this prompt.
The Virtualbox GUI will probably show you a standard console. In that case, the default user/pass should be vagrant/vagrant as suggested by the base box guidelines. I'm guessing the issue causing the repeated auth failure is probably related to #375.
I think when you get default: Warning: Authentication failure. Retrying... your VM still booting. I always get 4 ,6 times this messagen and then default: Machine booted and ready!
.
It could also be a MySQL memory issue, I've been coming across this quite frequently recently where trying to login to http://src.wordpress-develop.dev/wp-admin/ using the default admin / password will never actually log me in 馃槥
Try:
SSH into VVV: vagrant ssh
Restart MySQL: sudo service mysql restart
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
The Virtualbox GUI will probably show you a standard console. In that case, the default user/pass should be vagrant/vagrant as suggested by the base box guidelines. I'm guessing the issue causing the repeated auth failure is probably related to #375.