** Changed in: cgmanager (Ubuntu)
Status: Incomplete => Triaged
** Changed in: cgmanager (Ubuntu)
Importance: Undecided => Medium
** Summary changed:
- Booting mako hangs randomly with cgmanager installed
+ cgmanager and cgproxy startup is racy
** Description changed:
Every 10-100
The cgmanager.log from my testing device is at
http://paste.ubuntu.com/7203516/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1302174
Title:
Booting mako hangs randomly with cgmanager installed
To
reducing status and priority to incomplete/undecided as it's not clear
cgmanager is actually at fault.
None of the logs provided indicate any kind of crash from cgmanager,
/var/log/upstart/cgmanager.log wasn't provided and the LXC error is very
likely because you are attempting to start the contai
This bug was fixed in the package lxc-android-config - 0.158
---
lxc-android-config (0.158) trusty; urgency=medium
* revert to using cgroup-lite, with cgmanager running we get random hard
hangs of the system during image testing (LP: #1302174)
* ship .override files for cgmana
^ Something to add to automatic testing... on some ebay-ed cheap broken
screen device.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1302174
Title:
Booting mako hangs randomly with cgmanager install
oh, and before i forget, the reboot script used for reproducing:
#! /bin/sh
for i in `seq 1 1000`; do
stamp="$(date +%H:%M:%S)"
echo "$stamp LOOP $i"
adb reboot
adb wait-for-device
sleep 20
done
in general my device died between 60 and 120 reboots with the bug in place.