<div dir="ltr"><div>Thanks a lot for answer.<br><br>i have used the &#39;-v&#39; option. Here is some lines of dump.log<br><br><a href="http://pastie.org/private/60jhklqy2dzdrbxzo7akmg#3">http://pastie.org/private/60jhklqy2dzdrbxzo7akmg#3</a><br><br></div><div>in the first terminal : i run the dumping script. it does the dumping process at the beginning but when i access to the repository of checkpoint file in a second terminal, then the checkpoint failed !! <br></div><div>i can&#39;t understand the problem..<br></div><div><br></div>Best Regards. <br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-19 13:15 GMT+01:00 Tycho Andersen <span dir="ltr">&lt;<a href="mailto:tycho.andersen@canonical.com" target="_blank">tycho.andersen@canonical.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mon, May 18, 2015 at 10:54:39PM +0100, Thouraya TH wrote:<br>
&gt; Hello all :)<br>
&gt;<br>
&gt; Here is my script: i try to do the dumping process in parallel with its<br>
&gt; running<br>
&gt;<br>
&gt; #!/bin/bash<br>
&gt;<br>
&gt; if [ $# -ne 1 ]<br>
&gt; then<br>
&gt;  echo &quot;USE: ./Dumping.sh worker-name&quot;<br>
&gt;  else<br>
&gt;<br>
&gt; lxc-start -n $1 &amp; my_pid=$!<br>
&gt; sleep 10<br>
&gt; mkdir $1<br>
&gt; while lxc-checkpoint -D  /home/$1 -n  $1  $my_pid<br>
&gt; do<br>
&gt;<br>
&gt;          sleep 20<br>
&gt;          rm /home/$1/*<br>
&gt;<br>
&gt; done<br>
&gt;<br>
&gt; fi<br>
&gt;<br>
&gt;<br>
&gt; it does the dumping process at the beginning but then i have  these errors :<br>
&gt;<br>
&gt; # ./Dumping.sh g6-worker1<br>
&gt;<br>
&gt; Checkpointing g6-worker1 failed.<br>
&gt;<br>
&gt; Have you an idea please how can i improve my script ?<br>
<br>
</div></div>Use -v and paste the log. Also, please keep lxc specific discussion on<br>
the LXC mailing list.<br>
<br>
Tycho<br>
<span class=""><br>
&gt; Thanks a lot.<br>
&gt; Best Regards.<br>
<br>
</span>&gt; _______________________________________________<br>
&gt; CRIU mailing list<br>
&gt; <a href="mailto:CRIU@openvz.org">CRIU@openvz.org</a><br>
&gt; <a href="https://lists.openvz.org/mailman/listinfo/criu" target="_blank">https://lists.openvz.org/mailman/listinfo/criu</a><br>
<br>
</blockquote></div><br></div>