Hi All, just a follow up to my previous post. Here is the fstab I used to get everything working:<div><br></div><div><br></div><div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
/home/martin/lxc/rootfs                 /var/lib/lxc/xxx/rootfs          none           ro,bind 0 0<br>/home/martin/lxc/rootfs/var             /var/lib/lxc/xxx/rootfs/var      none           rw,bind 0 0<br></blockquote><div>
 </div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">#lxc-ubuntu template installs an lxcguest package that overmounts the file /lib/init/fstab on system boot<br>
#with an empty file so that upstart does not do any filesystem preparation (it is already being handled by LXC).<br>#Need this fstab file to be writable so lxcguest can do its thing.<br>/home/martin/lxc/rootfs/lib/init        /var/lib/lxc/xxx/rootfs/lib/init         none           rw,bind 0 0<br>
</blockquote><div> </div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
/home/martin/lxc/rootfs/dev             /var/lib/lxc/xxx/rootfs/dev      none           rw,bind 0 0<br>/home/martin/lxc/rootfs/root            /var/lib/lxc/xxx/rootfs/root     none           rw,bind 0 0<br>/home/martin/lxc/rootfs/run             /var/lib/lxc/xxx/rootfs/run      none           rw,bind 0 0<br>
/home/martin/lxc/rootfs/tmp             /var/lib/lxc/xxx/rootfs/tmp      none           rw,bind 0 0<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
#mount resolv.conf as rw since otherwise it takes the container about 2 minutes to boot into the login prompt<br>/home/martin/lxc/rootfs/etc/resolv.conf         /var/lib/lxc/xxx/rootfs/etc/resolv.conf  none           rw,bind 0 0<br>
</blockquote><div> </div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
proc            /var/lib/lxc/xxx/rootfs/proc            proc            nodev,noexec,nosuid 0 0<br>sysfs           /var/lib/lxc/xxx/rootfs/sys             sysfs           defaults  0 0</blockquote><div><br></div><br><div class="gmail_quote">
2012/1/30 Martin Konečný <span dir="ltr"><<a href="mailto:martin.konecny@sourcefabric.org">martin.konecny@sourcefabric.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<div><br></div><div>I know there have been a few threads on this, such as </div><div><br></div><div><a href="http://comments.gmane.org/gmane.linux.kernel.containers.lxc.general/2167" target="_blank">http://comments.gmane.org/gmane.linux.kernel.containers.lxc.general/2167</a></div>

<div><a href="http://comments.gmane.org/gmane.linux.kernel.containers.lxc.general/1673" target="_blank">http://comments.gmane.org/gmane.linux.kernel.containers.lxc.general/1673</a></div><div><br></div><div>but none have been able to solve my problem so far.</div>

<div><br></div><div><br></div><div>My problem: In Ubuntu 11.10, I'm using the default lxc-ubuntu template script to create a rootfs + setup container config. As soon as this script finishes, I open the config file and change lxc.rootfs to point to a directory that is empty.</div>

<div><br></div><div>I then modify the fstab so that the rootfs that was generated by debootstrap is mounted into this empty directory as read-only. </div><div><br></div><div><br></div><div>Now when I try to start the container. I get a warning the /lib/init/fstab is mounted as read-only and Ubuntu fails to start (I read something about lxcguest trying to replace this file with a empty version).</div>

<div><br></div><div>So then modify the fstab a second time to mount a RW mount onto /lib/init/fstab, and the warning disappears. But Ubuntu still does not start. </div><div><br></div><div>Note that if I mount the filesystem as RW, then it starts up correctly.</div>

<div><br></div><div>Here are my config/fstab/log files</div><div><br></div><div><br></div><div><b>config:</b></div><div><div>lxc.network.type = veth</div><div>lxc.network.flags = up</div><div>lxc.network.link = br0</div>
<div>
lxc.network.ipv4 = <a href="http://0.0.0.0/24" target="_blank">0.0.0.0/24</a></div><div>lxc.utsname = amd64</div><div><br></div><div>lxc.tty = 4</div><div>lxc.pts = 1024</div><div>lxc.rootfs = /var/lib/lxc/xxx/rootfs</div>
<div>lxc.mount  = /var/lib/lxc/xxx/fstab</div>
<div>lxc.arch = amd64</div><div><br></div><div>lxc.cgroup.devices.deny = a</div><div># Allow any mknod (but not using the node)</div><div>lxc.cgroup.devices.allow = c *:* m</div><div>lxc.cgroup.devices.allow = b *:* m</div>

