Vagrant up fails with stdin, start, ssh, stderr & stdout errors

admin

Administrator
Staff member
I cannot for the life of me...after reinstalling all things VVV/VBox(4.3.10) &amp; running vagrant up --provision figure out why this beauty(VVV) wont run. I'm unable to access any of the wordpress sites such as <a href="http://local.wordpress.dev/">http://local.wordpress.dev/</a>.

Specs:
Windows 8.1
Cygwin

Final lines after running the cmd ->
vagrant up --provision

Code:
==&gt; default: http://gruntjs.com/getting-started
==&gt; default: Downloading phpMyAdmin 4.1.14...
==&gt; default: Restart Nginx...
==&gt; default:  * Restarting nginx nginx
==&gt; default:    ...done.
==&gt; default: Cleaning the virtual machine's /etc/hosts file...
==&gt; default: Adding domains to the virtual machine's /etc/hosts file...
==&gt; default:  * Added vvv.dev from /srv/www/vvv-hosts
==&gt; default:  * Added local.wordpress.dev from /srv/www/vvv-hosts
==&gt; default:  * Added local.wordpress-trunk.dev from /srv/www/vvv-hosts
==&gt; default:  * Added src.wordpress-develop.dev from /srv/www/vvv-hosts
==&gt; default:  * Added build.wordpress-develop.dev from /srv/www/vvv-hosts
==&gt; default: -----------------------------
==&gt; default: Provisioning complete in 1636 seconds
==&gt; default: External network connection established, packages up to date.
==&gt; default: For further setup instructions, visit http://vvv.dev
==&gt; default: Running provisioner: shell...
    default: Running: inline script
==&gt; default: stdin: is not a tty
==&gt; default: start: Job is already running: mysql
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

chmod +x /tmp/vagrant-shell &amp;&amp; /tmp/vagrant-shell

Stdout from the command:



Stderr from the command:

stdin: is not a tty
start: Job is already running: mysql

Where am I going wrong?