X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=doc%2Ffaq.txt;h=1de2f69e74a62678eae3bd494272469a97f9b907;hb=3a72ac251a6818d67d520822b929ff98b11dc4a8;hp=048c679eb3d06d9d8c78d48c311eefa129512aba;hpb=70dca8da60f9c4ce694b10e3d1ca4ea0c4453690;p=psensor.git diff --git a/doc/faq.txt b/doc/faq.txt index 048c679..1de2f69 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -227,6 +227,37 @@ Since the version 1.0.1, Psensor is no more started automaticaly by default. Open the +Preferences+ window, select the +Startup+ tab and switch on the option +Launch on session startup+. +This feature is requiring that the Desktop Environment supports the +http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html[XDG +specification]. + +[[S_disk]] +How to monitor the temperature of a disk? +----------------------------------------- + +By default, Psensor is using +hddtemp+ to retrieve the temperature of +the disks. + +If +hddtemp+ is installed but no disk temperature is reported, check +that the daemon is running by using for example the command +ps +-eaf|grep hddtemp+. +It should output something like: + +--------------------- +root 1433 1 0 May28 ? 00:00:21 /usr/sbin/hddtemp -d -l 127.0.0.1 -p 7634 -s | /dev/sdb +--------------------- + +Since recent Ubuntu releases, installing the +hddtemp+ package is not +enough, it is required to manually allow the +hddtemp+ daemon. Edit the +file +/etc/default/hddtemp+ and set +RUN_DAEMON+ to +"true"+. + +------------------ +# hddtemp network daemon switch. If set to true, hddtemp will listen +# for incoming connections. +RUN_DAEMON="true" +------------------ + + [[S_SimilarSoft]] Is there any other similar softwares? -------------------------------------