[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#908192: Acknowledgement (linux-image-4.18.0-1-amd64: After upgrade kernel to linux-image-4.18.0-1-amd64, LXC can not start)



Attached config and log file for lxc-start -n name -l debug


--
Key fingerprint: CDB3 6C62 254B C088 1E5D DD32 182C 97DB CF2C 80AC
lxc.start.auto = 1
lxc.start.delay = 0

# Distribution configuration
lxc.include = /usr/share/lxc/config/debian.common.conf
lxc.include = /usr/share/lxc/config/debian.userns.conf
lxc.arch = x86_64

# Container specific configuration
lxc.kmsg = 0
lxc.id_map = u 0 12100000 65536
lxc.id_map = g 0 12100000 65536
#lxc.cap.drop = sys_module mac_admin mac_override sys_time mknod net_raw sys_rawio sys_nice sys_pacct setfcap setpcap sys_ptrace syslog sys_resource sys_tty_config wake_alarm sys_admin
#lxc.aa_profile = lxc-container-default-local
#lxc.aa_allow_incomplete = 0
lxc.aa_profile = unconfined
lxc.rootfs = /var/lib/lxc/lxc121/rootfs
lxc.rootfs.backend = dir
lxc.utsname = lxc121

# Network configuration
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = lxcbr0
lxc.network.hwaddr = AA:BB:CC:DD:01:21
lxc.network.ipv4 = 192.168.168.121/32
lxc.network.ipv4.gateway = 192.168.168.1


# manual mount for drop sys_admin
lxc.mount.entry = tmpfs run tmpfs rw,nosuid,noexec,relatime,mode=0755,create=dir 0 0
lxc.mount.entry = tmpfs run/lock tmpfs rw,nosuid,nodev,noexec,relatime,mode=1777,size=5M,create=dir 0 0
lxc.mount.entry = tmpfs run/shm tmpfs rw,nosuid,nodev,noexec,relatime,mode=1777,create=dir 0 0

lxc.mount.entry = tmpfs root tmpfs nosuid,nodev,noatime,mode=0700,uid=0,gid=0 0 0
lxc.mount.entry = tmpfs home/lxc121 tmpfs nosuid,nodev,noatime,mode=0700,uid=1121,gid=1121 0 0

# mount tmp first then GUI
lxc.mount.entry = tmpfs tmp tmpfs nosuid,nodev,noatime,mode=1777,create=dir 0 0

lxc.mount.entry = /ramdisk ramdisk none bind,optional,create=dir,nodev,nosuid 0 0
lxc.mount.entry = tmpfs var/cache/apt/archives tmpfs nosuid,nodev,noatime,mode=0755,create=dir 0 0

      lxc-start 20180907081437.752 INFO     lxc_start_ui - tools/lxc_start.c:main:277 - using rcfile /var/lib/lxc/lxc121/config
      lxc-start 20180907081437.752 WARN     lxc_confile - confile.c:set_config_pivotdir:2262 - lxc.pivotdir is ignored.  It will soon become an error.
      lxc-start 20180907081437.752 INFO     lxc_confile - confile.c:set_config_idmaps:1861 - read uid map: type u nsid 0 hostid 12100000 range 65536
      lxc-start 20180907081437.752 INFO     lxc_confile - confile.c:set_config_idmaps:1861 - read uid map: type g nsid 0 hostid 12100000 range 65536
      lxc-start 20180907081437.752 INFO     lxc_container - lxccontainer.c:do_lxcapi_start:877 - Attempting to set proc title to [lxc monitor] /var/lib/lxc lxc121
      lxc-start 20180907081437.752 INFO     lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM security driver AppArmor
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:435 - processing: .reject_force_umount  # comment this to allow umount -f;  not recommended.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:610 - Adding native rule for reject_force_umount action 0(kill).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:do_resolve_add_rule:276 - Setting Seccomp rule to reject force umounts.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:614 - Adding compat rule for reject_force_umount action 0(kill).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:do_resolve_add_rule:276 - Setting Seccomp rule to reject force umounts.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:do_resolve_add_rule:276 - Setting Seccomp rule to reject force umounts.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:435 - processing: .[all].
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:435 - processing: .kexec_load errno 1.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:610 - Adding native rule for kexec_load action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:614 - Adding compat rule for kexec_load action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:435 - processing: .open_by_handle_at errno 1.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:610 - Adding native rule for open_by_handle_at action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:614 - Adding compat rule for open_by_handle_at action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:435 - processing: .init_module errno 1.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:610 - Adding native rule for init_module action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:614 - Adding compat rule for init_module action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:435 - processing: .finit_module errno 1.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:610 - Adding native rule for finit_module action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:614 - Adding compat rule for finit_module action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:435 - processing: .delete_module errno 1.
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:610 - Adding native rule for delete_module action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:614 - Adding compat rule for delete_module action 327681(errno).
      lxc-start 20180907081437.753 INFO     lxc_seccomp - seccomp.c:parse_config_v2:624 - Merging in the compat Seccomp ctx into the main one.
      lxc-start 20180907081437.753 WARN     lxc_monitor - monitor.c:lxc_monitor_fifo_send:111 - Failed to open fifo to send message: No such file or directory.
      lxc-start 20180907081437.753 WARN     lxc_monitor - monitor.c:lxc_monitor_fifo_send:111 - Failed to open fifo to send message: No such file or directory.
      lxc-start 20180907081437.753 DEBUG    lxc_start - start.c:setup_signal_fd:288 - Set SIGCHLD handler with file descriptor: 7.
      lxc-start 20180907081437.753 DEBUG    console - console.c:lxc_console_peer_default:450 - process does not have a controlling terminal
      lxc-start 20180907081437.753 INFO     lxc_start - start.c:lxc_init:677 - container "lxc121" is initialized
      lxc-start 20180907081437.754 DEBUG    lxc_start - start.c:__lxc_start:1501 - Not dropping CAP_SYS_BOOT or watching utmp.
      lxc-start 20180907081437.754 DEBUG    storage - storage/storage.c:storage_query:233 - Detected rootfs type "dir"
      lxc-start 20180907081437.757 INFO     lxc_network - network.c:instantiate_veth:171 - Retrieved mtu 1500 from lxcbr0
      lxc-start 20180907081437.757 INFO     lxc_network - network.c:instantiate_veth:197 - Attached "veth2N8G6Q" to bridge "lxcbr0"
      lxc-start 20180907081437.757 DEBUG    lxc_network - network.c:instantiate_veth:214 - Instantiated veth "veth2N8G6Q/vethMRKFUB", index is "6"
      lxc-start 20180907081437.757 INFO     lxc_cgroup - cgroups/cgroup.c:cgroup_init:67 - cgroup driver cgroupfs-ng initing for lxc121
      lxc-start 20180907081437.758 DEBUG    lxc_cgfsng - cgroups/cgfsng.c:filter_and_set_cpus:456 - No isolated cpus detected.
      lxc-start 20180907081437.758 DEBUG    lxc_cgfsng - cgroups/cgfsng.c:handle_cpuset_hierarchy:627 - "cgroup.clone_children" was already set to "1".
      lxc-start 20180907081437.758 INFO     lxc_start - start.c:lxc_spawn:1324 - Cloned CLONE_NEWUSER.
      lxc-start 20180907081437.758 INFO     lxc_start - start.c:lxc_spawn:1324 - Cloned CLONE_NEWNS.
      lxc-start 20180907081437.758 INFO     lxc_start - start.c:lxc_spawn:1324 - Cloned CLONE_NEWPID.
      lxc-start 20180907081437.758 INFO     lxc_start - start.c:lxc_spawn:1324 - Cloned CLONE_NEWUTS.
      lxc-start 20180907081437.758 INFO     lxc_start - start.c:lxc_spawn:1324 - Cloned CLONE_NEWIPC.
      lxc-start 20180907081437.758 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.758 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.758 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.761 INFO     lxc_start - start.c:do_start:914 - Unshared CLONE_NEWNET.
      lxc-start 20180907081437.761 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.761 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.761 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.765 WARN     lxc_cgfsng - cgroups/cgfsng.c:chown_cgroup_wrapper:1465 - Error chmoding /sys/fs/cgroup/unified//lxc/lxc121: No such file or directory
      lxc-start 20180907081437.782 DEBUG    lxc_network - network.c:lxc_network_move_created_netdev_priv:2417 - Moved network device "vethMRKFUB"/"(null)" to network namespace of 1314
      lxc-start 20180907081437.782 NOTICE   lxc_utils - utils.c:lxc_switch_uid_gid:2070 - Switched to gid 0.
      lxc-start 20180907081437.782 NOTICE   lxc_utils - utils.c:lxc_switch_uid_gid:2076 - Switched to uid 0.
      lxc-start 20180907081437.782 NOTICE   lxc_utils - utils.c:lxc_setgroups:2088 - Dropped additional groups.
      lxc-start 20180907081437.782 INFO     lxc_start - start.c:do_start:1001 - Unshared CLONE_NEWCGROUP.
      lxc-start 20180907081437.783 DEBUG    storage - storage/storage.c:storage_query:233 - Detected rootfs type "dir"
      lxc-start 20180907081437.783 DEBUG    lxc_conf - conf.c:lxc_setup_rootfs:1260 - Mounted rootfs "/var/lib/lxc/lxc121/rootfs" onto "/usr/lib/x86_64-linux-gnu/lxc/rootfs" with options "(null)".
      lxc-start 20180907081437.783 INFO     lxc_conf - conf.c:setup_utsname:709 - 'lxc121' hostname has been setup
      lxc-start 20180907081437.798 DEBUG    lxc_network - network.c:setup_hw_addr:2683 - Mac address "AA:BB:CC:DD:01:21" on "eth0" has been setup
      lxc-start 20180907081437.798 DEBUG    lxc_network - network.c:lxc_setup_netdev_in_child_namespaces:2941 - Network device "eth0" has been setup
      lxc-start 20180907081437.798 INFO     lxc_network - network.c:lxc_setup_network_in_child_namespaces:2969 - network has been setup
      lxc-start 20180907081437.798 INFO     lxc_conf - conf.c:mount_autodev:1090 - Preparing "/dev"
      lxc-start 20180907081437.798 INFO     lxc_conf - conf.c:mount_autodev:1112 - Mounted tmpfs on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/dev"
      lxc-start 20180907081437.798 INFO     lxc_conf - conf.c:mount_autodev:1129 - Prepared "/dev"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1824 - Remounting "/sys/fs/fuse/connections" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/sys/fs/fuse/connections" to respect bind or remount options
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1845 - Flags for "/sys/fs/fuse/connections" were 4096, required extra flags are 0
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1855 - Mountflags already were 4096, skipping remount
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "/sys/fs/fuse/connections" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/sys/fs/fuse/connections" with filesystem type "none"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "tmpfs" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/run" with filesystem type "tmpfs"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "tmpfs" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/run/lock" with filesystem type "tmpfs"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "tmpfs" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/run/shm" with filesystem type "tmpfs"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "tmpfs" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/root" with filesystem type "tmpfs"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "tmpfs" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/home/lxc121" with filesystem type "tmpfs"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "tmpfs" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/tmp" with filesystem type "tmpfs"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1824 - Remounting "/ramdisk" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/ramdisk" to respect bind or remount options
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1845 - Flags for "/ramdisk" were 1030, required extra flags are 6
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1855 - Mountflags already were 4102, skipping remount
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "/ramdisk" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/ramdisk" with filesystem type "none"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:mount_entry:1882 - Mounted "tmpfs" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/var/cache/apt/archives" with filesystem type "tmpfs"
      lxc-start 20180907081437.799 INFO     lxc_conf - conf.c:mount_file_entries:2173 - Set up mount entries
      lxc-start 20180907081437.799 INFO     lxc_conf - conf.c:lxc_fill_autodev:1165 - Populating "/dev"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:lxc_fill_autodev:1211 - Created device node "/usr/lib/x86_64-linux-gnu/lxc/rootfs/dev/null"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:lxc_fill_autodev:1211 - Created device node "/usr/lib/x86_64-linux-gnu/lxc/rootfs/dev/zero"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:lxc_fill_autodev:1211 - Created device node "/usr/lib/x86_64-linux-gnu/lxc/rootfs/dev/full"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:lxc_fill_autodev:1211 - Created device node "/usr/lib/x86_64-linux-gnu/lxc/rootfs/dev/urandom"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:lxc_fill_autodev:1211 - Created device node "/usr/lib/x86_64-linux-gnu/lxc/rootfs/dev/random"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:lxc_fill_autodev:1211 - Created device node "/usr/lib/x86_64-linux-gnu/lxc/rootfs/dev/tty"
      lxc-start 20180907081437.799 INFO     lxc_conf - conf.c:lxc_fill_autodev:1216 - Populated "/dev"
      lxc-start 20180907081437.799 DEBUG    lxc_conf - conf.c:lxc_setup_dev_console:1537 - mounted pts device "/dev/pts/1" onto "/usr/lib/x86_64-linux-gnu/lxc/rootfs/dev/console"
      lxc-start 20180907081437.799 INFO     lxc_utils - utils.c:lxc_mount_proc_if_needed:1755 - I am 1, /proc/self points to "1"
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:setup_rootfs_pivot_root:1068 - pivot_root syscall to '/usr/lib/x86_64-linux-gnu/lxc/rootfs' successful
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:setup_pivot_root:1377 - finished pivot root
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_setup_devpts:1416 - mount new devpts instance with options "newinstance,ptmxmode=0666,mode=0620,gid=5"
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_setup_devpts:1436 - created dummy "/dev/ptmx" file as bind mount target
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_setup_devpts:1441 - bind mounted "/dev/pts/ptmx" to "/dev/ptmx"
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_allocate_ttys:905 - allocated pty "/dev/pts/0" with master fd 11 and slave fd 14
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_allocate_ttys:905 - allocated pty "/dev/pts/1" with master fd 15 and slave fd 16
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_allocate_ttys:905 - allocated pty "/dev/pts/2" with master fd 17 and slave fd 18
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_allocate_ttys:905 - allocated pty "/dev/pts/3" with master fd 19 and slave fd 20
      lxc-start 20180907081437.814 INFO     lxc_conf - conf.c:lxc_allocate_ttys:925 - finished allocating 4 pts devices
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_setup_ttys:862 - Bind mounted "/dev/pts/0" onto "/dev/tty1"
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_setup_ttys:862 - Bind mounted "/dev/pts/1" onto "/dev/tty2"
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_setup_ttys:862 - Bind mounted "/dev/pts/2" onto "/dev/tty3"
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:lxc_setup_ttys:862 - Bind mounted "/dev/pts/3" onto "/dev/tty4"
      lxc-start 20180907081437.814 INFO     lxc_conf - conf.c:lxc_setup_ttys:871 - Finished setting up 4 /dev/tty<N> device(s)
      lxc-start 20180907081437.814 INFO     lxc_conf - conf.c:setup_personality:1477 - set personality to '0x0'
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:setup_caps:2329 - drop capability 'mac_admin' (33)
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:setup_caps:2329 - drop capability 'mac_override' (32)
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:setup_caps:2329 - drop capability 'sys_time' (25)
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:setup_caps:2329 - drop capability 'sys_module' (16)
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:setup_caps:2329 - drop capability 'sys_rawio' (17)
      lxc-start 20180907081437.814 DEBUG    lxc_conf - conf.c:setup_caps:2338 - capabilities have been setup
      lxc-start 20180907081437.814 NOTICE   lxc_conf - conf.c:lxc_setup:3221 - Container "lxc121" is set up
      lxc-start 20180907081437.814 INFO     lxc_apparmor - lsm/apparmor.c:apparmor_process_label_set:238 - changed apparmor profile to unconfined
      lxc-start 20180907081437.815 ERROR    lxc_utils - utils.c:open_devnull:1786 - Permission denied - Can't open /dev/null
      lxc-start 20180907081437.815 ERROR    lxc_sync - sync.c:__sync_wait:57 - An error occurred in another process (expected sequence number 5)
      lxc-start 20180907081437.815 INFO     lxc_network - network.c:lxc_delete_network_priv:2501 - Interface "(null)" with index 6 already deleted or existing in different network namespace
      lxc-start 20180907081437.815 INFO     lxc_network - network.c:lxc_delete_network_priv:2511 - Removed interface "(null)" with index 6
      lxc-start 20180907081437.846 INFO     lxc_network - network.c:lxc_delete_network_priv:2532 - Removed interface "veth2N8G6Q" from "lxcbr0"
      lxc-start 20180907081437.846 DEBUG    lxc_network - network.c:lxc_delete_network:3096 - Deleted network devices
      lxc-start 20180907081437.846 WARN     lxc_monitor - monitor.c:lxc_monitor_fifo_send:111 - Failed to open fifo to send message: No such file or directory.
      lxc-start 20180907081437.846 WARN     lxc_monitor - monitor.c:lxc_monitor_fifo_send:111 - Failed to open fifo to send message: No such file or directory.
      lxc-start 20180907081437.846 ERROR    lxc_start - start.c:__lxc_start:1530 - Failed to spawn container "lxc121".
      lxc-start 20180907081437.846 WARN     lxc_monitor - monitor.c:lxc_monitor_fifo_send:111 - Failed to open fifo to send message: No such file or directory.
      lxc-start 20180907081437.846 WARN     lxc_monitor - monitor.c:lxc_monitor_fifo_send:111 - Failed to open fifo to send message: No such file or directory.
      lxc-start 20180907081437.846 ERROR    lxc_container - lxccontainer.c:wait_on_daemonized_start:754 - Received container state "ABORTING" instead of "RUNNING"
      lxc-start 20180907081437.846 ERROR    lxc_start_ui - tools/lxc_start.c:main:368 - The container failed to start.
      lxc-start 20180907081437.846 ERROR    lxc_start_ui - tools/lxc_start.c:main:370 - To get more details, run the container in foreground mode.
      lxc-start 20180907081437.846 ERROR    lxc_start_ui - tools/lxc_start.c:main:372 - Additional information can be obtained by setting the --logfile and --logpriority options.
      lxc-start 20180907081437.875 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.875 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.875 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.878 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.878 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.878 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.881 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.881 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.881 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.884 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.884 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.884 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.887 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.887 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.887 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.898 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.898 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.898 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.903 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.903 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.903 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.906 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.906 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.906 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.909 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.909 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.909 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.912 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.912 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.912 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.915 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newuidmap" does have the setuid bit set.
      lxc-start 20180907081437.915 DEBUG    lxc_conf - conf.c:idmaptool_on_path_and_privileged:2516 - The binary "/usr/bin/newgidmap" does have the setuid bit set.
      lxc-start 20180907081437.915 DEBUG    lxc_conf - conf.c:lxc_map_ids:2604 - Functional newuidmap and newgidmap binary found.
      lxc-start 20180907081437.917 WARN     lxc_monitor - monitor.c:lxc_monitor_fifo_send:111 - Failed to open fifo to send message: No such file or directory.
      lxc-start 20180907081437.917 WARN     lxc_monitor - monitor.c:lxc_monitor_fifo_send:111 - Failed to open fifo to send message: No such file or directory.

Reply to: