[Touch-packages] [Bug 1583237] Re: lxc-attach strange tty behavior (kills command) when stderr is redirected to a file

2018-06-20 Thread Xavier Roche
Another demonstration: * This one does not work: sudo lxc-attach --name utest_generic_tests -- /bin/bash -c "/usr/bin/python -c 'from ctypes import *; memset(0,1,1)'"; echo $? 0 * This one works: sudo lxc-attach --name utest_generic_tests -- /bin/bash -c "/usr/bin/python -c 'from ctypes

[Touch-packages] [Bug 1586608] [NEW] Can not start nested trusty container inside trusty container

2016-05-28 Thread Xavier Roche
Public bug reported: On Xenial, can not start a nested Trusty container inside a Trusty container. (All containers are privileged, tests done on two different machines, one is a fresh Xenial install) Steps to reproduce: * Create a nested Trusty container (ie. Trusty container in a trusty

[Touch-packages] [Bug 1583237] Re: lxc-attach strange tty behavior with dd

2016-05-18 Thread Xavier Roche
** Also affects: lxc (Ubuntu) Importance: Undecided Status: New ** Description changed: On a fresh Ubuntu 16 release, commands started by lxc-attach such as dd are being killed, and lxc-attach return a zero status. This scenario is working on Ubuntu 15 with previous lxc

[Touch-packages] [Bug 1583237] Re: lxc-attach strange tty behavior (kills command) when stderr is redirected to a file

2016-05-18 Thread Xavier Roche
** Description changed: On a fresh Ubuntu 16 release, commands started by lxc-attach such as dd are being killed WHEN REDIRECTING stderr (to a file), and lxc-attach return a zero status. Command works fine without the redirection. This scenario is working on Ubuntu 15 with previous lxc