<div dir="ltr"><div>Thanks a lot for answer.<br><br>i have used the '-v' 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'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"><<a href="mailto:tycho.andersen@canonical.com" target="_blank">tycho.andersen@canonical.com</a>></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>
> Hello all :)<br>
><br>
> Here is my script: i try to do the dumping process in parallel with its<br>
> running<br>
><br>
> #!/bin/bash<br>
><br>
> if [ $# -ne 1 ]<br>
> then<br>
> echo "USE: ./Dumping.sh worker-name"<br>
> else<br>
><br>
> lxc-start -n $1 & my_pid=$!<br>
> sleep 10<br>
> mkdir $1<br>
> while lxc-checkpoint -D /home/$1 -n $1 $my_pid<br>
> do<br>
><br>
> sleep 20<br>
> rm /home/$1/*<br>
><br>
> done<br>
><br>
> fi<br>
><br>
><br>
> it does the dumping process at the beginning but then i have these errors :<br>
><br>
> # ./Dumping.sh g6-worker1<br>
><br>
> Checkpointing g6-worker1 failed.<br>
><br>
> 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>
> Thanks a lot.<br>
> Best Regards.<br>
<br>
</span>> _______________________________________________<br>
> CRIU mailing list<br>
> <a href="mailto:CRIU@openvz.org">CRIU@openvz.org</a><br>
> <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>