<div dir="ltr"><div>I just want a simple test for live migration, and failed.</div><div>However, non-live migration works correctly. --->  "# lxc move 'stopped_container' remote_server2:new_container"</div><div><br></div><div>when I tryed to live migration,  ---> "# lxc move runnung_container remote_server2:new_container"</div><div><div>error returned.</div><div><b>error: Error transferring container data: checkpoint failed:</b></div><div><b>checkpoint failed</b></div></div><div><br></div><div>and in LXD log, error messages logged : <b>must have criu 1.9 </b></div><div><div><b>-->but  criu 1.7.2-2~ubuntu14.04.1~ppa1  installed on server </b></div><div><b>    How does I install criu 1.9 on 15.10? and Does It solve problem?   please help me</b></div></div><div><br></div><div>after that. Also I created profile and edit as below in both servers. But Live migration did not work and same error returned</div><div><div># lxc profile edit profile_file</div><div>config:</div><div>  raw.lxc: |</div><div>    lxc.console = none</div><div>    lxc.cgroup.devices.deny = c 5:1 rwm</div><div>    lxc.start.auto =</div><div>    lxc.start.auto = proc:mixed sys:mixed</div><div>  security.privileged: "true"</div><div>devices: {}</div></div><div>===========================================================================<br></div><div>- LOG as followed.</div><div><b>[/var/log/lxd/lxd.log]</b></div><div><div>t=2016-03-03T23:39:49+0900 lvl=info msg=handling method=GET url=/1.0 ip=@</div><div>t=2016-03-03T23:39:49+0900 lvl=info msg=handling method=GET url=/1.0/containers/centos ip=@</div><div>t=2016-03-03T23:39:49+0900 lvl=info msg=handling method=GET url=/1.0/containers/centos ip=@</div><div>t=2016-03-03T23:39:49+0900 lvl=info msg=handling url=/1.0/containers/centos ip=@ method=POST</div><div>t=2016-03-03T23:39:49+0900 lvl=info msg=handling method=GET url=/1.0 ip=@</div><div>t=2016-03-03T23:39:57+0900 lvl=info msg="allowing untrusted GET" ip=<a href="http://192.168.175.134:39222">192.168.175.134:39222</a> url="/1.0/operations/5f4ba437-6caa-4d20-966f-b4b67a3b7950/websocket?secret=ac3c57608072bd0df22c67f4836096063d9b38a00d7b5cb0bc8cf739189a0da2"</div><div>t=2016-03-03T23:39:57+0900 lvl=info msg="allowing untrusted GET" url="/1.0/operations/5f4ba437-6caa-4d20-966f-b4b67a3b7950/websocket?secret=634347ea238a624464ce62f14fd8e03079f3b259285fb87ae751456a5c17acd7" ip=<a href="http://192.168.175.134:39224">192.168.175.134:39224</a></div><div>t=2016-03-03T23:39:57+0900 lvl=info msg="allowing untrusted GET" url="/1.0/operations/5f4ba437-6caa-4d20-966f-b4b67a3b7950/websocket?secret=85f9ad2dfe84502d3e83417c5c39b0813ffec9c82d412eda052a0ca1d1ca794a" ip=<a href="http://192.168.175.134:39226">192.168.175.134:39226</a></div></div><div><br></div><div><b>[/var/log/lxd/centos/lxd.log]</b><br></div><div>lxc 20160303233957.768 ERROR    lxc_criu - criu.c:criu_version_ok:348 - <b>must have criu 1.9 or greater to checkpoint/restore</b><br></div><div><br></div><div>===========================================================================</div>- Ubuntu 15.10<div>-<b> I Installed as follo</b>w</div><div><div># add-apt-repository ppa:ubuntu-lxc/lxd-stable</div><div># apt-get update</div><div># apt-get dist-upgrade</div><div># apt-get install lxd  lxd-client</div></div><div># newgrp lxd</div><div># apt-get install criu</div><div>===========================================================================</div><div><b>[Server1 status]</b></div><div><div>lxc remote list</div><div>+-----------------+-----------------------------------------+--------+</div><div>|      NAME       |                   URL                                  | PUBLIC |</div><div>+-----------------+-----------------------------------------+--------+</div><div>| LXD2            | <a href="https://192.168.175.135:8443">https://192.168.175.135:8443</a>                 | NO     |</div><div>| images          | <a href="https://images.linuxcontainers.org:8443">https://images.linuxcontainers.org:8443</a>  | YES    |</div><div>| local (default) | unix://                                                  | NO     |</div><div>+-----------------+-----------------------------------------+--------+</div></div><div><br></div><div><b>[Server2 status]</b><br></div><div><div># lxc remote list</div><div>+-----------------+------------------------------+--------+</div><div>|      NAME       |             URL                       | PUBLIC |</div><div>+-----------------+------------------------------+--------+</div><div>| LXD             | <a href="https://192.168.175.134:8443">https://192.168.175.134:8443</a> | NO     |</div><div>| local (default) | unix://                                 | NO     |</div><div>+-----------------+------------------------------+--------+</div></div><div><br></div><div><div># lxc list</div><div>+--------+---------+------+------+------------+-----------+</div><div>|  NAME  |  STATE  | IPV4 | IPV6 |    TYPE    | SNAPSHOTS |</div><div>+--------+---------+------+------+------------+-----------+</div><div>| centos | RUNNING |      |      | PERSISTENT |         1 |</div><div>+--------+---------+------+------+------------+-----------+</div></div><div><br></div><div><br></div></div>