<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Ah sorry guys,<div>here are some more informations:</div><div><br></div><div>As Fajar correctly pointed out, I’m using ubuntu’s ppa with lxc 1.0.</div><div><br></div><div>This is the error-message I'm receiving:</div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">lxc-start: command get_cgroup failed to receive response</div></div><div><br></div><div>I thought that would be caused by concurrent rw mounts…</div><div><br></div><div><br></div><div><br></div><div><br><div><div>Am 27.02.2014 um 11:20 schrieb Fajar A. Nugraha <<a href="mailto:list@fajar.net">list@fajar.net</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Thu, Feb 27, 2014 at 5:14 PM, Andreas Laut <<a href="mailto:andreas.laut@spark5.de">andreas.laut@spark5.de</a>> wrote:<br><blockquote type="cite">Is the mount bind really working on first guest? In ubuntu lxc version your<br>config entry wont work. lxc-start needs the whole path to the directory from<br>host sight of view.<br></blockquote><br>That's not true. At least, not in newer versions of lxc (e.g. from<br>ppa:ubuntu-lxc/stable, which is at 1.0)<br><br>the default ubuntu template now uses this on container config<br><br># Common configuration<br>lxc.include = /usr/share/lxc/config/ubuntu.common.conf<br><br>... and that file contains<br><br># Default mount entries<br>lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0<br>lxc.mount.entry = sysfs sys sysfs defaults 0 0<br>lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections<br>none bind,optional 0 0<br>lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0<br>lxc.mount.entry = /sys/kernel/security sys/kernel/security none<br>bind,optional 0 0<br>lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0<br><br><br>so relative mount points on the container side should work fine.<br><br>-- <br>Fajar<br>_______________________________________________<br>lxc-users mailing list<br><a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>http://lists.linuxcontainers.org/listinfo/lxc-users<br></blockquote></div><br></div></body></html>