Last active
August 29, 2015 14:00
-
-
Save nelsnelson/11298117 to your computer and use it in GitHub Desktop.
Failure to start a container with 'lxc.seccomp' option set
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
2 | |
blacklist | |
mknod errno 0 |
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
When starting a container with any template to verify it works, and then modifying the generated configuration by adding the 'lxc.seccomp' option, and restarting the container, I get this error: | |
# lxc-create -n test -t ubuntu | |
[ creates successfully ] | |
# lxc-start -n test -d | |
# lxc-attach -n test -- bash | |
root@test:/# exit | |
exit | |
# lxc-stop -n test | |
# echo 'lxc.seccomp = /tmp/whitelist' | tee -a /var/lib/lxc/test/config | |
lxc.seccomp = /tmp/whitelist | |
# lxc-start -n test -d -l TRACE -o /tmp/lxc.log | |
lxc-start: command get_cgroup failed to receive response | |
No combination or configuration of syscall enumerations in the whitelist appears to make any difference. |
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
lxc-start 1398614587.832 INFO lxc_start_ui - using rcfile /var/lib/lxc/test/config | |
lxc-start 1398614587.832 WARN lxc_log - lxc_log_init called with log already initialized | |
lxc-start 1398614587.834 INFO lxc_lsm - LSM security driver SELinux | |
lxc-start 1398614587.834 INFO lxc_seccomp - processing: .mknod. | |
lxc-start 1398614587.835 DEBUG lxc_conf - allocated pty '/dev/pts/2' (5/6) | |
lxc-start 1398614587.835 DEBUG lxc_conf - allocated pty '/dev/pts/3' (7/8) | |
lxc-start 1398614587.835 DEBUG lxc_conf - allocated pty '/dev/pts/4' (9/10) | |
lxc-start 1398614587.835 DEBUG lxc_conf - allocated pty '/dev/pts/5' (11/12) | |
lxc-start 1398614587.835 INFO lxc_conf - tty's configured | |
lxc-start 1398614587.835 DEBUG lxc_start - sigchild handler set | |
lxc-start 1398614587.835 DEBUG lxc_console - no console peer | |
lxc-start 1398614587.835 INFO lxc_start - 'test' is initialized | |
lxc-start 1398614587.837 INFO lxc_monitor - using monitor sock name lxc/ad055575fe28ddd5//var/lib/lxc | |
lxc-start 1398614587.839 DEBUG lxc_start - Not dropping cap_sys_boot or watching utmp | |
lxc-start 1398614587.840 INFO lxc_cgroup - cgroup driver cgroupfs initing for test | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.deny' set to 'a' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c *:* m' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'b *:* m' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:3 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:5 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:0 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:1 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:8 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:9 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:2 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 136:* rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 254:0 rm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:229 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:200 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:7 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:228 rwm' | |
lxc-start 1398614587.843 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:232 rwm' | |
lxc-start 1398614587.843 INFO lxc_cgfs - cgroup has been setup | |
lxc-start 1398614587.843 INFO lxc_conf - 'test' hostname has been setup | |
lxc-start 1398614587.843 INFO lxc_conf - network has been setup | |
lxc-start 1398614587.844 DEBUG lxc_conf - mounted '/var/lib/lxc/test/rootfs' on '/usr/lib/lxc/rootfs' | |
lxc-start 1398614587.844 DEBUG lxc_conf - Set exec command to /sbin/init | |
lxc-start 1398614587.844 INFO lxc_conf - Autodev not required. | |
lxc-start 1398614587.844 INFO lxc_conf - mount points have been setup | |
lxc-start 1398614587.844 DEBUG lxc_conf - mounted 'proc' on '/usr/lib/lxc/rootfs/proc', type 'proc' | |
lxc-start 1398614587.845 DEBUG lxc_conf - mounted 'sysfs' on '/usr/lib/lxc/rootfs/sys', type 'sysfs' | |
lxc-start 1398614587.845 DEBUG lxc_conf - remounting /sys/fs/fuse/connections on /usr/lib/lxc/rootfs/sys/fs/fuse/connections to respect bind or remount options | |
lxc-start 1398614587.845 DEBUG lxc_conf - mounted '/sys/fs/fuse/connections' on '/usr/lib/lxc/rootfs/sys/fs/fuse/connections', type 'none' | |
lxc-start 1398614587.845 DEBUG lxc_conf - remounting /sys/kernel/debug on /usr/lib/lxc/rootfs/sys/kernel/debug to respect bind or remount options | |
lxc-start 1398614587.845 DEBUG lxc_conf - mounted '/sys/kernel/debug' on '/usr/lib/lxc/rootfs/sys/kernel/debug', type 'none' | |
lxc-start 1398614587.845 DEBUG lxc_conf - remounting /sys/kernel/security on /usr/lib/lxc/rootfs/sys/kernel/security to respect bind or remount options | |
lxc-start 1398614587.845 DEBUG lxc_conf - mounted '/sys/kernel/security' on '/usr/lib/lxc/rootfs/sys/kernel/security', type 'none' | |
lxc-start 1398614587.845 INFO lxc_conf - failed to mount '/sys/fs/pstore' on '/usr/lib/lxc/rootfs/sys/fs/pstore' (optional): No such file or directory | |
lxc-start 1398614587.845 INFO lxc_conf - mount points have been setup | |
lxc-start 1398614587.845 INFO lxc_conf - created /usr/lib/lxc/rootfs/dev/lxc | |
lxc-start 1398614587.845 INFO lxc_conf - console has been setup on lxc/console | |
lxc-start 1398614587.845 INFO lxc_conf - 4 tty(s) has been setup | |
lxc-start 1398614587.845 INFO lxc_conf - I am 1, /proc/self points to '1' | |
lxc-start 1398614587.845 DEBUG lxc_conf - created '/usr/lib/lxc/rootfs/lxc_putold' directory | |
lxc-start 1398614587.845 DEBUG lxc_conf - mountpoint for old rootfs is '/usr/lib/lxc/rootfs/lxc_putold' | |
lxc-start 1398614587.845 DEBUG lxc_conf - pivot_root syscall to '/usr/lib/lxc/rootfs' successful | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/dev/pts' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/run/lock' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/run/shm' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/sys/fs/selinux' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/sys/fs/cgroup' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/proc' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/var/lib/nfs/rpc_pipefs' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/dev' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/run' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold/sys' | |
lxc-start 1398614587.845 DEBUG lxc_conf - umounted '/lxc_putold' | |
lxc-start 1398614587.845 INFO lxc_conf - created new pts instance | |
lxc-start 1398614587.845 INFO lxc_conf - set personality to '0x0' | |
lxc-start 1398614587.845 DEBUG lxc_conf - drop capability 'sys_module' (16) | |
lxc-start 1398614587.845 DEBUG lxc_conf - drop capability 'mac_admin' (33) | |
lxc-start 1398614587.845 DEBUG lxc_conf - drop capability 'mac_override' (32) | |
lxc-start 1398614587.845 DEBUG lxc_conf - drop capability 'sys_time' (25) | |
lxc-start 1398614587.845 DEBUG lxc_conf - capabilities have been setup | |
lxc-start 1398614587.845 NOTICE lxc_conf - 'test' is setup. | |
lxc-start 1398614587.845 DEBUG lxc_cgfs - cgroup 'devices.deny' set to 'a' | |
lxc-start 1398614587.845 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c *:* m' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'b *:* m' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:3 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:5 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:0 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:1 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:8 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:9 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:2 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 136:* rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 254:0 rm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:229 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:200 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:7 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:228 rwm' | |
lxc-start 1398614587.846 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:232 rwm' | |
lxc-start 1398614587.846 INFO lxc_cgfs - cgroup has been setup | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 4 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 5 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 6 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 7 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 8 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 9 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 10 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 11 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 12 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 14 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 15 | |
lxc-start 1398614587.846 WARN lxc_start - inherited fd 16 | |
lxc-start 1398614587.846 NOTICE lxc_start - exec'ing '/sbin/init' | |
lxc-start 1398614587.847 NOTICE lxc_start - '/sbin/init' started with pid '21892' | |
lxc-start 1398614587.847 WARN lxc_start - invalid pid for SIGCHLD | |
lxc-start 1398614587.847 DEBUG lxc_commands - peer has disconnected | |
lxc-start 1398614587.847 DEBUG lxc_commands - peer has disconnected | |
lxc-start 1398614587.847 DEBUG lxc_commands - 'test' is in 'RUNNING' state | |
lxc-start 1398614587.852 DEBUG lxc_start - container init process exited | |
lxc-start 1398614587.852 DEBUG lxc_start - Container violated its seccomp policy | |
lxc-start 1398614587.852 INFO lxc_error - child <21892> ended on signal (31) |
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
lxc-start 1398611507.418 INFO lxc_start_ui - using rcfile /var/lib/lxc/test/config | |
lxc-start 1398611507.418 WARN lxc_log - lxc_log_init called with log already initialized | |
lxc-start 1398611507.420 INFO lxc_lsm - LSM security driver SELinux | |
lxc-start 1398611507.421 DEBUG lxc_conf - allocated pty '/dev/pts/2' (5/6) | |
lxc-start 1398611507.421 DEBUG lxc_conf - allocated pty '/dev/pts/3' (7/8) | |
lxc-start 1398611507.421 DEBUG lxc_conf - allocated pty '/dev/pts/4' (9/10) | |
lxc-start 1398611507.421 DEBUG lxc_conf - allocated pty '/dev/pts/5' (11/12) | |
lxc-start 1398611507.421 INFO lxc_conf - tty's configured | |
lxc-start 1398611507.421 DEBUG lxc_start - sigchild handler set | |
lxc-start 1398611507.421 DEBUG lxc_console - no console peer | |
lxc-start 1398611507.421 INFO lxc_start - 'test' is initialized | |
lxc-start 1398611507.423 INFO lxc_monitor - using monitor sock name lxc/ad055575fe28ddd5//var/lib/lxc | |
lxc-start 1398611507.426 DEBUG lxc_start - Not dropping cap_sys_boot or watching utmp | |
lxc-start 1398611507.426 INFO lxc_cgroup - cgroup driver cgroupfs initing for test | |
lxc-start 1398611507.428 DEBUG lxc_cgfs - cgroup 'devices.deny' set to 'a' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c *:* m' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'b *:* m' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:3 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:5 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:0 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:1 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:8 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:9 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:2 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 136:* rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 254:0 rm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:229 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:200 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:7 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:228 rwm' | |
lxc-start 1398611507.429 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:232 rwm' | |
lxc-start 1398611507.429 INFO lxc_cgfs - cgroup has been setup | |
lxc-start 1398611507.429 INFO lxc_conf - 'test' hostname has been setup | |
lxc-start 1398611507.429 INFO lxc_conf - network has been setup | |
lxc-start 1398611507.438 DEBUG lxc_conf - mounted '/var/lib/lxc/test/rootfs' on '/usr/lib/lxc/rootfs' | |
lxc-start 1398611507.438 DEBUG lxc_conf - Set exec command to /sbin/init | |
lxc-start 1398611507.438 INFO lxc_conf - Autodev not required. | |
lxc-start 1398611507.438 INFO lxc_conf - mount points have been setup | |
lxc-start 1398611507.438 DEBUG lxc_conf - mounted 'proc' on '/usr/lib/lxc/rootfs/proc', type 'proc' | |
lxc-start 1398611507.438 DEBUG lxc_conf - mounted 'sysfs' on '/usr/lib/lxc/rootfs/sys', type 'sysfs' | |
lxc-start 1398611507.438 DEBUG lxc_conf - remounting /sys/fs/fuse/connections on /usr/lib/lxc/rootfs/sys/fs/fuse/connections to respect bind or remount options | |
lxc-start 1398611507.438 DEBUG lxc_conf - mounted '/sys/fs/fuse/connections' on '/usr/lib/lxc/rootfs/sys/fs/fuse/connections', type 'none' | |
lxc-start 1398611507.438 DEBUG lxc_conf - remounting /sys/kernel/debug on /usr/lib/lxc/rootfs/sys/kernel/debug to respect bind or remount options | |
lxc-start 1398611507.438 DEBUG lxc_conf - mounted '/sys/kernel/debug' on '/usr/lib/lxc/rootfs/sys/kernel/debug', type 'none' | |
lxc-start 1398611507.438 DEBUG lxc_conf - remounting /sys/kernel/security on /usr/lib/lxc/rootfs/sys/kernel/security to respect bind or remount options | |
lxc-start 1398611507.438 DEBUG lxc_conf - mounted '/sys/kernel/security' on '/usr/lib/lxc/rootfs/sys/kernel/security', type 'none' | |
lxc-start 1398611507.438 INFO lxc_conf - failed to mount '/sys/fs/pstore' on '/usr/lib/lxc/rootfs/sys/fs/pstore' (optional): No such file or directory | |
lxc-start 1398611507.438 INFO lxc_conf - mount points have been setup | |
lxc-start 1398611507.438 INFO lxc_conf - created /usr/lib/lxc/rootfs/dev/lxc | |
lxc-start 1398611507.438 INFO lxc_conf - console has been setup on lxc/console | |
lxc-start 1398611507.438 INFO lxc_conf - 4 tty(s) has been setup | |
lxc-start 1398611507.438 INFO lxc_conf - I am 1, /proc/self points to '1' | |
lxc-start 1398611507.438 DEBUG lxc_conf - created '/usr/lib/lxc/rootfs/lxc_putold' directory | |
lxc-start 1398611507.438 DEBUG lxc_conf - mountpoint for old rootfs is '/usr/lib/lxc/rootfs/lxc_putold' | |
lxc-start 1398611507.438 DEBUG lxc_conf - pivot_root syscall to '/usr/lib/lxc/rootfs' successful | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/dev/pts' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/run/lock' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/run/shm' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/sys/fs/selinux' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/sys/fs/cgroup' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/proc' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/var/lib/nfs/rpc_pipefs' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/dev' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/run' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold/sys' | |
lxc-start 1398611507.439 DEBUG lxc_conf - umounted '/lxc_putold' | |
lxc-start 1398611507.439 INFO lxc_conf - created new pts instance | |
lxc-start 1398611507.439 INFO lxc_conf - set personality to '0x0' | |
lxc-start 1398611507.439 DEBUG lxc_conf - drop capability 'sys_module' (16) | |
lxc-start 1398611507.439 DEBUG lxc_conf - drop capability 'mac_admin' (33) | |
lxc-start 1398611507.439 DEBUG lxc_conf - drop capability 'mac_override' (32) | |
lxc-start 1398611507.439 DEBUG lxc_conf - drop capability 'sys_time' (25) | |
lxc-start 1398611507.439 DEBUG lxc_conf - capabilities have been setup | |
lxc-start 1398611507.439 NOTICE lxc_conf - 'test' is setup. | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.deny' set to 'a' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c *:* m' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'b *:* m' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:3 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:5 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:0 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:1 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:8 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:9 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 5:2 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 136:* rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 254:0 rm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:229 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:200 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 1:7 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:228 rwm' | |
lxc-start 1398611507.439 DEBUG lxc_cgfs - cgroup 'devices.allow' set to 'c 10:232 rwm' | |
lxc-start 1398611507.439 INFO lxc_cgfs - cgroup has been setup | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 4 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 5 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 6 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 7 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 8 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 9 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 10 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 11 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 12 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 14 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 15 | |
lxc-start 1398611507.439 WARN lxc_start - inherited fd 16 | |
lxc-start 1398611507.445 NOTICE lxc_start - '/sbin/init' started with pid '21142' | |
lxc-start 1398611507.445 WARN lxc_start - Failed to pin netns file /proc/21142/ns/net for pid 21142: No such file or directory | |
lxc-start 1398611507.445 WARN lxc_start - invalid pid for SIGCHLD | |
lxc-start 1398611507.445 DEBUG lxc_start - Container violated its seccomp policy | |
lxc-start 1398611507.445 INFO lxc_error - child <21142> ended on signal (31) | |
lxc-start 1398611507.446 ERROR lxc_commands - command get_cgroup failed to receive response | |
lxc-start 1398611507.446 WARN lxc_cgfs - Not attaching to cgroup hugetlb unknown to /var/lib/lxc test |
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
1 | |
whitelist | |
0 | |
1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment