Re: [lxc-devel] Japanese website

2014-07-14 Thread KATOH Yasufumi
Hi, Stéphane > So I sort of dropped the ball on the whole japanese website thing, could > one of you give me the link to your github branch again so I can look > into how to best integrate this with the main website? The repository of Japanese site is: https://github.com/lxc-jp/lxc-jp.github.io

[lxc-devel] [lxc/lxc] 713a8a: rootfs_is_blockdev: don't run if no rootfs is spec...

2014-07-14 Thread GitHub
Branch: refs/heads/stable-1.0 Home: https://github.com/lxc/lxc Commit: 713a8ae2d860f512002b8d60d96a368e20272621 https://github.com/lxc/lxc/commit/713a8ae2d860f512002b8d60d96a368e20272621 Author: Serge Hallyn Date: 2014-07-14 (Mon, 14 Jul 2014) Changed paths: M src/lxc/bd

[lxc-devel] [lxc/lxc] 7edae5: centos template: prevent mingetty from calling vha...

2014-07-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 7edae51efcb3cb3a05e7fe850905dc836d120512 https://github.com/lxc/lxc/commit/7edae51efcb3cb3a05e7fe850905dc836d120512 Author: Claudio Alarcon-Reyes Date: 2014-07-14 (Mon, 14 Jul 2014) Changed paths: M templ

[lxc-devel] Fixed: lxc/lxc#589 (master - 128d327)

2014-07-14 Thread Travis CI
Build Update for lxc/lxc - Build: #589 Status: Fixed Duration: 1 minute and 20 seconds Commit: 128d327 (master) Author: Stéphane Graber Message: Fix typo in previous patch Signed-off-by: Stéphane Graber View the changeset: https://github.com/lxc/lxc/compare

[lxc-devel] [lxc/lxc] 128d32: Fix typo in previous patch

2014-07-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 128d327ac27aa2d92ace767ac2c377d86171533e https://github.com/lxc/lxc/commit/128d327ac27aa2d92ace767ac2c377d86171533e Author: Stéphane Graber Date: 2014-07-14 (Mon, 14 Jul 2014) Changed paths: M src/lxc/con

[lxc-devel] Broken: lxc/lxc#588 (master - c5316d6)

2014-07-14 Thread Travis CI
Build Update for lxc/lxc - Build: #588 Status: Broken Duration: 1 minute and 19 seconds Commit: c5316d6 (master) Author: Serge Hallyn Message: confile: sanity-check netdev->type before setting netdev->priv elements The netdev->priv is shared for the netdev typ

[lxc-devel] [PATCH 3/3] fuse: Allow mounts from user namespaces

