<div dir="ltr">i have done: <br><span><span class="im"># This derives from the global common config<br>lxc.include = /usr/share/lxc/config/common.conf<br><br># Default mount entries<br>lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0<br>lxc.mount.entry = sysfs sys sysfs defaults 0 0<br></span>#lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none bind,optional 0 0<br>#lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0<br>#lxc.mount.entry = /sys/kernel/security sys/kernel/security none bind,optional 0 0<span class="im"><br>#lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0<br></span>#lxc.mount.entry = tmpfs /sys/fs/pstore none bind,optional 0 0<br><br></span><div>dump.log<br>Warn  (fsnotify.c:183): fsnotify:     Handle 800001:60a0d cannot be opened<br>Warn  (fsnotify.c:183): fsnotify:     Handle 800001:6511a cannot be opened<br>Error (files-reg.c:455): Can&#39;t link remap to /proc/38/mountinfo: No such file or directory<br>Error (cr-dump.c:1603): Dump files (pid: 2473) failed with -1<br>Error (cr-dump.c:1953): Dumping FAILED.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-07 16:41 GMT+01:00 Andrey Vagin <span dir="ltr">&lt;<a href="mailto:avagin@parallels.com" target="_blank">avagin@parallels.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Oct 07, 2014 at 04:32:34PM +0100, Thouraya TH wrote:<br>
</span><span class="">&gt; what i have done exactly:<br>
&gt;<br>
&gt; root@thouraya-Lenovo-3000-N500:~# vim  /usr/share/lxc/config/ubuntu.common.conf<br>
&gt;<br>
&gt; # This derives from the global common config<br>
&gt; lxc.include = /usr/share/lxc/config/common.conf<br>
&gt;<br>
&gt; # Default mount entries<br>
&gt; lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0<br>
&gt; lxc.mount.entry = sysfs sys sysfs defaults 0 0<br>
&gt; lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none<br>
&gt; bind,optional 0 0<br>
&gt; lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0<br>
&gt; lxc.mount.entry = /sys/kernel/security sys/kernel/security none bind,optional 0<br>
&gt; 0<br>
&gt; #lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0<br>
&gt; lxc.mount.entry = tmpfs /sys/fs/pstore none bind,optional 0 0<br>
<br>
</span>Could you comment out all lines here except proc and sysfs?<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; ...<br>
&gt;<br>
&gt; root@thouraya-Lenovo-3000-N500:~# lxc-checkpoint -s -D /home/thouraya/lxcCR -n<br>
&gt; u1<br>
&gt; Checkpointing u1 failed.<br>
&gt;<br>
&gt; dump.log:<br>
&gt; Warn  (fsnotify.c:183): fsnotify:     Handle 800001:60a0d cannot be opened<br>
&gt; Warn  (fsnotify.c:183): fsnotify:     Handle 800001:6511a cannot be opened<br>
&gt; Error (parasite-syscall.c:387): si_code=4 si_pid=2886 si_status=5<br>
&gt; Error (parasite-syscall.c:387): si_code=4 si_pid=2887 si_status=5<br>
&gt; Error (parasite-syscall.c:387): si_code=4 si_pid=2888 si_status=5<br>
&gt; Error (mount.c:448): 75:./sys/fs/pstore doesn&#39;t have a proper root mount<br>
&gt; Error (cr-dump.c:1953): Dumping FAILED.<br>
&gt;<br>
&gt;<br>
&gt;  i have to mount pstore ?<br>
&gt; &gt; As you know i have already done this:<br>
&gt; &gt;<br>
&gt; &gt; root@u1:/# sudo umount /sys/fs/pstore<br>
&gt; &gt; root@u1:/# vim /etc/fstab<br>
&gt; &gt; root@u1:/# vim /etc/fstab<br>
&gt; &gt;<br>
&gt; &gt; i have only this line in the file:<br>
&gt; &gt; -- &gt; # UNCONFIGURED FSTAB FOR BASE SYSTEM<br>
&gt; &gt;<br>
&gt; &gt; root@u1:/# rmdir /sys/fs/pstore<br>
&gt; &gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
&gt; &gt; root@u1:/# sudo rmdir /sys/fs/pstore<br>
&gt; &gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
&gt; &gt; root@u1:/# sudo su<br>
&gt; &gt; root@u1:/#  rmdir /sys/fs/pstore<br>
&gt; &gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
&gt; &gt; root@u1:/#<br>
&gt;<br>
&gt; Bests.<br>
&gt;<br>
&gt;<br>
&gt; 2014-10-07 16:17 GMT+01:00 Thouraya TH &lt;<a href="mailto:thouraya87@gmail.com">thouraya87@gmail.com</a>&gt;:<br>
&gt;<br>
&gt;     i&#39;m sorry, i will try not in the container :(<br>
&gt;<br>
&gt;     2014-10-07 16:15 GMT+01:00 Thouraya TH &lt;<a href="mailto:thouraya87@gmail.com">thouraya87@gmail.com</a>&gt;:<br>
&gt;<br>
&gt;         Inside the container:<br>
&gt;         root@u1:/# sudo umount  /sys/fs/fuse/connections<br>
&gt;         root@u1:/#<br>
&gt;<br>
&gt;         root@u1:/# cd /usr/share/lxc/config/<br>
&gt;         bash: cd: /usr/share/lxc/config/: Aucun fichier ou dossier de ce type<br>
&gt;         root@u1:/# cat /usr/share/lxc/config/ubuntu.common.conf<br>
&gt;         cat: /usr/share/lxc/config/ubuntu.common.conf: Aucun fichier ou dossier<br>
&gt;         de ce type<br>
&gt;<br>
&gt;         ?<br>
&gt;<br>
&gt;         2014-10-07 15:49 GMT+01:00 Serge Hallyn &lt;<a href="mailto:serge.hallyn@ubuntu.com">serge.hallyn@ubuntu.com</a>&gt;:<br>
&gt;<br>
&gt;             Quoting Thouraya TH (<a href="mailto:thouraya87@gmail.com">thouraya87@gmail.com</a>):<br>
&gt;             &gt; root@u1:/# sudo umount /sys/fs/fuse/<br>
&gt;             &gt; umount : /sys/fs/fuse/ : n&#39;est pas monté<br>
&gt;             &gt;<br>
&gt;             &gt; !!<br>
&gt;             &gt; it doesn&#39;t work<br>
&gt;             &gt;<br>
&gt;             &gt; As you know i have already done this:<br>
&gt;             &gt;<br>
&gt;             &gt; root@u1:/# sudo umount /sys/fs/pstore<br>
&gt;             &gt; root@u1:/# vim /etc/fstab<br>
&gt;             &gt; root@u1:/# vim /etc/fstab<br>
&gt;             &gt;<br>
&gt;             &gt; i have only this line in the file:<br>
&gt;             &gt; -- &gt; # UNCONFIGURED FSTAB FOR BASE SYSTEM<br>
&gt;             &gt;<br>
&gt;             &gt; root@u1:/# rmdir /sys/fs/pstore<br>
&gt;             &gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non<br>
&gt;             accordée<br>
&gt;             &gt; root@u1:/# sudo rmdir /sys/fs/pstore<br>
&gt;             &gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non<br>
&gt;             accordée<br>
&gt;             &gt; root@u1:/# sudo su<br>
&gt;             &gt; root@u1:/#  rmdir /sys/fs/pstore<br>
&gt;             &gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non<br>
&gt;             accordée<br>
&gt;             &gt; root@u1:/#<br>
&gt;<br>
&gt;             Ok I don&#39;t know whether you&#39;re having a problem with pstore at c/r<br>
&gt;             or<br>
&gt;             not as that seems unrelated to the fuse gorp, but if you are having<br>
&gt;             a<br>
&gt;             problem with pstore, then<br>
&gt;<br>
&gt;             Edit /usr/share/lxc/config/ubuntu.common.conf, comment out<br>
&gt;<br>
&gt;             lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0<br>
&gt;             0<br>
&gt;<br>
&gt;             and add<br>
&gt;<br>
&gt;             lxc.mount.entry = tmpfs /sys/fs/pstore none bind,optional 0 0<br>
&gt;<br>
&gt;             That should keep mountall from trying to mount pstore.<br>
&gt;<br>
&gt;             I think what you really want to do is teach criu to simply mark<br>
&gt;             that pstore<br>
&gt;             was mounted, then simply bind-mount it from the host again at<br>
&gt;             restart.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>