[lxc-devel] Disable IPv6 for container interfaces. Support for sysctl in containers

2013-10-03 Thread Purcareata Bogdan-B43198
Hello, I am currently running a setup with hundreds of containers starting on the same Linux host. Each of these containers receive a single virtual interface eth0 connected to a host interface using macvlan. These containers only use IPv4, but by default they receive an IPv6 address as well. T

Re: [lxc-devel] [PATCH] tests/startone: wrong set_cgroup_item check

2013-07-03 Thread Purcareata Bogdan-B43198
> -Original Message- > From: Serge Hallyn [mailto:serge.hal...@ubuntu.com] > Sent: Wednesday, July 03, 2013 3:46 PM > To: Purcareata Bogdan-B43198 > Cc: lxc-devel@lists.sourceforge.net > Subject: Re: [lxc-devel] [PATCH] tests/startone: wrong set_cgroup_item check >

Re: [lxc-devel] [PATCH] tests/startone: wrong set_cgroup_item check

2013-07-03 Thread Purcareata Bogdan-B43198
> -Original Message- > From: Serge Hallyn [mailto:serge.hal...@ubuntu.com] > Sent: Tuesday, July 02, 2013 5:27 PM > To: Purcareata Bogdan-B43198 > Cc: lxc-devel@lists.sourceforge.net > Subject: Re: [lxc-devel] [PATCH] tests/startone: wrong set_cgroup_item check &

[lxc-devel] lxc-execute and lxc-ls

2013-05-13 Thread Purcareata Bogdan-B43198
Hello, Should lxc-ls list containers created with lxc-execute as well? E.g. when running "lxc-execute -n ctx1 /bin/bash", you may run "lxc-info -n ctx1" and it will output state: RUNNING pid: 4063 but when issuing "lxc-ls", nothing will be printed. Is this normal? I noticed that the co

[lxc-devel] lxc-ls and lxc-execute

2013-05-13 Thread Purcareata Bogdan-B43198
Hello, Should lxc-ls list containers created with lxc-execute as well? E.g. when running "lxc-execute -n ctx1 /bin/bash", you may run "lxc-info -n ctx1" and it will output state: RUNNING pid: 4063 but when issuing "lxc-ls", nothing will be printed. Is this normal? I noticed that the co

Re: [lxc-devel] [PATCH] Enable support for chroot on busybox hosts

2013-04-15 Thread Purcareata Bogdan-B43198
sday, April 09, 2013 4:12 PM > To: Purcareata Bogdan-B43198 > Cc: lxc-devel@lists.sourceforge.net > Subject: Re: [lxc-devel] [PATCH] Enable support for chroot on busybox hosts > > Quoting Bogdan Purcareata (bogdan.purcare...@freescale.com): > > Signed-off-by: Bogdan Purcar