Skip to content

Instantly share code, notes, and snippets.

@martzcodes
Created July 8, 2015 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martzcodes/0903e3e55a5a90764724 to your computer and use it in GitHub Desktop.
Save martzcodes/0903e3e55a5a90764724 to your computer and use it in GitHub Desktop.
dusty troubleshooting
COMMAND: Dusty Version
OUTPUT:
0.2.1
COMMAND: Dusty Binary
OUTPUT:
True
COMMAND: Daemon Warnings
OUTPUT:
WARNING (preflight): Your virtualbox version (4.3.28) deviates from the supported version (4.3.26).
COMMAND: nginx -v
OUTPUT:
nginx version: nginx/1.8.0
COMMAND: which rsync
OUTPUT:
/usr/bin/rsync
COMMAND: VBoxManage -v
OUTPUT:
4.3.28r100309
COMMAND: boot2docker version
OUTPUT:
Boot2Docker-cli version: v1.7.0
Git commit: 7d89508
COMMAND: boot2docker ssh df -h
OUTPUT:
error in run: Failed to get machine "boot2docker-vm": machine does not exist (Did you run `boot2docker init`?)
COMMAND: docker -v
OUTPUT:
Docker version 1.7.0, build 0baf609
COMMAND: docker-compose --version
OUTPUT:
docker-compose version: 1.3.1
CPython version: 2.7.6
OpenSSL version: OpenSSL 0.9.8zf 19 Mar 2015
COMMAND: cat /etc/hosts
OUTPUT:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
192.168.33.10 local.tryghost.org
COMMAND: cat /etc/dusty/config.yml
OUTPUT:
bundles: []
mac_username: matthewmartz
nginx_includes_dir: /usr/local/etc/nginx/servers
repo_overrides: {}
setup_has_run: true
specs_repo: github.com/gamechanger/dusty-example-specs
vm_memory_size: 6144
COMMAND: VBoxManage showvminfo boot2docker-vm
OUTPUT:
VBoxManage: error: Could not find a registered machine named 'boot2docker-vm'
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports
VBoxManage: error: Context: "FindMachine(Bstr(VMNameOrUuid).raw(), machine.asOutParam())" at line 2611 of file VBoxManageInfo.cpp
COMMAND: ssh-add -l
OUTPUT:
The agent has no identities.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment