This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from blinkreaction/develop
Release v1.0.0
- Loading branch information
Showing
12 changed files
with
105 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0-rc2 | ||
1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Troubleshooting | ||
|
||
## Boot2docker connection timeout | ||
|
||
**Symptoms** | ||
|
||
Boot2docker VM fails to boot after multiple "Warning: Connection timeout. Retrying..." messages. | ||
|
||
<img src="img/b2d-connection-timeout-1.png" /> | ||
|
||
|
||
**Cause** | ||
|
||
Host machine does not have virtualization support (VT-x) or has it disabled. | ||
Confirm by attaching to the VM console. | ||
|
||
<img src="img/b2d-connection-timeout-2.png" /> | ||
|
||
<img src="img/b2d-connection-timeout-3.png" /> | ||
|
||
**Solution** | ||
|
||
Enable VT-x in BIOS. | ||
Machines without VT-x support won't work with Drude / boot2docker-vagrant / 64bit VirtualBox VMs. | ||
|
||
## Various networking issues | ||
|
||
**Symptoms** | ||
|
||
- "Layer already being pulled by another client" | ||
- [Permission Denied while mounting NFS shared folders](https://github.com/blinkreaction/boot2docker-vagrant/issues/27) | ||
- [Stale NFS handle error](https://github.com/blinkreaction/drude/issues/20) | ||
|
||
**Cause** | ||
|
||
VirtualBox ships with a preconfigured DHCP server which gets in the way, sometimes in very unobvious cases. | ||
Sometimes the cause may not be the DHCP server, but a corrupt VM network adapter. | ||
|
||
**Solution** | ||
|
||
1. Note the Host-only Adapter name used by the VM. | ||
|
||
<img src="img/network-adapter-1.png" /> | ||
|
||
2. Open VirtualBox Preferences > Network > Host-only Netowrks and kill that adapter. | ||
|
||
<img src="img/network-adapter-2.png" /> | ||
|
||
3. Restart the VM. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters