Re: [lxc-users] setting persistant IP address based on domain.

2014-06-20 Thread Serge Hallyn
Quoting Serge Hallyn (serge.hal...@ubuntu.com): > Quoting Shidan (shi...@gmail.com): > > In the ubuntu docs (https://help.ubuntu.com/lts/serverguide/lxc.html), it > > says that to set a persistant IP address for containers you can add the > > following to /etc/lxc/dnsmasq.conf > > > > dhcp-host=lx

Re: [lxc-users] setting persistant IP address based on domain.

2014-06-20 Thread Serge Hallyn
Quoting Shidan (shi...@gmail.com): > In the ubuntu docs (https://help.ubuntu.com/lts/serverguide/lxc.html), it > says that to set a persistant IP address for containers you can add the > following to /etc/lxc/dnsmasq.conf > > dhcp-host=lxcmail,10.0.3.100 > dhcp-host=ttrss,10.0.3.101 > > I created

[lxc-users] setting persistant IP address based on domain.

2014-06-20 Thread Shidan
In the ubuntu docs (https://help.ubuntu.com/lts/serverguide/lxc.html), it says that to set a persistant IP address for containers you can add the following to /etc/lxc/dnsmasq.conf dhcp-host=lxcmail,10.0.3.100 dhcp-host=ttrss,10.0.3.101 I created the dnsmasq.conf file and added the container name

Re: [lxc-users] systemd and logging in containers

2014-06-20 Thread Fajar A. Nugraha
On Fri, Jun 20, 2014 at 5:36 PM, István Király wrote: > > I enabled systemd-journald on all containers now, and in each container it > was using ~ 7% cpu power. Since there are over 100 containers, it slowed down > the system too much. 0% idle. > > :( > > Seems I need another solution for loggin

Re: [lxc-users] systemd and logging in containers

2014-06-20 Thread István Király
I enabled systemd-journald on all containers now, and in each container it was using ~ 7% cpu power. Since there are over 100 containers, it slowed down the system too much. 0% idle. :( Seems I need another solution for logging. On Wed, Jun 11, 2014 at 12:15 AM, Michael H. Warfield wrote: > O