<div dir="ltr">i'm sorry, i will try not in the container :(<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-07 16:15 GMT+01:00 Thouraya TH <span dir="ltr"><<a href="mailto:thouraya87@gmail.com" target="_blank">thouraya87@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Inside the container: <br>root@u1:/# sudo umount /sys/fs/fuse/connections<br>root@u1:/# <br><br>root@u1:/# cd /usr/share/lxc/config/<br>bash: cd: /usr/share/lxc/config/: Aucun fichier ou dossier de ce type<br>root@u1:/# cat /usr/share/lxc/config/ubuntu.common.conf<br>cat: /usr/share/lxc/config/ubuntu.common.conf: Aucun fichier ou dossier de ce type<br><br>?<br></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">2014-10-07 15:49 GMT+01:00 Serge Hallyn <span dir="ltr"><<a href="mailto:serge.hallyn@ubuntu.com" target="_blank">serge.hallyn@ubuntu.com</a>></span>:<br></span><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>Quoting Thouraya TH (<a href="mailto:thouraya87@gmail.com" target="_blank">thouraya87@gmail.com</a>):<br>
> root@u1:/# sudo umount /sys/fs/fuse/<br>
> umount : /sys/fs/fuse/ : n'est pas monté<br>
><br>
> !!<br>
> it doesn't work<br>
><br>
> As you know i have already done this:<br>
><br>
> root@u1:/# sudo umount /sys/fs/pstore<br>
> root@u1:/# vim /etc/fstab<br>
> root@u1:/# vim /etc/fstab<br>
><br>
> i have only this line in the file:<br>
> -- > # UNCONFIGURED FSTAB FOR BASE SYSTEM<br>
><br>
> root@u1:/# rmdir /sys/fs/pstore<br>
> rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
> root@u1:/# sudo rmdir /sys/fs/pstore<br>
> rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
> root@u1:/# sudo su<br>
> root@u1:/# rmdir /sys/fs/pstore<br>
> rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
> root@u1:/#<br>
<br>
</span>Ok I don't know whether you're having a problem with pstore at c/r or<br>
not as that seems unrelated to the fuse gorp, but if you are having a<br>
problem with pstore, then<br>
<br>
Edit /usr/share/lxc/config/ubuntu.common.conf, comment out<br>
<br>
lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0<br>
<br>
and add<br>
<br>
lxc.mount.entry = tmpfs /sys/fs/pstore none bind,optional 0 0<br>
<br>
That should keep mountall from trying to mount pstore.<br>
<br>
I think what you really want to do is teach criu to simply mark that pstore<br>
was mounted, then simply bind-mount it from the host again at restart.<br>
</blockquote></div></div></div><br></div>
</blockquote></div><br></div>