Last active
December 21, 2015 22:08
-
-
Save jhulten/6372755 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[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 |
This file contains hidden or 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
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