Closed MatiasPujado closed 2 years ago
which amdfan
should tell you where the binary is that you were able to call as your user, then you can probably use that.
The /usr/bin
link is only created when installing from the AUR in arch linux.
Thank you Jason! I copied the binary to the /usr/bin
directory and it got fixed!
Big Thanks
Hi! Thank you so much for keeping the project alive, I found it really useful specially combined with conky.
The Issue
I'm facing a weird situation. I'll explain: I've installed amdfan using this command:
sudo pip3 install amdfan
. Then I started setting it up exactly how is detailed in the Readme file and by the time I was done I got this error when I ransudo systemctl status amdfan
:So I went to check on both of the files I created. Here is what I have: cat /etc/amdfan.yml
and cat /usr/lib/systemd/system/amdfan.service
and that's when I took a closer look with
sudo journalctl -u amdfan
:So it seems that the service can not find the binary. I checked and it is not there:
ls -alh /usr/bin | grep amdfan
And I cant find it, but! look at this output:amdfan --monitor
So... is it running?It is clear that the OS was able to identify it and allow me to run it manually, my guess is that was installed in another directory. I'll update if I find anything new. I'd appreciate if anyone could point me in the right direction. Its an amazing software and I would love to get it running properly. Thank you in advance