<div dir="ltr">before craete a container:<div><br></div><div>#lxc-ls</div><div>show nothing</div><div><br></div><div>#lxc-ls --active</div><div>test2  test2-1<span class="gmail-Apple-tab-span" style="white-space:pre">      </span>test2-2  test2-3  test2-4<br></div><div><br></div><div>create lxc:</div><div>#lxc-start -n <span style="background-color:rgb(255,255,255)"><font color="#ff0000">test2</font></span> -f /root/yaowj/lxc.xml -d<br></div><div><br></div><div><div>#lxc-ls --active</div><div>test2  test2-1<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>test2-2  test2-3  test2-4  <font color="#ff0000">test2-5</font><br></div></div><div><br></div><div>I create test2, but it show test2-5.</div><div>But I can get info by use test2.</div><div><br></div><div>#lxc-info -n<font color="#ff0000"> test2</font></div><div><div>Name:           test2</div><div>State:          RUNNING</div><div>PID:            32251</div><div>CPU use:        1.79 seconds</div><div>BlkIO use:      0 bytes</div><div>Memory use:     1.25 MiB</div><div>KMem use:       0 bytes</div></div><div><br></div><div>#ps -ef | grep test2<br></div><div>root     32246     1  0 23:41 ?        00:00:00 lxc-start -n test2 -f /root/yaowj/lxc.xml -d<br></div><div><br></div><div><br></div><div>1. Why there are some lxc still in lxc-ls when I use `lxc-stop -n test2 -k` (or use `kill -9 pid`) to stop it?</div><div>2. How to remove these unused lxc info?</div><div><br></div><div>Thanks,</div><div>John</div></div>