• Resolved txbredred

    (@txbredred)


    I installed VirtualBox and Vagrant to run VVV, but I am having a ton of issues. I am not quite certain I installed correctly. I have a Git acct and use Git Bash. I followed the First Vagrant Up instructions on Git with the exception that I installed VVV via cloning into C:/Projects instead of vagrant-local.

    When I type in http://local.wordpress.dev I do not receive a connection.

    Additionally, what further instructions do I follow to start developing once everything is up and running. Is there a link for a tutorial/manual?

    Here is info from my Bash:
    ‘sh: line 5: C:/Windows/system32/drivers/etc/hosts: Permission denied
    ==> default: Setting hostname…
    ==> default: Configuring and enabling network interfaces…
    ==> default: Mounting shared folders…
    default: /vagrant => C:/Projects
    default: /srv/www => C:/Projects/www
    default: /srv/log => C:/Projects/log
    default: /srv/config => C:/Projects/config
    default: /srv/database => C:/Projects/database
    ==> default: Machine already provisioned. Run vagrant provision or use the --provision
    ==> default: to force provisioning. Provisioners marked to run always will still run.
    ==> default: Running provisioner: shell…
    default: Running: inline script
    ==> default: stdin: is not a tty
    ==> default: mysql stop/waiting
    ==> default: mysql start/running, process 2631
    ==> default: Running provisioner: shell…
    default: Running: inline script
    ==> default: stdin: is not a tty
    ==> default: * Restarting nginx nginx
    ==> default: …done.

    TRM@TRM-PC /c/Projects
    $ vagrant ssh
    Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-44-generic x86_64)

    * Documentation: https://help.ubuntu.com/

    System information as of Sat Jan 17 23:25:29 UTC 2015

    System load: 0.82 Processes: 95
    Usage of /: 4.2% of 39.34GB Users logged in: 0
    Memory usage: 17% IP address for eth0: 10.0.2.15
    Swap usage: 0% IP address for eth1: 192.168.50.4

    Graph this data and manage this system at:
    https://landscape.canonical.com/

    Get cloud support with Ubuntu Advantage Cloud Guest:
    http://www.ubuntu.com/business/services/cloud

    0 packages can be updated.
    0 updates are security updates.

    You have new mail.
    Last login: Sat Jan 17 22:32:40 2015 from 10.0.2.2
    vagrant@vvv:~$’

Viewing 3 replies - 1 through 3 (of 3 total)
  • It sounds like you may need the support channel for VVV rather than for WordPress at this point.

    WordPress and Vagrant Mailing list

    VVV Wiki

    Thread Starter txbredred

    (@txbredred)

    Already tried that and I have read all over the internet for hours without any success. Strange thing happened during that time; left vagrant open, a window quickly opened and closed, too fast to read, but I could tell it had something to do with MySQL.

    I typed the IP 192.168.50.4 in the address bar and now I am connected to the server, BUT when I click on the local.wordpress.dev link I get can’t display page. When I click on Fix Connection Issues, I receive the following alerts.

    The device or resource (local.wordpress.dev) is not set up to accept connections on port “The World Wide Web service (HTTP)”.

    Hopefully, when I figure out what to do with that info I will be up and running.

    Thanks for the response and links!

    Thread Starter txbredred

    (@txbredred)

    Problem Solved! Finally, figured it out myself. Here’s how:

    Reset my hosts file located in: C:/Windows/System32/drivers/etc
    using Microsoft’s Fixit Wizard found here: http://support.microsoft.com/kb/972034/en-us

    If this does not fix the problem for anyone else, here are other suggestions from my post over on github: https://github.com/Varying-Vagrant-Vagrants/VVV/issues/550

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot Connect Locally with VVV after Install’ is closed to new replies.