<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>

<div> </div>

<div>I installed lxc and created a box as describerd here: https://linuxcontainers.org/lxc/getting-started/</div>

<div>with command</div>

<div>>>lxc-create -t download -n my-container</div>

<div>As templated I chosed ubuntu, trusty, amd64 (for acer chromebook c720 with running Lubuntu 14.04 LTS)</div>

<div>All that worked fine.</div>

<div> </div>

<div>After this I tried to start the container with</div>

<div>>>lxc-start -n my-container -d</div>

<div> </div>

<div>which fails and gives the error messages (with option -F instead):</div>

<div> </div>

<div>lxc_container: utils.c: safe_mount: 1284 Operation not permitted - Mount of 'sysfs' onto '/usr/lib/x86_64-linux-gnu/lxc/sys' failed<br/>
lxc_container: conf.c: mount_entry: 2061 Operation not permitted - failed to mount 'sysfs' on '/usr/lib/x86_64-linux-gnu/lxc/sys'<br/>
lxc_container: conf.c: lxc_setup: 4282 failed to setup the mount entries for 'my-container'<br/>
lxc_container: start.c: do_start: 717 failed to setup the container<br/>
lxc_container: sync.c: __sync_wait: 51 invalid sequence number 1. expected 2<br/>
lxc_container: start.c: __lxc_start: 1121 failed to spawn 'my-container'<br/>
lxc_container: lxc_start.c: main: 341 The container failed to start.<br/>
lxc_container: lxc_start.c: main: 345 Additional information can be obtained by setting the --logfile and --logpriority options.</div>

<div> </div>

<div>with the --logfile option I get results as appended.</div>

<div> </div>

<div>What's going wrong?</div>

<div> </div>

<div>Regards,</div>

<div>Peter</div></div></body></html>