-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thinkfan terminated by SIGABRT #139
Comments
I can confirm this issue. I'm experiencing the same error on the following setup: Thinkpad T14 Gen 2 Intel, Arch Linux (5.12.13 kernel), thinkfan v1.2.2. Interestingly, I could fix the issue by removing the sensors:
- hwmon: /sys/class/hwmon
name: coretemp
indices: [1,2,3,4,5]
- tpacpi: /proc/acpi/ibm/thermal
# indices: [1,2,3] |
That's useful to know. I'll try this and report if it works for me too.
Julian ***@***.***> writes:
… I can confirm this issue. I'm experiencing the same error on the following setup: Thinkpad T14 Gen 2 Intel, Arch Linux (5.12.13 kernel), thinkfan v1.2.2.
Interestingly, I could fix the issue by removing the `indices` line. It also works when using a `hwmon` based config instead of `tpacpi`, i.e., both of the configuration options below work on my machine:
```YAML
sensors:
- hwmon: /sys/class/hwmon
name: coretemp
indices: [1,2,3,4,5]
- tpacpi: /proc/acpi/ibm/thermal
# indices: [1,2,3]
```
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#139 (comment)
|
This should be fixed in the latest master, specifically by 6b9e348. Please test and let me know if the issue is fixed for you. |
Hi there, I am sorry for the late reply. I was traveling for a while. I can indeed confirm that |
Installed from the Arch AUR (builds from source).
Config file (
/etc/thinkfan.yaml
)Thinkpad: T14 Gen 1 AMD
The text was updated successfully, but these errors were encountered: