Victor Mataré
Victor Mataré
@lakotamm @ceigh @broccoli5 @phrxmd, this should be fixed in master now with a new config setting: https://github.com/vmatare/thinkfan/issues/189#issuecomment-1196011925
Sorry, that error message could do with some improvement. What's actually failing there is a `dlopen("libnvidia-ml.so", RTLD_LAZY)`. So the dynamic loader can't find your `libnvidia-ml.so` anywhere in its search paths....
> It's a bug of RPM Fusion or there is some reason to don't create these links? if it's a bug, I will try to report. I'm really not sure...
Turns out that the convention appears to be that only development packages install unversioned symlinks. So since we load `libnvidia-ml.so` after compilation at runtime, we cannot expect an unversioned symlink...
It appears you're using `/proc/acpi/ibm/fan`, but you're showing the contents of `/sys/class/hwmon/hwmon3/pwm1*`. Could you please show me the contents of `/proc/acpi/ibm/fan` when this happens? Also, what happens if you actually...
closing for lack of feedback. Feel free to reopen if new information comes up.
Hi @omersi, what exactly do you mean by "upon restart"? If it's restart of the whole system (i.e. on boot), you're seeing issue #118. Go take a look there for...
Since #118 appears to become more pressing recently with boot sequence nondeterminism increasing, I've simply merged #177 into the master. So you can go ahead and test with the latest...
That's weird, nothing was changed regarding the PID file. Could you do an strace to see what's actually going on with the PID file and send me the output? ```bash...
If it happens to work with the `-n` option, you can try allowing thinkfan to fork and tell strace to follow: ```bash strace -f -e trace=file ./thinkfan |& grep -C10...