Imported Upstream version 1.2.0
[psensor-pkg-debian.git] / doc / faq.txt
index c837bf3..12c8a4f 100644 (file)
@@ -1,5 +1,5 @@
-Psensor Frequently Asked Questions
-==================================
+Psensor Frequently Asked Questions
+:docinfo2:
 
 The last version of this FAQ is available at http://wpitchoune.net/gitweb/?p=psensor.git;a=blob_plain;f=doc/faq.html;hb=HEAD.
 
 
 The last version of this FAQ is available at http://wpitchoune.net/gitweb/?p=psensor.git;a=blob_plain;f=doc/faq.html;hb=HEAD.
 
@@ -216,7 +216,8 @@ the output of the different commands like +sensors+.
 Anyway, as I received several requests about such feature, since the
 0.7.0.4 release it is implemented in both psensor ( menu preferences >
 sensors > enable log of measures) and psensor-server
 Anyway, as I received several requests about such feature, since the
 0.7.0.4 release it is implemented in both psensor ( menu preferences >
 sensors > enable log of measures) and psensor-server
-(+--sensor-log-file+ option).
+(+--sensor-log-file+ option). For psensor the log file is
++$HOME/.psensor/sensors.log+.
 
 [[S_NO_GRAPH_DISPLAYED]]
 
 
 [[S_NO_GRAPH_DISPLAYED]]
 
@@ -241,7 +242,7 @@ specification].
 
 [[S_disk]]
 How to monitor the temperature of a disk with +hddtemp+?
 
 [[S_disk]]
 How to monitor the temperature of a disk with +hddtemp+?
------------------------------------------
+--------------------------------------------------------
 
 Until the release 1.1.2, Psensor is using +hddtemp+ by default to
 retrieve the temperature of the disks.
 
 Until the release 1.1.2, Psensor is using +hddtemp+ by default to
 retrieve the temperature of the disks.
@@ -259,15 +260,14 @@ Depending on the Linux distribution, the installation of the +hddtemp+
 package does not enable the hddtemp daemon automaticaly.
 
 In this case, edit the file +/etc/default/hddtemp+ and set
 package does not enable the hddtemp daemon automaticaly.
 
 In this case, edit the file +/etc/default/hddtemp+ and set
-+RUN_DAEMON+ to +"true"+ like in the following example:
++RUN_DAEMON+ to +"true"+. After edition, it should contain the
+following line:
 
 ------------------
 
 ------------------
-# hddtemp network daemon switch. If set to true, hddtemp will listen
-# for incoming connections.
 RUN_DAEMON="true"
 ------------------
 
 RUN_DAEMON="true"
 ------------------
 
-For Debian/Ubuntu, you can use
+For Debian/Ubuntu, you can use at root:
 ------------------
 dpkg-reconfigure hddtemp
 ------------------
 ------------------
 dpkg-reconfigure hddtemp
 ------------------