Skip to content

Instantly share code, notes, and snippets.

@mopemope
Created December 4, 2014 01:54
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 mopemope/9d8c1729c393e58e8ac6 to your computer and use it in GitHub Desktop.
Save mopemope/9d8c1729c393e58e8ac6 to your computer and use it in GitHub Desktop.
Roket Demo Debug Log
💀 arch-xps λ sudo ./bin/rkt --debug run https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.4/etcd-v0.5.0-alpha.4-linux-amd64.aci (git)-[master][~/go/.../coreos/rocket]
2014/12/04 10:52:27 Unpacking stage1 rootfs
2014/12/04 10:52:28 Writing stage1 init
2014/12/04 10:52:28 Wrote filesystem to /var/lib/rkt/containers/2cf348cd-42a8-4961-8094-effa76e002f9
2014/12/04 10:52:28 Loading image sha256-f9215c18b86f406c7cec4c7b45fd8752b5bfd1a492507d647821c2ce593fbf31
2014/12/04 10:52:28 Writing container manifest
2014/12/04 10:52:28 Pivoting to filesystem /var/lib/rkt/containers/2cf348cd-42a8-4961-8094-effa76e002f9
2014/12/04 10:52:28 Execing stage1/init
Spawning container stage1 on /var/lib/rkt/containers/2cf348cd-42a8-4961-8094-effa76e002f9/stage1.
Press ^] three times within 1s to kill container.
Timezone Asia/Tokyo does not exist in container, not updating container timezone.
systemd 215 running in system mode. (-PAM -AUDIT -SELINUX +IMA -SYSVINIT +LIBCRYPTSETUP -GCRYPT -ACL -XZ +SECCOMP -APPARMOR)
Detected virtualization 'systemd-nspawn'.
Detected architecture 'x86-64'.
Welcome to Linux!
Initializing machine ID from container UUID.
[ OK ] Created slice -.slice.
[ OK ] Created slice system.slice.
Starting Graceful exit watcher...
[ OK ] Started Graceful exit watcher.
Starting coreos.com/etcd...
[ OK ] Started coreos.com/etcd.
[ OK ] Reached target Rocket apps target.
2014/12/04 01:52:28 no data-dir provided, using default data-dir ./default.etcd
2014/12/04 01:52:28 etcd: listening for peers on http://localhost:2380
2014/12/04 01:52:28 etcd: listening for peers on http://localhost:7001
2014/12/04 01:52:28 etcd: listening for client requests on http://localhost:2379
2014/12/04 01:52:28 etcd: listening for client requests on http://localhost:4001
2014/12/04 01:52:28 etcdserver: name = default
2014/12/04 01:52:28 etcdserver: data dir = default.etcd
2014/12/04 01:52:28 etcdserver: snapshot count = 10000
2014/12/04 01:52:28 etcdserver: advertise client URLs = http://localhost:2379,http://localhost:4001
2014/12/04 01:52:28 etcdserver: initial advertise peer URLs = http://localhost:2380,http://localhost:7001
2014/12/04 01:52:28 etcdserver: initial cluster = default=http://localhost:2380,default=http://localhost:7001
2014/12/04 01:52:28 etcdserver: start member ce2a822cea30bfca in cluster 7e27652122e8b2ae
2014/12/04 01:52:28 etcdserver: added local member ce2a822cea30bfca [http://localhost:2380 http://localhost:7001] to cluster 7e27652122e8b2ae
2014/12/04 01:52:29 raft: elected leader ce2a822cea30bfca at term 1
2014/12/04 01:52:29 etcdserver: published {Name:default ClientURLs:[http://localhost:2379 http://localhost:4001]} to cluster 7e27652122e8b2ae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment