<div dir="ltr">A month ago I solved the problem.<div>I installed the package inetutils-syslogd to log system events. This package seems to crash silently with lxc, but keeps running.</div><div>The services still try to send their logs to inetutils-syslogd and are waiting for a response. Because logs are send synchronously the waiting for a response is blocking.</div><div>In many cases the applications do not timeout these requests which lead to non-responding services and a supposed freeze of the VM.</div><div><br></div><div>I replaced the package inetutils-syslogd with rsyslogd and now it's working like a charm.</div><div><br></div><div>Best regards,</div><div>Lukas</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 11, 2014 at 10:27 PM, Lukas Schulze <span dir="ltr"><<a href="mailto:lspcity@gmail.com" target="_blank">lspcity@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>HISTORY:</div><div><br></div>After increasing the limits for opened files on the host and containers the number of container freezes decreased, but still occurs.<div>The container don't react on lxc-console or ssh sessions and some services in the container stop working, but other still work. Delivering a web page does still work, but receiving an e-mail with postfix no longer works.</div><div><div><br></div><div>It is really frustrating to don't get lxc working without freezes.</div><div><br></div><div>My host system and containers are still up-to-date debians.</div><div><br></div><div>Any system information can be found on <a href="https://lists.linuxcontainers.org/pipermail/lxc-users/2014-July/007383.html" target="_blank">https://lists.linuxcontainers.org/pipermail/lxc-users/2014-July/007383.html</a> and <a href="https://lists.linuxcontainers.org/pipermail/lxc-users/2014-September/007762.html" target="_blank">https://lists.linuxcontainers.org/pipermail/lxc-users/2014-September/007762.html</a></div><div><br></div><div><br></div><div>CURRENT PROBLEM:</div><div><br></div><div>A few weeks ago a container stopped working again and I still had an opened ssh session.<br></div></div><div>I was able to start new processes and even restart the service ssh, but I could not open a second ssh session to this container.</div><div>When I restarted the network service my opened session closed and the container was not responding anymore. So I had to restart the container.</div><div><br></div><div>The current freezes seems to correlate with the network interfaces. But till now I couldn't figure out any problems.</div><div><br></div><div><br></div><div>Host /etc/network/interfaces</div><div>~~~~~~~~~~~~~~~~~~</div><div>...</div><div>auto br0</div><div>iface br0 inet static</div><div>  address 10.1.1.254</div><div>  netmask 255.255.255.0</div><div>  bridge_ports none</div><div><br></div><div><br></div><div>Client config</div><div>~~~~~~~~~~~~~~~~~~</div><div><div>lxc.network.type = veth</div><div><a href="http://lxc.network.name" target="_blank">lxc.network.name</a> = veth12<br></div><div>lxc.network.flags = up</div><div>lxc.network.link = br0<br></div><div>lxc.network.veth.pair = veth12-sid<br></div><div>lxc.network.ipv4 = <a href="http://10.1.1.12/24" target="_blank">10.1.1.12/24</a><br></div><div>lxc.network.ipv4.gateway = 10.1.1.254</div></div><div><br></div><div><br></div><div>On <a href="https://wiki.debian.org/LXC/SimpleBridge" target="_blank">https://wiki.debian.org/LXC/SimpleBridge</a> they use a lot more parameters.<br></div><div>What are your configuration options for virtual networking and bridges?<br></div><div>Is my configuration correct? Am I missing something?</div><div><br></div><div>Are there any other good tutorials for configuring virtual networks for lxc?</div><div><br></div><div><br></div><div>Thank you for your help.<br></div><div><br></div><div>Best regards,</div><div>Lukas</div><div><br></div></div>
</blockquote></div><br></div>