<span class="MsgBodyText">Hi,<br>
<br>
I'm trying to use the vzctl chkpnt/restore commands.<br>
<br>
Here is what I get :<br>
<br>
1st chkpnt OK:<br>
<div class="pre"><pre>sudo vzctl chkpnt 100 --dumpfile dump1<br>Setting up checkpoint...<br>        suspend...<br>        dump...<br>        kill...<br>VE is unmounted<br>Checkpointing completed succesfully<br></pre></div><br>
<br>
restore OK:<br>
<div class="pre"><pre>sudo vzctl restore 100 --dumpfile dump1 <br>Restoring VE ...<br>Warning: distribution not specified default used /etc/vz/dists/default<br>Starting VE ...<br>VE is mounted<br>        undump...<br>Setting CPU units: 10561<br>
Configure meminfo: 138288<br>Configure veth devices: hnsTap0 hnsTap1 <br>        resume...<br>VE start in progress...<br>Restoring completed succesfully<br></pre></div><br>
<br>
and the 2nd chkpnt fails:<br>
<div class="pre"><pre>sudo vzctl chkpnt 100 --dumpfile dump1<br>Setting up checkpoint...<br>        suspend...<br>        dump...<br>Can not dump VE: Invalid argument<br>Error: d_path is invisible /var/lock<br>Checkpointing failed<br>
</pre></div><br>
<br>
What is the problem with /var/lock ?<br>
<div class="pre"><pre>ls -lh /var/lock<br>total 0<br>drwxr-xr-x 2 www-data root 40 2009-09-10 09:15 apache2<br>-rw-r--r-- 1 root root 0 2009-09-10 09:15 vz<br></pre></div><br>
<br>
Thanks<br>Anthony<br></span>