[lxc-devel] lxc-start fails

2015-01-08 Thread riya khanna
Hi, I'm trying to start a container on busy box host. lxc-start --logfile container.log --logpriority info --name L -f lxc.conf -- /init container.log shows the following error: lxc_conf - conf.c:prepare_ramfs_root:1517 - Bad address - Failed to make . rprivate Any idea on what's wrong here? m

[lxc-devel] [lxc/lxc] 64b4c7: apparmor: Fix slave bind mounts

2015-01-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 64b4c7a34b5c0407f3bcddc83f7c061dadb583bb https://github.com/lxc/lxc/commit/64b4c7a34b5c0407f3bcddc83f7c061dadb583bb Author: Martin Pitt Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M config/apparmor

Re: [lxc-devel] [PATCHES] add "--mask-tmp" to lxc-fedora, plus some template script fixes

2015-01-08 Thread Michael Adam
For those who prefer it, the patches can also be fetched via git from branch master of https://github.com/obnoxxx/lxc.git Cheers - Michael On 2015-01-08 at 11:05 +0100, Michael Adam wrote: > > Hi, > > below find the output of "git format-patch --stdout " > of a series of trivial patches to fix

[lxc-devel] [PATCHES] add "--mask-tmp" to lxc-fedora, plus some template script fixes

2015-01-08 Thread Michael Adam
Hi, below find the output of "git format-patch --stdout " of a series of trivial patches to fix some minor issues in the template scripts. The final patch adds a new parameter to the fedora template: "--mask-tmp". This is what I actually only wanted to do, but I found some issues in the parsing