On 10/27/24 13:19, Charles Curley wrote:
On Sun, 27 Oct 2024 09:36:32 -0700
David Christensen <dpchr...@holgerdanske.com> wrote:
To allow the Sensor plugin access to hard disk temperatures, I have
set the set-user-ID bit on hddtemp(8):
# chmod u+s /usr/sbin/hddtemp
hddtemp has been superseded by a kernel module, which you can enable
like so:
# enable getting the hard drive's temperature.
echo drivetemp > /etc/modules-load.d/drivetemp.conf
Now you can get rid of hddtemp.
I use that with xfce and the sensor plugin you mentioned.
Thank you for the reply. :-)
David