[Bug 1551150] Re: devel-proposed - android lxc container fails to start

2016-03-23 Thread Ondrej Kubik
Finally some time to check more. Using new /etc/init/lxc-android-config.conf from Stephane http://paste.ubuntu.com/15264484/ When running manually $ lxc-start -n android -F -- /init I can see init process be created, but then it exits. Also there are no logs in syslog or /proc/kmesg So looks

[Bug 1551150] Re: devel-proposed - android lxc container fails to start

2016-03-01 Thread Ondrej Kubik
missing android signal was caused by double mounting of cgroup cpu, which was already mounted. Fixing that did take boot further, now lightdm becomes alive, still boot fails, and kills adb in the process... -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1551150] Re: devel-proposed - android lxc container fails to start

2016-03-01 Thread Ondrej Kubik
more debugging and android signal is still not emitted, though android init process is running Will keep debugging to get closer to the issue we are progressing -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1551150] Re: devel-proposed - android lxc container fails to start

2016-03-01 Thread Ondrej Kubik
lxc-container is now running, system still does not boot, but container is no more issue needed changes: install https://launchpad.net/ubuntu/+source/cgroup-lite/1.10/+build/6001591/+files/cgroup-lite_1.10_all.deb and modify /etc/init/lxc-android-config.conf to this:

[Bug 1551150] Re: devel-proposed - android lxc container fails to start

2016-03-01 Thread Ondrej Kubik
update from running system: $ cat /proc/cgroups #subsys_namehierarchy num_cgroups enabled debug 3 1 1 cpu 1 1 1 cpuacct 2 1 1 freezer 4 1 1 $ cat /proc/self/cgroup 5:name=systemd:/ 4:freezer:/ 3:debug:/ 2:cpuacct:/ 1:cpu:/ --