Skip to content

Instantly share code, notes, and snippets.

@jhulten
Last active December 21, 2015 22:08
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 jhulten/6372755 to your computer and use it in GitHub Desktop.
Save jhulten/6372755 to your computer and use it in GitHub Desktop.
[debug] api.go:985 Calling GET /images/json
2013/08/28 16:40:30 GET /v1.4/images/json
[debug] api.go:985 Calling POST /containers/create
2013/08/28 16:41:39 POST /v1.4/containers/create
[debug] api.go:985 Calling POST /containers/{name:.*}/start
2013/08/28 16:41:39 POST /v1.4/containers/71659d36a6fc/start
[debug] container.go:852 Waiting for process
[debug] api.go:985 Calling POST /containers/{name:.*}/attach
2013/08/28 16:41:39 POST /v1.4/containers/71659d36a6fc/attach?logs=1&stderr=1&stdout=1&stream=1
[debug] container.go:448 [start] attach stdout
[debug] container.go:486 [start] attach stderr
[debug] container.go:528 Waiting for job 1/2
[debug] container.go:862 71659d36a6fc5dc53260cc49a7720464a0646676682eee2c7b541de1e60398ad: Process: exit status 255
[debug] container.go:865 Process finished
[debug] container.go:463 [end] attach stdout
[debug] container.go:501 [end] attach stderr
[debug] container.go:533 Job 1 completed successfully
[debug] container.go:528 Waiting for job 2/2
[debug] container.go:533 Job 2 completed successfully
[debug] container.go:535 All jobs completed successfully
Kernel config /proc/config.gz not found, looking in other places...
Found kernel config file /boot/config-3.8.0-29-generic
--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: missing
Network namespace: enabled
Multiple /dev/pts instances: enabled
--- Control groups ---
Cgroup: enabled
Cgroup namespace: required
Cgroup device: enabled
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: missing
Cgroup cpuset: enabled
--- Misc ---
Veth pair device: enabled
Macvlan: enabled
Vlan: enabled
File capabilities: enabled
Note : Before booting a new kernel, you can check its configuration
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment