[Lxc-users] FUSE and capabilities

2011-02-14 Thread Milan Zamazal
I tried to use FUSE/EncFS in a container on a Debian 6.0 machine and I've found I have to enable CAP_SYS_ADMIN in order to make it work. Without it, permission error is reported on encfs invocation (and yes, I've got /dev/fuse enabled in lxc.cgroup.devices.allow, it wouldn't work without it even

Re: [Lxc-users] FUSE and capabilities

2011-02-14 Thread Daniel Lezcano
On 02/14/2011 04:41 PM, Milan Zamazal wrote: I tried to use FUSE/EncFS in a container on a Debian 6.0 machine and I've found I have to enable CAP_SYS_ADMIN in order to make it work. Without it, permission error is reported on encfs invocation (and yes, I've got /dev/fuse enabled in

Re: [Lxc-users] Zombie container

2011-02-14 Thread Daniel Lezcano
On 02/14/2011 07:33 PM, Milan Zamazal wrote: On a Debian 6.0 machine, I've got a certain container that can't be started again once it was stopped: # lxc-start -n blackbird lxc-start: Device or resource busy - failed to remove previous cgroup '/cgroup/blackbird' lxc-start: failed

Re: [Lxc-users] Batch invocation of apt-get?

2011-02-14 Thread Trent W. Buck
Milan Zamazal p...@zamazal.org writes: I migrate from VServer to Linux Containers on Debian 6.0. I can't find any vapt-get equivalent in order to be able to upgrade all running containers at once. I wouldn't like to handle each container manually with lxc-console nor to stop the containers

Re: [Lxc-users] FUSE and capabilities

2011-02-14 Thread Trent W. Buck
Milan Zamazal p...@zamazal.org writes: I tried to use FUSE/EncFS in a container on a Debian 6.0 machine and I've found I have to enable CAP_SYS_ADMIN in order to make it work. Without it, permission error is reported on encfs invocation (and yes, I've got /dev/fuse enabled in

Re: [Lxc-users] Zombie container

2011-02-14 Thread Trent W. Buck
Daniel Lezcano daniel.lezc...@free.fr writes: As a quick fix, I suggest you look what application created the new namespace. Launch your container and then look at /cgroup/blackbird/1234/tasks and look for the command line associated with the pid in this file. I suspect vsftpd could be the