Re: [lxc-users] Unprivileged containers still cause kernel panic on 4.0.3 and 4.0.4

2015-05-18 Thread Robert Pendell
I just looked at the source and I can confirm that those patches are not applied. Maybe we will need to push for this on the actual kernel dev list? Robert Pendell shi...@elite-systems.org A perfect world is one of chaos. Keybase: http://keybase.io/shinji257 On Mon, May 18, 2015 at 3:58 AM, Chri

Re: [lxc-users] lxc-start fails

2015-05-18 Thread Fajar A. Nugraha
Read the messages (1) > /usr/share/lxc/templates/lxc-busybox: line 182: file: command not found you don't have the necessary programs on your host (i.e. you don't have "file", usually installed as "/usr/bin/file"). (2) > warning : busybox is not statically linked. > warning : The template script

[lxc-users] lxc-start fails

2015-05-18 Thread Sivasubramanian Patchaiperumal
Hi, I'm trying to create and run busybox container, but facing below error. # lxc-create --template=busybox --name=u1 /usr/share/lxc/templates/lxc-busybox: line 182: file: command not found warning : busybox is not statically linked. warning : The template script may not correctly warning : setup t

Re: [lxc-users] lxc-ls -f problem

2015-05-18 Thread Tim Penhey
On 19/05/15 06:26, Thouraya TH wrote: > Hi, > > Please, what is the cause of this error ? > > ~# lxc-ls -f > ^CTraceback (most recent call last): > File "/usr/bin/lxc-ls", line 432, in > containers = get_containers(root=True) > File "/usr/bin/lxc-ls", line 261, in get_containers > if

Re: [lxc-users] local lxc commands stuck

2015-05-18 Thread Tim Penhey
On 19/05/15 05:34, Serge Hallyn wrote: > Quoting Tim Penhey (tim.pen...@canonical.com): >> $ apt-cache policy lxd >> lxd: >> Installed: 0.9-0ubuntu2~ubuntu14.04.1~ppa1 >> Candidate: 0.9-0ubuntu2~ubuntu14.04.1~ppa1 >> Version table: >> *** 0.9-0ubuntu2~ubuntu14.04.1~ppa1 0 >> 500 http

[lxc-users] lxc-ls -f problem

2015-05-18 Thread Thouraya TH
Hi, Please, what is the cause of this error ? ~# lxc-ls -f ^CTraceback (most recent call last): File "/usr/bin/lxc-ls", line 432, in containers = get_containers(root=True) File "/usr/bin/lxc-ls", line 261, in get_containers if container.controllable: KeyboardInterrupt Thanks a lot.

Re: [lxc-users] autodev hook and devices whitelist

2015-05-18 Thread Serge Hallyn
Quoting Christoph Mathys (erase...@gmail.com): > On 13.05.2015 17:24, Serge Hallyn wrote: > >Quoting Christoph Mathys (erase...@gmail.com): > >>device node has a dynamic major number and the number of devices > >>depends on the hosts configuration. When the container is started, I > >>want to creat

Re: [lxc-users] local lxc commands stuck

2015-05-18 Thread Serge Hallyn
Quoting Tim Penhey (tim.pen...@canonical.com): > $ apt-cache policy lxd > lxd: > Installed: 0.9-0ubuntu2~ubuntu14.04.1~ppa1 > Candidate: 0.9-0ubuntu2~ubuntu14.04.1~ppa1 > Version table: > *** 0.9-0ubuntu2~ubuntu14.04.1~ppa1 0 > 500 http://ppa.launchpad.net/ubuntu-lxc/lxd-git-master/u

[lxc-users] Unprivileged containers still cause kernel panic on 4.0.3 and 4.0.4

2015-05-18 Thread Christian Brauner
Hello, it seems that the two patches which were accidently removed from 4.0.2 which are required to prevent a kernel panic when starting unprivileged lxc containers are still not present in 4.0.3 and 4.0.4. I still get a total freeze when starting an unprivileged container on a 4.0.4 kernel. Accid