<div># /dev/null and zero</div><div>lxc.cgroup.devices.allow = c 1:3 rwm</div><div>lxc.cgroup.devices.allow = c 1:5 rwm</div><div># consoles</div><div>lxc.cgroup.devices.allow = c 5:1 rwm</div><div>lxc.cgroup.devices.allow = c 5:0 rwm</div>

<div>#lxc.cgroup.devices.allow = c 4:0 rwm</div><div>#lxc.cgroup.devices.allow = c 4:1 rwm</div><div># /dev/{,u}random</div><div>lxc.cgroup.devices.allow = c 1:9 rwm</div><div>lxc.cgroup.devices.allow = c 1:8 rwm</div><div>

lxc.cgroup.devices.allow = c 136:* rwm</div><div>lxc.cgroup.devices.allow = c 5:2 rwm</div><div># rtc</div><div>lxc.cgroup.devices.allow = c 254:0 rwm</div><div>#fuse</div><div>lxc.cgroup.devices.allow = c 10:229 rwm</div>

</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><b>fstab:</b></div><div>#/home/martin/rootfs contains the files downloaded by debootstrap</div><div>#/var/lib/lxc/xxx/rootfs is an empty directory</div>

<div><div><div>/home/martin/rootfs             /var/lib/lxc/xxx/rootfs                  none           ro,bind 0 0</div><div><br></div><div>#/home/martin/init was copied from /home/martin/rootfs/init. It is mounted as rw so that lxcguest can do its thing with /lib/init/fstab</div>

<div>/home/martin/init               /var/lib/lxc/xxx/rootfs/lib/init/               none    rw,bind 0 0</div><div><br></div><div>proc            /var/lib/lxc/xxx/rootfs/proc            proc            nodev,noexec,nosuid 0 0</div>

<div>sysfs           /var/lib/lxc/xxx/rootfs/sys             sysfs           defaults  0 0</div></div></div><div><br></div><div><br></div><div><br></div><div><b>Log file on startup</b></div><div><div>      lxc-start 1327948980.704 DEBUG    lxc_conf - allocated pty '/dev/pts/1' (4/5)</div>

<div>      lxc-start 1327948980.704 DEBUG    lxc_conf - allocated pty '/dev/pts/2' (6/7)</div><div>      lxc-start 1327948980.704 DEBUG    lxc_conf - allocated pty '/dev/pts/3' (8/9)</div><div>      lxc-start 1327948980.704 DEBUG    lxc_conf - allocated pty '/dev/pts/4' (10/11)</div>

<div>      lxc-start 1327948980.704 INFO     lxc_conf - tty's configured</div><div>      lxc-start 1327948980.704 DEBUG    lxc_console - using '/dev/tty' as console</div><div>      lxc-start 1327948980.704 DEBUG    lxc_start - sigchild handler set</div>

<div>      lxc-start 1327948980.704 INFO     lxc_start - 'xxx' is initialized</div><div>      lxc-start 1327948980.708 DEBUG    lxc_conf - instanciated veth 'vetha5XM5V/vethaTEtvU', index is '10'</div>

<div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/' (rootfs)</div><div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/sys' (sysfs)</div><div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/proc' (proc)</div>

<div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/dev' (devtmpfs)</div><div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/dev/pts' (devpts)</div><div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/run' (tmpfs)</div>

<div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/sys/fs/fuse/connections' (fusectl)</div><div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/' (ext4)</div><div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup' (tmpfs)</div>

<div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/cpuset' (cgroup)</div><div>      lxc-start 1327948980.709 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/cpuset'</div>

<div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/cpuset has flags 0x2</div><div>      lxc-start 1327948980.709 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/cpuset/xxx'</div>
<div>
      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/cpu' (cgroup)</div><div>      lxc-start 1327948980.709 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/cpu'</div>

<div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/cpu has flags 0x2</div><div>      lxc-start 1327948980.709 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/cpu/xxx'</div><div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/cpuacct' (cgroup)</div>

