Hi all, thanks for this great guide, worked perfectly for me so far (yet to reboot
).
One thing of note that occured for me using the script kindly provided above:
Code:
sudo /etc/init.d/fancontrol start
* Starting fancontrol daemon...
start-stop-daemon: Unable to open pidfile `/var/run/fancontrol/.fancontrol-pid' for writing: No such file or directory
Code:
# Defaults
DAEMON=/usr/sbin/fancontrol
PIDFILE=/var/run/fancontrol/.fancontrol-pid
PATH=/sbin:/bin:/usr/sbin:/usr/bin
I had to change the PIDFILE path to:
Code:
# Defaults
DAEMON=/usr/sbin/fancontrol
PIDFILE=/var/run/fancontrol-pid
PATH=/sbin:/bin:/usr/sbin:/usr/bin
I don't know if this was something specific to me....... But incase it helps others.
Bookmarks