Comment 1 for bug 1553097

Revision history for this message
Martin Pitt (pitti) wrote : Re: latest LXC breaks autopkgtest's LXC runner

This is indeed a regression in lxc-attach. Until 2.0.0~rc1 this DTRT:

$ sudo lxc-attach -n adt-virt-lxc-lbmmpf -- sh -c 'echo ERR>&2' >/dev/null
ERR

but not any more with rc5:
$ sudo lxc-attach -n a -- sh -c 'echo ERR>&2' >/dev/null
# (no output)