[lxc-devel] LXC and Ubuntu 13.04

2013-08-21 Thread Andre Nathan
Hello I've found the following issue running lxc-start on Ubuntu 13.04: lxc-start: Read-only file system - failed to change apparmor profile to unconfined This happens despite "lxc.aa_profile = unconfined" being set in the container configuration. What happened was that aa_am_unconfined() w

Re: [lxc-devel] Including files in LXC config

2011-12-06 Thread Andre Nathan
Hi Guido Jäkel has pointed out that I missed a globfree() call, so that would have to be added. There's also the question about redefining pre-existing parameters. Should this be allowed or should it be an error? Thanks, Andre On Tue, 2011-12-06 at 13:10 -0200, Andre Nathan wrote: &g

[lxc-devel] Including files in LXC config

2011-12-06 Thread Andre Nathan
Hello Attached is a patch that allows one to include other configuration files from the main container config. The main motivation is to make the automation of container configuration changes easier. Shell globs are allowed, so you can do lxc.include = /var/lib/lxc/mycontainer/conf.d/*.conf I us

Re: [lxc-devel] lxc final thesis

2011-03-02 Thread Andre Nathan
On Wed, 2011-03-02 at 22:18 +0100, Daniel Lezcano wrote: > On 02/28/2011 11:20 AM, Farcasi Ana-Maria wrote: > > Hi, > > > > Indeed, we were refering to the network bandwidth limitation. Sorry for the > > confusion. > > > > We have already done some tests with this limitation using tc and cgroups >