When I try to use fuse in a container, I get fuse: failed to open /dev/fuse: Operation not permitted In my config file I have lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file
On Wed, Jul 13, 2016 at 10:20 PM, Saint Michael <[email protected]> wrote: > Also, I get this error inside a container, with plenty of space > tr: write error: No space left on device > tr: write error > DEBUG: 6429 exited with non-zero exit status. > awk: cmd. line:1: (FILENAME=XXXX fatal: print to "standard output" failed > (No space left on device) > All started a few days ago. The file system is xfs > > > On Wed, Jul 13, 2016 at 12:56 PM, Serge E. Hallyn <[email protected]> > wrote: > >> Quoting Saint Michael ([email protected]): >> > I did work around it by mounting the ftp site on the host and sharing >> /mnt >> > with the container, but as a solution is poor, since I cannot execute >> the >> > mound command from the container, to be run on the host. >> > This was working fine until last week. I just checked and /dev/fuse does >> > not exist in the container, although the module fuse is loaded. >> > So the question is how do I create that device on the container >> >> One way is to use >> >> lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file >> _______________________________________________ >> lxc-users mailing list >> [email protected] >> http://lists.linuxcontainers.org/listinfo/lxc-users >> > >
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
