[Lxc-users] 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.

[Lxc-users] Puppetmaster (server) in container

2013-10-03 Thread Kaj Wiik
Hi! I am trying to run puppetmaster in a vanilla ubuntu lxc container. Upon startup, I get the following error: /usr/lib/ruby/1.8/puppet/util/pidlock.rb:39:in `initialize': Permission denied - /var/lib/puppet/run/master.pid (Errno::EACCES) from /usr/lib/ruby/1.8/puppet/util/pidlock.rb:39:in

Re: [Lxc-users] Puppetmaster (server) in container

2013-10-03 Thread Tamas Papp
On 10/03/2013 02:15 PM, Kaj Wiik wrote: Hi! I am trying to run puppetmaster in a vanilla ubuntu lxc container. Upon startup, I get the following error: /usr/lib/ruby/1.8/puppet/util/pidlock.rb:39:in `initialize': Permission denied - /var/lib/puppet/run/master.pid (Errno::EACCES) from

Re: [Lxc-users] [lxc-devel] Disable IPv6 for container interfaces. Support for sysctl in containers

2013-10-03 Thread Stéphane Graber
On Thu, Oct 03, 2013 at 09:32:15AM +, Purcareata Bogdan-B43198 wrote: 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

[Lxc-users] (no subject)

2013-10-03 Thread Kalyana sundaram
Hi lxc by default creates rootfs and fstab on /var/lib/lxc Is it possible to use some other directory? Because when I do lxc-ls, it does a ls of /var/lib/lxc -- Kalyanasundaram http://blogs.eskratch.com/ https://github.com/kalyanceg/

Re: [Lxc-users] (no subject)

2013-10-03 Thread Tamas Papp
On 10/04/2013 06:03 AM, Kalyana sundaram wrote: Hi lxc by default creates rootfs and fstab on /var/lib/lxc Is it possible to use some other directory? Because when I do lxc-ls, it does a ls of /var/lib/lxc Either use lxcpath=/some/other/dir in /etc/lxc/lxc.conf or -P switch Cheers, tamas