[lxc-devel] [lxc/lxc] 330cbe: preserve inherited fds for stop hook

2016-01-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 330cbe36d86bbddff698cb35d38cc475db4d422d https://github.com/lxc/lxc/commit/330cbe36d86bbddff698cb35d38cc475db4d422d Author: Serge Hallyn Date: 2016-01-11 (Mon, 11 Jan 2016) Changed

[lxc-devel] [lxc/lxc] 3db8dd: bash completion: the 'have' command was deprecated...

2016-01-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 3db8dd39a797f87f8b348f1b6b44953a25f3f170 https://github.com/lxc/lxc/commit/3db8dd39a797f87f8b348f1b6b44953a25f3f170 Author: Peter Simons Date: 2016-01-11 (Mon, 11 Jan 2016) Changed paths:

[lxc-devel] [lxc/lxc] 15a90a: copy_storage: try to use snapshot for btrfs

2016-01-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 15a90a10d90b7722db66b7622b47344e1ccad97d https://github.com/lxc/lxc/commit/15a90a10d90b7722db66b7622b47344e1ccad97d Author: Serge Hallyn Date: 2016-01-11 (Mon, 11 Jan 2016) Changed

[lxc-devel] Errored: lxc/lxc#1507 (master - ffe3443)

2016-01-11 Thread Travis CI
Build Update for lxc/lxc - Build: #1507 Status: Errored Duration: 1 minute and 3 seconds Commit: ffe3443 (master) Author: Serge Hallyn Message: Set the right variable to NULL when unsetting ipv6_gateway We were freeing one and setting a different one to NULL,

[lxc-devel] [lxc/lxc] ffe344: Set the right variable to NULL when unsetting ipv6...

2016-01-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: ffe344373e5d2b9f2be517f138bf42f9c7d0ca20 https://github.com/lxc/lxc/commit/ffe344373e5d2b9f2be517f138bf42f9c7d0ca20 Author: Serge Hallyn Date: 2016-01-11 (Mon, 11 Jan 2016) Changed

[lxc-devel] [PATCH v2] safe_mount: Handle mounting proc and refactor

2016-01-11 Thread Bogdan Purcareata
The safe_mount primitive will mount the fs in the new container environment by using file descriptors referred in /proc/self/fd. However, when the mounted filesystem is proc itself, it will have been previously unmounted, therefore resulting in an error when searching for these file descriptors.

[lxc-devel] [PATCH] fix lockpath removal in Python lxc-ls

2016-01-11 Thread Christian Brauner
The lock path for lxc is not RUNTIME_PATH/lock/lxc but rather RUNTIME_PATH/lxc/lock Signed-off-by: Christian Brauner --- src/lxc/lxc-ls.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc-ls.in b/src/lxc/lxc-ls.in

Re: [lxc-devel] [PATCH v2] safe_mount: Handle mounting proc and refactor

2016-01-11 Thread Serge Hallyn
Quoting Bogdan Purcareata (bogdan.purcare...@nxp.com): > The safe_mount primitive will mount the fs in the new container > environment by using file descriptors referred in /proc/self/fd. > However, when the mounted filesystem is proc itself, it will have > been previously unmounted, therefore