Skip to content

Include common Troubleshooting issues section and Windows7 issue #765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion homestead.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,15 @@ The following ports are forwarded to your Homestead environment:
- **SSH:** 2222 -> Forwards To 22
- **HTTP:** 8000 -> Forwards To 80
- **MySQL:** 33060 -> Forwards To 3306
- **Postgres:** 54320 -> Forwards To 5432
- **Postgres:** 54320 -> Forwards To 5432

<a name="troubleshooting"></a>
## Troubleshooting

### Connection timeout

If you are running Windows based OS, and receive multiple `Warning: Connection timeout. Retrying...` errors during `Vagrant Up` - you may required hardware virtualisation (VT-x) enabled on your processor to install a 64bit Virtualbox.

Use this tool from Microsoft to see if VT-x is enabled - http://www.microsoft.com/en-za/download/details.aspx?

If it is not enabled - you will need to enable it in your BIOS setting.