DreamConnected
DreamConnected
But I can't reproduce it with screenshots  
Previously, lxc_write_nointr could return without writing all data when write() returned EAGAIN/EWOULDBLOCK due to buffer full conditions. This change: - Implements a loop to continue writing until all data...
before: ``` [root@localhost ~]# lxc-start ubuntu lxc-start: ubuntu: ../src/lxc/parse.c: lxc_file_for_each_line_mmap: 136 Failed to parse config file "/data/share/share/lxc/config/common.conf" at line "lxc.cap.drop = mac_admin mac_override sys_time sys_module sys_rawio" lxc-start: ubuntu: ../src/lxc/parse.c: lxc_file_for_each_line_mmap:...