<div dir="ltr">Hi all,<div><br></div><div>I am using python to start container:</div><div>    cmd = "lxc-start -n %s -d " % CT_ID<br></div><div><div>    handler = subprocess.Popen(</div><div>        cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)</div><div>    stdout, stderr = handler.communicate()</div><div>    returncode = handler.returncode</div></div><div><br></div><div>After that the behavior of terminal changes and I need to run command: reset.</div><div><br></div><div>Also I am using python wrapper(<a href="https://github.com/frougon/pythondialog">https://github.com/frougon/pythondialog</a>) for dialog and when I make dialog guage like in this example <a href="https://github.com/frougon/pythondialog/blob/master/examples/demo.py#L740">https://github.com/frougon/pythondialog/blob/master/examples/demo.py#L740</a> it is freezing after <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">gauge_stop() </span><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:16.8px;white-space:pre"><a href="https://github.com/frougon/pythondialog/blob/master/dialog.py#L2550">https://github.com/frougon/pythondialog/blob/master/dialog.py#L2550</a></span></font></div><div><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:16.8px;white-space:pre"><br></span></font></div><div><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:16.8px;white-space:pre">If I don't use lxc-start it's ok.</span></font></div><div><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;line-height:16.8px;white-space:pre"><br></span></font></div><div><br></div><div><br></div><div>Regards.</div></div>