@xiliyi Thanks for letting me know. The owner of the project has completely rewritten the software and it seems that certain systems are having problems with the new implementation. I don't believe it is a packaging issue, but if you find a problem with the PKGBUILD please let me know and I will fix it ASAP.
Search Criteria
Package Details: thinkfan 1.3.1-2
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: | 190 |
Popularity: | 0.93 |
First Submitted: | 2009-03-02 09:01 (UTC) |
Last Updated: | 2025-04-15 16:22 (UTC) |
Dependencies (4)
- libatasmart (libatasmart-gitAUR)
- yaml-cpp
- cmake (cmake-gitAUR, cmake3AUR) (make)
- lm_sensors (lm_sensors-gitAUR) (optional) – hwmon support
Required by (1)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »
dude commented on 2019-02-20 14:17 (UTC)
xiliyi commented on 2019-02-20 13:56 (UTC)
@dude I believe I’m facing the same problem as @nfishr. Changing the line and rebuilding as suggested here (https://github.com/vmatare/thinkfan/issues/60) did not resolve the issue, CPU load is still at 100% (although this hits only one core, with or without the changed source).
dude commented on 2019-02-19 15:22 (UTC) (edited on 2019-02-19 15:25 (UTC) by dude)
@nfishr It's very simple, there's only a single line of code that needs to be changed. Check the wiki if you don't know how to build packages manually.
nfishr commented on 2019-02-19 07:57 (UTC)
@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
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