<div>      lxc-start 1327948980.709 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/cpuacct'</div><div>      lxc-start 1327948980.709 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/cpuacct has flags 0x2</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/cpuacct/xxx'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/memory' (cgroup)</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/memory'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/memory has flags 0x2</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/memory/xxx'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/devices' (cgroup)</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/devices has flags 0x2</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/devices/xxx'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/freezer' (cgroup)</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/freezer'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/freezer has flags 0x2</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/freezer/xxx'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/net_cls' (cgroup)</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/net_cls'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/net_cls has flags 0x2</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/net_cls/xxx'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/blkio' (cgroup)</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/blkio'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/blkio has flags 0x2</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/blkio/xxx'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/sys/fs/cgroup/perf_event' (cgroup)</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - found cgroup mounted at '/sys/fs/cgroup/perf_event'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - cgroup /sys/fs/cgroup/perf_event has flags 0x2</div>

<div>      lxc-start 1327948980.710 INFO     lxc_cgroup - created cgroup '/sys/fs/cgroup/perf_event/xxx'</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/sys/kernel/debug' (debugfs)</div>

<div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/sys/kernel/security' (securityfs)</div><div>      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/run/lock' (tmpfs)</div><div>

      lxc-start 1327948980.710 DEBUG    lxc_cgroup - checking '/run/shm' (tmpfs)</div><div>      lxc-start 1327948980.713 DEBUG    lxc_conf - move '(null)' to '7944'</div><div>      lxc-start 1327948980.713 INFO     lxc_conf - 'amd64' hostname has been setup</div>

<div>      lxc-start 1327948980.713 DEBUG    lxc_conf - 'eth0' has been setup</div><div>      lxc-start 1327948980.713 INFO     lxc_conf - network has been setup</div><div>      lxc-start 1327948980.713 DEBUG    lxc_conf - mounted '/var/lib/lxc/xxx/rootfs' on '/usr/lib/lxc/root'</div>

<div>      lxc-start 1327948980.713 DEBUG    lxc_conf - remounting /usr/lib/lxc/rootfs on /usr/lib/lxc/root/ to respect bind or remount options</div><div>      lxc-start 1327948980.713 DEBUG    lxc_conf - mounted '/usr/lib/lxc/rootfs' on '/usr/lib/lxc/root/', type 'none'</div>

<div>      lxc-start 1327948980.713 DEBUG    lxc_conf - remounting /home/martin/init on /usr/lib/lxc/root//lib/init/ to respect bind or remount options</div><div>      lxc-start 1327948980.713 DEBUG    lxc_conf - mounted '/home/martin/init' on '/usr/lib/lxc/root//lib/init/', type 'none'</div>

<div>      lxc-start 1327948980.713 DEBUG    lxc_conf - mounted 'proc' on '/usr/lib/lxc/root//proc', type 'proc'</div><div>      lxc-start 1327948980.713 DEBUG    lxc_conf - mounted 'sysfs' on '/usr/lib/lxc/root//sys', type 'sysfs'</div>

<div>      lxc-start 1327948980.713 INFO     lxc_conf - mount points have been setup</div><div>      lxc-start 1327948980.713 INFO     lxc_conf - mount points have been setup</div><div>      lxc-start 1327948980.713 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.713 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.713 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.deny</div>

<div>      lxc-start 1327948980.713 DEBUG    lxc_conf - cgroup 'devices.deny' set to 'a'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c *:* m'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'b *:* m'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 1:3 rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 1:5 rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 5:1 rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 5:0 rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 1:9 rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 1:8 rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 136:* rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 5:2 rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 254:0 rwm'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: called for subsys devices name xxx</div>

<div><br></div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - using cgroup mounted at '/sys/fs/cgroup/devices'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_cgroup - lxc_cgroup_path_get: returning /sys/fs/cgroup/devices/xxx for subsystem devices.allow</div>

<div>      lxc-start 1327948980.714 DEBUG    lxc_conf - cgroup 'devices.allow' set to 'c 10:229 rwm'</div><div>      lxc-start 1327948980.714 INFO     lxc_conf - cgroup has been setup</div><div>      lxc-start 1327948980.714 INFO     lxc_conf - console has been setup</div>

<div>      lxc-start 1327948980.714 INFO     lxc_conf - 4 tty(s) has been setup</div><div>      lxc-start 1327948980.714 DEBUG    lxc_conf - mountpoint for old rootfs is '/usr/lib/lxc/root/mnt'</div><div>      lxc-start 1327948980.714 DEBUG    lxc_conf - pivot_root syscall to '/usr/lib/lxc/root' successful</div>

<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/dev/pts'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/run/lock'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/run/shm'</div>

