[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] 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: > Hello > >

Re: [lxc-devel] lxc on ia64

2011-12-06 Thread Vadym S. Khondar
On пн, 05-гру-2011 23:12:39 +0200, Daniel Lezcano wrote: > On 12/01/2011 05:23 PM, Vadym S. Khondar wrote: >> Hello everybody. >> > > Ha! great someone willing to run lxc on itanium :) > > Can you try this patch ? > > Index: lxc/src/lxc/namespace.c > ===

Re: [lxc-devel] [PATCH] Set high byte of mac addresses for host veth devices to 0xfe

2011-12-06 Thread Serge Hallyn
On 12/04/2011 05:18 PM, Daniel Lezcano wrote: > On 12/05/2011 12:11 AM, Serge Hallyn wrote: >> On 12/04/2011 04:28 AM, Daniel Lezcano wrote: >>> On 11/16/2011 05:49 PM, Christian Seiler wrote: Hi, I've run into the same problem as was discussed in BUG #3411497 [1] and on th