<div dir="ltr"><div><div><div>Hello,<br><br></div><div>I try to test your tutorial: (step by step)<br><a href="http://tycho.ws/blog/2014/09/container-migration.html">http://tycho.ws/blog/2014/09/container-migration.html</a><br><br></div><b>1)</b>  I have created a container: (i'm behind a proxy)<br>     root@g-3:~# lxc-create -t ubuntu -n u1 http_proxy=True<br></div><div><div><br><b>2)</b>  <br><pre><span style="font-family:arial,helvetica,sans-serif"><font><code>   cat << EOF | sudo tee -a /var/lib/lxc/u1/config
   # hax for criu
   lxc.console = none
   lxc.tty = 0
   lxc.cgroup.devices.deny = c 5:1 rwm
   EOF</code></font></span></pre><b>3) </b>I have create the script "migrate"; chmod +x migrate<br></div><div><b>4)</b>  <span id="result_box" class="" lang="en"><span class="">I accessed</span> <span class="">the container: </span></span><br>    root@g-3:/home# ssh ubuntu@$(sudo lxc-info -n u1 -H -i)<br>   <b> ssh: Could not resolve hostname : Name or service not known</b><br>    root@g-3:/home# lxc-start -n u1<br>    root@g-3:/home# lxc-attach -n u1<br>    root@u1:/home# ls<br></div><div><br></div><div>Please, have to use ssh or not ?<br></div><div><br></div>Thanks a lot for help.<br></div>Best regards.<br></div>Thouraya.<br></div>