<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/fuse/connections'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/cpuset'</div><div>
      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/cpu'</div>
<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/cpuacct'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/memory'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/devices'</div>

<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/freezer'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/net_cls'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/blkio'</div>

<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup/perf_event'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/kernel/debug'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/kernel/security'</div>

<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/proc'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/usr/lib/lxc/root'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/dev'</div>

<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/run'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys/fs/cgroup'</div><div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt/sys'</div>

<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - umounted '/mnt'</div><div>      lxc-start 1327948980.715 INFO     lxc_conf - created new pts instance</div><div>      lxc-start 1327948980.715 INFO     lxc_conf - set personality to '0x0'</div>

<div>      lxc-start 1327948980.715 DEBUG    lxc_conf - capabilities has been setup</div><div>      lxc-start 1327948980.715 NOTICE   lxc_conf - 'xxx' is setup.</div><div>      lxc-start 1327948980.715 NOTICE   lxc_start - exec'ing '/sbin/init'</div>

<div>      lxc-start 1327948980.716 NOTICE   lxc_start - '/sbin/init' started with pid '7944'</div><div>      lxc-start 1327948980.716 DEBUG    lxc_utmp - Added '/proc/7944/root/run' to inotifywatch</div>

<div>      lxc-start 1327949218.361 DEBUG    lxc_commands - peer has disconnected</div></div><div><br></div><div><div><br></div>-- <br><span style="border-collapse:collapse"><div><span style="border-collapse:collapse"><span style="border-collapse:separate"><div style="margin-top:0px;margin-bottom:0px">

<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-family:'Times New Roman'">Open source radio in the cloud. Get yours now! ---> <a href="http://airtime.pro/" target="_blank">http://airtime.pro</a></div>

<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-family:'Times New Roman'"><span style="font-family:Verdana;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><br>

</span></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-family:'Times New Roman'"><span style="font-family:Verdana;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Martin Konecny</span><br>

<span style="font-family:Verdana;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Software Developer, Sourcefabric</span><br><span style="font-family:Verdana;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><a href="mailto:martin.konecny@sourcefabric.org" target="_blank">martin.konecny@sourcefabric.org</a></span><br>

<span style="font-family:Verdana;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"></span><br><span style="font-family:Arial;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">720 Bathurst St. Suite 203</span><br>

<span style="font-family:Arial;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">M5S 2R4, Toronto, ON, Canada</span><span style="font-family:Verdana;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"></span><br>

<span style="font-family:Arial;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><a href="tel:%2B1%20%28416%29%20892-8420" value="+14168928420" target="_blank">+1 (416) 892-8420</a> (Cell)</span><br><span style="font-family:Arial;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Skype: martin.konecny15</span><br>

<span style="font-family:Arial;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"></span><br><a href="http://www.sourcefabric.org/" target="_blank"><span style="font-family:Verdana;color:rgb(0,0,153);vertical-align:baseline;white-space:pre-wrap">http://www.sourcefabric.org</span></a><br>

<span style="vertical-align:baseline;color:rgb(0,0,153);white-space:pre-wrap;font-family:Verdana"><a href="http://www.twitter.com/Sourcefabric" target="_blank">http://www.twitter.com/Sourcefabric</a></span></div>
<div><br></div></div></span></span></div></span></div><div><br></div>-- <br><span style="border-collapse:collapse"><div><span style="border-collapse:collapse"><span style="border-collapse:separate"><div style="margin-top:0px;margin-bottom:0px">

<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;font-family:'Times New Roman'"><span>Open source radio in the cloud. Get yours now!</span><span> ---> </span><a href="http://airtime.pro/" target="_blank">http://airtime.pro</a></div>

<div style="margin-right:0px;background-color:transparent;margin-left:0px;margin-bottom:0px;font-family:'Times New Roman';margin-top:0px"><span style="vertical-align:baseline;font-style:normal;white-space:pre-wrap;background-color:transparent;text-decoration:none;font-family:Verdana;font-weight:normal"><br>

</span></div><div style="margin-right:0px;background-color:transparent;margin-left:0px;margin-bottom:0px;font-family:'Times New Roman';margin-top:0px"><span style="vertical-align:baseline;font-style:normal;white-space:pre-wrap;background-color:transparent;text-decoration:none;font-family:Verdana;font-weight:normal">Martin Konecny</span><br>

