@dude I was able to get rid of the log-warning by adding values to the thinkfan.conf, but the CPU-Load is still 100%. That issue from Github looks interesting, although I'm not sure how I would go about implementing it. Thanks though
Search Criteria
Package Details: thinkfan 1.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/thinkfan.git (read-only, click to copy) |
---|---|
Package Base: | thinkfan |
Description: | A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi |
Upstream URL: | https://github.com/vmatare/thinkfan |
Licenses: | GPL-3.0-or-later |
Submitter: | FALKER |
Maintainer: | harmathy |
Last Packager: | harmathy |
Votes: | 189 |
Popularity: | 0.047232 |
First Submitted: | 2009-03-02 09:01 (UTC) |
Last Updated: | 2024-07-09 06:52 (UTC) |
Dependencies (4)
- libatasmart (libatasmart-gitAUR)
- yaml-cpp
- cmake (cmake-gitAUR) (make)
- lm_sensors (lm_sensors-gitAUR) (optional) – hwmon support
Required by (1)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »
nfishr commented on 2019-02-19 07:57 (UTC)
dude commented on 2019-02-18 23:38 (UTC)
@nfishr That Sensor warning looks somewhat suspicious to me. Sounds like it could be a config issue. I would also recommend taking a look at the issues on github, this one in particular:
nfishr commented on 2019-02-18 23:19 (UTC)
@dude unfortunately nothing suspicious in the logs:
Feb 18 23:26:08 host systemd[1]: Starting simple and lightweight fan control program... Feb 18 23:26:08 host thinkfan[642]: Daemon PID: 646 Feb 18 23:26:08 host systemd[1]: Started simple and lightweight fan control program. Feb 18 23:26:08 host thinkfan[646]: WARNING: Sensor /proc/acpi/ibm/thermal has 16 temperatures, but you have 10 correction values for it. Feb 18 23:27:08 host systemd[1]: thinkfan.service: Main process exited, code=killed, status=9/KILL Feb 18 23:27:08 host systemd[1]: thinkfan.service: Failed with result 'signal'.
thinkfan.conf:
tp_fan /proc/acpi/ibm/fan tp_thermal /proc/acpi/ibm/thermal (0, 10, 15, 2, 10, 5, 0, 3, 0, 3)
(0, 0, 50) (1, 47, 55) (2, 50, 61) (3, 52, 63) (4, 56, 65) (5, 59, 66) (7, 63, 32767)
dude commented on 2019-02-18 22:52 (UTC) (edited on 2019-02-18 23:06 (UTC) by dude)
@nfishr I haven't had this issue. Can you post your configuration and recent journald log entries for thinkfan?
nfishr commented on 2019-02-18 22:31 (UTC)
just updated via this package to thinkfan 1.0.1 - VERY DANGEROUS: uses 100% CPU-Load when running. Could easily burn your CPU if not saved by BIOS!
dude commented on 2019-02-18 20:55 (UTC)
I've just adopted this and updated it to v1.0.1. Please let me know if you run into any issues. Thanks
gunar commented on 2018-03-29 22:03 (UTC) (edited on 2018-03-29 22:04 (UTC) by gunar)
We should update thinkfan.service
from
ExecStart=/usr/bin/thinkfan
to
ExecStart=/usr/bin/thinkfan -n
instead. This prevents thinkfan from starting as a deamon and allows us to debug it with journalctl -u thinkfan
.
Pinned Comments