Re: [lxc-users] lxc stop / lxc reboot stopped working

2016-03-10 Thread Tomasz Chmielewski
For "lxc restart", this reproduces reliably (below). It seems that there may be some race - if "sleep" is set to lower values, it seems more likely that it will fail. # while true; do echo restart time lxc restart containername sleep 3 done restart real0m15.448s user

Re: [lxc-users] lxc stop / lxc reboot stopped working

2016-03-10 Thread Tomasz Chmielewski
Something like this reproduces it for me reliably (hangs on the first or second "stop"): while true; do echo stop time lxc stop containername --debug sleep 5 echo start lxc start containername done Tomasz On 2016-03-11 01:35, Tomasz Chmielewski wrote: Am I the only one

Re: [lxc-users] lxc stop / lxc reboot stopped working

2016-03-10 Thread Tomasz Chmielewski
Am I the only one affected? Also happens with: ii lxd 2.0.0~rc2-0ubuntu3~ubuntu14.04.1~ppa1 amd64Container hypervisor based on LXC - daemon ii lxd-client 2.0.0~rc2-0ubuntu3~ubuntu14.04.1~ppa1 amd64Container

[lxc-users] lxc stop / lxc reboot stopped working

2016-03-09 Thread Tomasz Chmielewski
After the latest lxd update, lxc stop / lxc reboot no longer work (and hang instead). # dpkg -l|grep lxd ii lxd 2.0.0~rc2-0ubuntu2~ubuntu14.04.1~ppa1 amd64Container hypervisor based on LXC - daemon ii lxd-client