<span style="vertical-align:baseline;font-style:normal;white-space:pre-wrap;background-color:transparent;text-decoration:none;font-family:Verdana;font-weight:normal">Software Developer, Sourcefabric</span><br>
<span style="vertical-align:baseline;font-style:normal;white-space:pre-wrap;background-color:transparent;text-decoration:none;font-family:Verdana;font-weight:normal"><a href="mailto:martin.konecny@sourcefabric.org" target="_blank">martin.konecny@sourcefabric.org</a></span><br>

<span style="vertical-align:baseline;font-style:normal;background-color:transparent;white-space:pre-wrap;text-decoration:none;font-family:Verdana;font-weight:normal"></span><br><span style="vertical-align:baseline;font-style:normal;white-space:pre-wrap;background-color:transparent;text-decoration:none;font-family:Arial;font-weight:normal">720 Bathurst St. Suite 203</span><br>

<span style="vertical-align:baseline;font-style:normal;white-space:pre-wrap;background-color:transparent;text-decoration:none;font-family:Arial;font-weight:normal">M5S 2R4, Toronto, ON, Canada</span><span style="vertical-align:baseline;font-style:normal;background-color:transparent;white-space:pre-wrap;text-decoration:none;font-family:Verdana;font-weight:normal"></span><br>

<span style="vertical-align:baseline;font-style:normal;white-space:pre-wrap;background-color:transparent;text-decoration:none;font-family:Arial;font-weight:normal"><a href="tel:%2B1%20%28416%29%20892-8420" value="+14168928420" target="_blank">+1 (416) 892-8420</a> (Cell)</span><br>
<span style="vertical-align:baseline;font-style:normal;white-space:pre-wrap;background-color:transparent;text-decoration:none;font-family:Arial;font-weight:normal">Skype: martin.konecny15</span><br>
<span style="vertical-align:baseline;font-style:normal;background-color:transparent;white-space:pre-wrap;text-decoration:none;font-family:Arial;font-weight:normal"></span><br><a href="http://www.sourcefabric.org/" target="_blank"><span style="font-family:Verdana;color:rgb(0,0,153);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap">http://www.sourcefabric.org</span></a><br>

<a href="http://www.twitter.com/Sourcefabric" target="_blank"><span style="vertical-align:baseline;color:rgb(0,0,153);font-style:normal;white-space:pre-wrap;text-decoration:underline;font-family:Verdana;font-weight:normal">http://www.twitter.com/Sourcefabric</span></a></div>

</div></span></span></div></span><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><span style="border-collapse:collapse"><div><span style="border-collapse:collapse"><span style="border-collapse:separate"><div style="margin-top:0px;margin-bottom:0px">
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;font-family:'Times New Roman'"><span>Open source radio in the cloud. Get yours now!</span><span> ---> </span><a href="http://airtime.pro/" target="_blank">http://airtime.pro</a></div>
<div style="color:rgb(0,0,0);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;font-family:'Times New Roman'"><span style="font-family:Verdana;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><br>
</span></div><div style="color:rgb(0,0,0);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;font-family:'Times New Roman'"><span style="font-family:Verdana;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Martin Konecny</span><br>
<span style="font-family:Verdana;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Software Developer, Sourcefabric</span><br>
<span style="font-family:Verdana;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><a href="mailto:martin.konecny@sourcefabric.org" target="_blank">martin.konecny@sourcefabric.org</a></span><br>
<span style="font-family:Verdana;color:rgb(0,0,0);font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"></span><br><span style="font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">720 Bathurst St. Suite 203</span><br>
<span style="font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">M5S 2R4, Toronto, ON, Canada</span><span style="font-family:Verdana;color:rgb(0,0,0);font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"></span><br>
<span style="font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">+1 (416) 892-8420 (Cell)</span><br><span style="font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Skype: martin.konecny15</span><br>
<span style="font-family:Arial;color:rgb(0,0,0);font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"></span><br><a href="http://www.sourcefabric.org/" target="_blank"><span style="font-family:Verdana;color:rgb(0,0,153);background-color:transparent;font-weight:normal;font-style:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap">http://www.sourcefabric.org</span></a><br>
<a href="http://www.twitter.com/Sourcefabric" target="_blank"><span style="font-family:Verdana;color:rgb(0,0,153);background-color:rgb(255,255,255);font-weight:normal;font-style:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap">http://www.twitter.com/Sourcefabric</span></a></div>
</div></span></span></div></span><br>
</div>