Skip to content

Instantly share code, notes, and snippets.

@ngbinh
Created April 22, 2015 19:13
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 ngbinh/ae7734f01aa333b9de0d to your computer and use it in GitHub Desktop.
Save ngbinh/ae7734f01aa333b9de0d to your computer and use it in GitHub Desktop.
deisctl status deis-registry@1
deisctl status deis-registry@1
● deis-registry@1.service - deis-registry
Loaded: loaded (/run/fleet/units/deis-registry@1.service; linked-runtime; vendor preset: disabled)
Active: active (running) since Wed 2015-04-22 19:02:25 UTC; 9min ago
Process: 12222 ExecStartPre=/bin/sh -c docker inspect deis-registry >/dev/null 2>&1 && docker rm -f deis-registry || true (code=exited, status=0/SUCCESS)
Process: 12169 ExecStartPre=/bin/sh -c IMAGE=`/run/deis/bin/get_image /deis/registry` && docker history $IMAGE >/dev/null 2>&1 || docker pull $IMAGE (code=exited, status=0/SUCCESS)
Process: 12154 ExecStartPre=/usr/bin/etcdctl mkdir /deis/cache >/dev/null 2>&1 (code=exited, status=4)
Main PID: 12231 (sh)
CGroup: /system.slice/system-deis\x2dregistry.slice/deis-registry@1.service
├─12231 /bin/sh -c IMAGE=`/run/deis/bin/get_image /deis/registry` && docker run --name deis-registry --rm -p 5000:5000 -e EXTERNAL_PORT=5000 -e HOST=$COREOS_PRIVATE_IPV4 $IMAGE
└─12250 docker run --name deis-registry --rm -p 5000:5000 -e EXTERNAL_PORT=5000 -e HOST=172.31.27.128 deis/registry:v1.5.1
Apr 22 19:10:55 ip-172-31-27-128.ec2.internal sh[12231]: 2015-04-22T19:10:55Z c91d193de316 confd[61]: ERROR template: create_bucket:9:31: executing "create_bucket" at <getv "/deis/store/ga...>: error calling getv: key does not exist
Apr 22 19:10:55 ip-172-31-27-128.ec2.internal sh[12231]: 2015-04-22T19:10:55Z c91d193de316 confd[61]: ERROR template: config.yml:104:18: executing "config.yml" at <getv "/deis/store/ga...>: error calling getv: key does not exist
Apr 22 19:10:55 ip-172-31-27-128.ec2.internal sh[12231]: 2015-04-22T19:10:55Z c91d193de316 confd[61]: ERROR template: create_bucket:9:31: executing "create_bucket" at <getv "/deis/store/ga...>: error calling getv: key does not exist
Apr 22 19:10:55 ip-172-31-27-128.ec2.internal sh[12231]: 2015-04-22T19:10:55Z c91d193de316 confd[61]: ERROR template: config.yml:104:18: executing "config.yml" at <getv "/deis/store/ga...>: error calling getv: key does not exist
Apr 22 19:10:55 ip-172-31-27-128.ec2.internal sh[12231]: 2015-04-22T19:10:55Z c91d193de316 confd[61]: ERROR template: create_bucket:9:31: executing "create_bucket" at <getv "/deis/store/ga...>: error calling getv: key does not exist
Apr 22 19:10:55 ip-172-31-27-128.ec2.internal sh[12231]: 2015-04-22T19:10:55Z c91d193de316 confd[61]: ERROR template: create_bucket:9:31: executing "create_bucket" at <getv "/deis/store/ga...>: error calling getv: key does not exist
Apr 22 19:10:55 ip-172-31-27-128.ec2.internal sh[12231]: 2015-04-22T19:10:55Z c91d193de316 confd[61]: ERROR template: config.yml:104:18: executing "config.yml" at <getv "/deis/store/ga...>: error calling getv: key does not exist
Apr 22 19:10:55 ip-172-31-27-128.ec2.internal sh[12231]: 2015-04-22T19:10:55Z c91d193de316 confd[61]: ERROR template: config.yml:104:18: executing "config.yml" at <getv "/deis/store/ga...>: error calling getv: key does not exist
Apr 22 19:11:23 ip-172-31-27-128.ec2.internal sh[12231]: Error: 100: Key not found (/deis/registry/masterLock) [106459799]
Apr 22 19:12:09 ip-172-31-27-128.ec2.internal sh[12231]: Error: 100: Key not found (/deis/registry/masterLock) [106460277]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment