Re: [lxc-devel] [PATCH] make lxc.network.script.down consistent with lxc.network.script.up

2013-12-11 Thread Stéphane Graber
On Wed, Dec 11, 2013 at 04:04:37PM -0500, Dwight Engen wrote: > - add missing print in lxc_list_nicconfigs() and in write_config() which > fixes lxc-clone so it will propagate the script.down config value > > - add missing "script.down" to lxc_get_item_nic(). change "upscript" to > "script.up"

[lxc-devel] [PATCH] make lxc.network.script.down consistent with lxc.network.script.up

2013-12-11 Thread Dwight Engen
- add missing print in lxc_list_nicconfigs() and in write_config() which fixes lxc-clone so it will propagate the script.down config value - add missing "script.down" to lxc_get_item_nic(). change "upscript" to "script.up" to match actual key in config - refactor to use config_string_item()

[lxc-devel] [lxc/lxc] 3eb967: python3: Support unpriv containers

2013-12-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 3eb967f09640c6e789a4790edd9c0d0019b075e6 https://github.com/lxc/lxc/commit/3eb967f09640c6e789a4790edd9c0d0019b075e6 Author: Stéphane Graber Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M src/lxc/lxc

Re: [lxc-devel] [PATCH] python3: Support unpriv containers

2013-12-11 Thread Serge Hallyn
Quoting Stéphane Graber ([email protected]): > This removes any existing uid check in the python3 binding and tools, > replacing those by .controllable where appropriate. > > Extra checks are also added to make lxc-ls work as a user, returning as > much information as can possibly be retrieved.

[lxc-devel] [PATCH] python3: Support unpriv containers

2013-12-11 Thread Stéphane Graber
This removes any existing uid check in the python3 binding and tools, replacing those by .controllable where appropriate. Extra checks are also added to make lxc-ls work as a user, returning as much information as can possibly be retrieved. Signed-off-by: Stéphane Graber --- src/lxc/lxc-device

[lxc-devel] [lxc/lxc] 0ecf64: initialize stopped at top of lxc_cmd

2013-12-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 0ecf64b554d8c5de75a5315624ae1f6b01b57c1f https://github.com/lxc/lxc/commit/0ecf64b554d8c5de75a5315624ae1f6b01b57c1f Author: Serge Hallyn Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M src/lxc/comman

[lxc-devel] [lxc/lxc] 814928: Fix uninitialized value in lxc_try_cmd

2013-12-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 814928c87a156713f5de7f25b4b79ebf1c9f4adf https://github.com/lxc/lxc/commit/814928c87a156713f5de7f25b4b79ebf1c9f4adf Author: Stéphane Graber Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M src/lxc/com

Re: [lxc-devel] Announcing public builds of LXC for Android

2013-12-11 Thread Mario
Do you know if I can install Ubuntu Touch on the Samsung and Google ARM chromebook ? My goal is to "virtualize" Android on this netbook,since actually I have installed ubuntu on it. Thanks. 2013/12/11, Stéphane Graber : > LXC on Android requires the same kernel features as on any other Linux > sys

[lxc-devel] [lxc/lxc] 9c073d: lxc-ls: Detect missing setns support

2013-12-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 9c073d6b763c1b1bf52669c07fc4782548b3a69a https://github.com/lxc/lxc/commit/9c073d6b763c1b1bf52669c07fc4782548b3a69a Author: Stéphane Graber Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M src/lxc/lxc

Re: [lxc-devel] [PATCH] lxc-ls: Detect missing setns support

2013-12-11 Thread Serge Hallyn
Quoting Stéphane Graber ([email protected]): > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/lxc/lxc-ls | 14 ++ > 1 file changed, 14 insertions(+) > mode change 100644 => 100755 src/lxc/lxc-ls > > diff --git a/src/lxc/lxc-ls b/src/lxc/lxc-ls > old mode 1

[lxc-devel] [PATCH] lxc-ls: Detect missing setns support

2013-12-11 Thread Stéphane Graber
Signed-off-by: Stéphane Graber --- src/lxc/lxc-ls | 14 ++ 1 file changed, 14 insertions(+) mode change 100644 => 100755 src/lxc/lxc-ls diff --git a/src/lxc/lxc-ls b/src/lxc/lxc-ls old mode 100644 new mode 100755 index 9d45400..26c9684 --- a/src/lxc/lxc-ls +++ b/src/lxc/lxc-ls @@ -1

Re: [lxc-devel] Announcing public builds of LXC for Android

2013-12-11 Thread Stéphane Graber
LXC on Android requires the same kernel features as on any other Linux system. The best way of finding what you are missing is to grab your current kernel config either from the git branch that was used to build it or from /proc/config.gz if available, then feed that to lxc-checkconfig which will

Re: [lxc-devel] Announcing public builds of LXC for Android

2013-12-11 Thread Mario
Do you have a tutorial that explains the procedure ? What are the kernel features needed ? 2013/12/11, Stéphane Graber : > On Wed, Dec 11, 2013 at 07:14:15AM +0100, Mario wrote: >> Only the old versions of Android are supported by LXC right now ? > > I'm not sure what you mean by old, my test devi

[lxc-devel] [lxc/lxc] 0dc296: plamo: Update because rc script of plamo was updat...

2013-12-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 0dc296145715c36795ad0ad561f115afdd758223 https://github.com/lxc/lxc/commit/0dc296145715c36795ad0ad561f115afdd758223 Author: KATOH Yasufumi Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M templates/lx

Re: [lxc-devel] [PATCH] plamo template: Update because rc script of plamo was updated

2013-12-11 Thread Stéphane Graber
On Wed, Dec 11, 2013 at 04:19:23PM +0900, KATOH Yasufumi wrote: > Signed-off-by: TAMUKI Shoichi > Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber > --- > templates/lxc-plamo.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/templates/lxc-plamo.in b/templ

Re: [lxc-devel] Announcing public builds of LXC for Android

2013-12-11 Thread Stéphane Graber
On Wed, Dec 11, 2013 at 07:14:15AM +0100, Mario wrote: > Only the old versions of Android are supported by LXC right now ? I'm not sure what you mean by old, my test device runs Android 4.2 and it certainly works on that. I haven't tried it on any 4.4 device yet but I'd expect the binaries to wor