11-11-2019, 07:18 PM
Upowerd logs every 1 to 2 mins a warning to /var/log/syslog and the systemd journal:
So far, I have close to 4000 of these entries.
I don't know what energy_full_design is supposed to be. Upowerd gets it from the kernel. To shut up this process, I am now setting energy_full_design in our battery driver to the same value as full_design. If you want to apply my patch, here it is
http://students.engr.scu.edu/~sschaeck/m...y001.patch
Code:
/var/log/syslog:Nov 4 00:09:57 Debian-Desktop upowerd[1014]: energy_full (38.543400) is greater than energy_full_design (0.000000)
/var/log/syslog:Nov 4 00:11:28 Debian-Desktop upowerd[1014]: energy_full (38.582600) is greater than energy_full_design (0.000000)
/var/log/syslog:Nov 4 00:13:28 Debian-Desktop upowerd[1014]: energy_full (39.366600) is greater than energy_full_design (0.000000)
So far, I have close to 4000 of these entries.
I don't know what energy_full_design is supposed to be. Upowerd gets it from the kernel. To shut up this process, I am now setting energy_full_design in our battery driver to the same value as full_design. If you want to apply my patch, here it is
http://students.engr.scu.edu/~sschaeck/m...y001.patch