2014-07-14 Thread Seth Forshee
Update fuse to allow mounts from user namespaces. During mount current_user_ns() is stashed away, and this is used for all uid and gid mappings. The restriction on mounting from only init_user_ns is lifted, and the FS_USERNS_MOUNT flag is added to the flags for the fuse fs type (but not for fuseblk

[lxc-devel] [PATCH 1/3] fuse/dev: Fix unbalanced calls to kunmap_atomic() during splice I/O

2014-07-14 Thread Seth Forshee
fuse_copy_finish() assumes that mapaddr in fuse_copy_state refers to a valid mapping if currbuf is non-NULL, but this isn't always true when moving pages for splice I/O. This results in an unbalanced call to kunmap_atomic() and thus an unbalanced decrement of the preempt count. Avoid this by checki

[lxc-devel] [PATCH 0/3] fuse: Allow mounts in containers

2014-07-14 Thread Seth Forshee
These patches allow unprivileged users to mount with fuse from within containers. The first patch is really just a bug fix and related only because the bug allows unprivileged users to crash the system. The second patch translates the pid which is making a request into the server's pid namespace, a

[lxc-devel] [PATCH 2/3] fuse: Translate pid making a request into the server's pid namespace

2014-07-14 Thread Seth Forshee
If the server is executing in a pid namespace then then giving it the global pid of the process making the request is useless. Translate the pid into the server's pid namespace. Signed-off-by: Seth Forshee --- fs/fuse/dev.c| 9 + fs/fuse/fuse_i.h | 4 fs/fuse/inode.c | 2 ++ 3

[lxc-devel] The dark side of LXC

2014-07-14 Thread CDR
There is an unresolved issue that really goes to the core of the container model. Yesterday I installed Mysql latest on the host, and had to remove it one hour later. It turns out that since I have 20 containers each with a running version if mysql, the instance running on the host kills the other

[lxc-devel] [lxc/lxc] c5316d: confile: sanity-check netdev->type before setting ...

2014-07-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: c5316d603069e161a874eda003e5e912fc3747f7 https://github.com/lxc/lxc/commit/c5316d603069e161a874eda003e5e912fc3747f7 Author: Serge Hallyn Date: 2014-07-14 (Mon, 14 Jul 2014) Changed paths: M src/lxc/confil

Re: [lxc-devel] [PATCH 1/1] confile: sanity-check netdev->type before setting netdev->priv elements

2014-07-14 Thread Stéphane Graber
On Mon, Jul 14, 2014 at 06:51:41PM +, Serge Hallyn wrote: > The netdev->priv is shared for the netdev types. A bad config file > could mix configuration for different types, resulting in a bad > netdev->priv when starting or even destroying a container. So sanity > check the netdev->type befo

[lxc-devel] [PATCH 1/1] confile: sanity-check netdev->type before setting netdev->priv elements

2014-07-14 Thread Serge Hallyn
The netdev->priv is shared for the netdev types. A bad config file could mix configuration for different types, resulting in a bad netdev->priv when starting or even destroying a container. So sanity check the netdev->type before setting a netdev->priv element. This should fix https://github.com

[lxc-devel] [lxc/lxc] acf9f8: rootfs_is_blockdev: don't run if no rootfs is spec...

2014-07-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: acf9f89e61caadbc614107773a2fa14d8f3458ea https://github.com/lxc/lxc/commit/acf9f89e61caadbc614107773a2fa14d8f3458ea Author: Serge Hallyn Date: 2014-07-14 (Mon, 14 Jul 2014) Changed paths: M src/lxc/bdev.c

[lxc-devel] Passed: lxc/lxc#586 (lxc-1.0.5 - 81f7e58)

2014-07-14 Thread Travis CI
Build Update for lxc/lxc - Build: #586 Status: Passed Duration: 4 minutes and 36 seconds Commit: 81f7e58 (lxc-1.0.5) Author: Stéphane Graber Message: change version to 1.0.5 in configure.ac Signed-off-by: Stéphane Graber View the changeset: https://github.co

[lxc-devel] LXC 1.0.5 has been released!

2014-07-14 Thread Stéphane Graber
Hello everyone, The fifth LXC 1.0 bugfix release is now out! This includes over two months worth of bugfixes contributed by 11 individual developers. The most important changes are support for unprivileged containers with recent kernels and the inclusion of a seccomp policy by default (to prevent

[lxc-devel] Japanese website

2014-07-14 Thread Stéphane Graber
Hey there, So I sort of dropped the ball on the whole japanese website thing, could one of you give me the link to your github branch again so I can look into how to best integrate this with the main website? Thanks! -- Stéphane Graber Ubuntu developer http://www.ubuntu.com signature.asc Desc

[lxc-devel] [lxc/lxc]

2014-07-14 Thread GitHub
Branch: refs/tags/lxc-1.0.5 Home: https://github.com/lxc/lxc ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

[lxc-devel] [lxc/lxc] 81f7e5: change version to 1.0.5 in configure.ac

2014-07-14 Thread GitHub
Branch: refs/heads/stable-1.0 Home: https://github.com/lxc/lxc Commit: 81f7e58bf7fa946823eb78c41e967d9ac89cde70 https://github.com/lxc/lxc/commit/81f7e58bf7fa946823eb78c41e967d9ac89cde70 Author: Stéphane Graber Date: 2014-07-14 (Mon, 14 Jul 2014) Changed paths: M configu