Comment 25 for bug 2026658

Revision history for this message
Eli (biblicabeebli) wrote :

I have some time (and was reminded by thread updates, thanc you for posting Mr. Gardner!) and am running my test. Reinstalled (after a purge uninstall iirc) thermald via apt, then ran `stress -c 2` for a ~minute to bring it to the brink, then `stress -c 1` to push it over the edge. (This seems to reliably cause bug 1.)

$ sudo apt policy thermald
Installed: 2.5.2-1
  Candidate: 2.5.2-1
  Version table:
 *** 2.5.2-1 500
        500 http://us.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
        100 /var/lib/dpkg/status

$ uname -a
Linux TheUssBenterprise 6.2.0-27-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 12 22:39:51 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Those power values after triggering bug 1 (TL;DR, long_term_power is stuck at 0.125):
{'backup_rest': 281474976776192,
 'locked': False,
 'long_term_enabled': True,
 'long_term_power': 0.125,
 'long_term_time': 28.0,
 'short_term_enabled': True,
 'short_term_power': 160.0,
 'short_term_time': 0.00244140625}

Thermald log file is attached.

I will now try to work out how to trigger bug 2.