[Bug 756499] Re: cgroup-bin breaks suspend to RAM

2012-03-02 Thread Rioting_Pacifst
*** This bug is a duplicate of bug 693594 ***
https://bugs.launchpad.net/bugs/693594

I'm marking this a duplicate of #693594 but if you come across this here
are some Workarounds/Fixes:

1)do not move all tasks into a default cgroup 
comment CREATE_DEFAULT=yes out and uncomment CREATE_DEFAULT=no in 
/etc/default/cgconfig

2)putting the following in /etc/cgconfig.conf fixed (a better value as this is 
kernels default anyway)
group sysdefault {
cpu {
cpu.rt_runtime_us = 95;
}
}

3) Add a rule so that [kthreadd] is never put in the default group

In case anybody was wondering what is going on:
Suspend fails because it cannot shutdown your extra CPUs ( you can test this 
with echo 0  /sys/devices/system/cpu/cpu$x/online ).
The kernel can't shutdown the extra CPUs because some it spawns some threads 
(ksoftirqd and migration) that need realtime scheduling and because they are in 
the sysdefault subgroup it will not allow it (you can fix this with echo PID of 
the stuck thread to /sys/fs/cgroup/cpu/tasks (the thread will show up as state 
D (Uninterruptible sleep))).

Note that on some kernels: (e.g 3.0.0 that is shipped with 11.10) you
can shutdown the CPUs once each before the problem occurs (e.g one
suspend) but on others ( e.g 3.3.0-rc4) you cant.

** This bug has been marked a duplicate of bug 693594
   cgroup-bin should not move kthreadd into a default cgroup

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/756499

Title:
  cgroup-bin breaks suspend to RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/756499/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 756499] Re: cgroup-bin breaks suspend to RAM

2012-01-08 Thread William Grant
I was seeing exactly the same symptoms as stgraber (first suspend
worked), and removing cgroup-bin indeed solved it.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/756499

Title:
  cgroup-bin breaks suspend to RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/756499/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 756499] Re: cgroup-bin breaks suspend to RAM

2011-08-17 Thread Serge Hallyn
Another report suggests this is not in fact fixed.

** Changed in: libcgroup (Ubuntu)
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/756499

Title:
  cgroup-bin breaks suspend to RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/756499/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 756499] Re: cgroup-bin breaks suspend to RAM

2011-08-17 Thread Stéphane Graber
Right, in my case with current cgroup-bin, I observe the following:
 1) Boot my laptop with cgroup-bin
 2) Suspend
 3) Resume
 4) Works fine
 5) Suspend
 6) System freezes, unresponsive

So I can do an initial suspend/resume sequence before I get hit by the bug.
Removing cgroup-bin fixes the problem for me.

It looks like a kernel panic or similar as keyboard doesn't work at all,
neither does the power button or even sys-rq sequences.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/756499

Title:
  cgroup-bin breaks suspend to RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/756499/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs