From 0acbbfd3bee0ebad1faae5b8314aea10a9cc123e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 12 Oct 2014 12:20:35 +0200 Subject: [PATCH] fixed formating --- doc/faq.html | 57 +++++++++++++++++++++++++++++---------------------------- doc/faq.txt | 2 +- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/doc/faq.html b/doc/faq.html index 293d41d..da3046f 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -697,42 +697,43 @@ the option Launch on session startup.

This feature is requiring that the Desktop Environment supports the XDG specification.

-

How to monitor the temperature of a disk with hddtemp?

+ + +
+

16. 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.

+

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:

-
Until the release 1.1.2, Psensor is using +hddtemp+ by default 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
-

root 1433 1 0 May28 ? 00:00:21 /usr/sbin/hddtemp -d -l 127.0.0.1 -p 7634 -s | /dev/sdb

+

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 +RUN_DAEMON to "true" like in the following example:

-
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
-+RUN_DAEMON+ to +"true"+ like in the following example:
-
-

# hddtemp network daemon switch. If set to true, hddtemp will listen +

# hddtemp network daemon switch. If set to true, hddtemp will listen
 # for incoming connections.
-RUN_DAEMON="true"

-
-
-
For Debian/Ubuntu, you can use
+RUN_DAEMON="true"
-

dpkg-reconfigure hddtemp

+

For Debian/Ubuntu, you can use

-
and reply +yes+ when asked whether hddtemp daemon must be
-run during the startup.
-
-[[S_SimilarSoft]]
-Is there any other similar softwares?
+
dpkg-reconfigure hddtemp
+

and reply yes when asked whether hddtemp daemon must be +run during the startup.

+
+
+
+

17. Is there any other similar softwares?

+

Here is a list of few well-known sensors monitoring softwares:

  • @@ -760,7 +761,7 @@ more general, but can be configured to display sensors
-

16. Is it possible to hide sensors in the main window?

+

18. Is it possible to hide sensors in the main window?

Before v1.1.1, the sensors retrieved from the lm-sensor library can be ignored directly in the lm-sensor configuration. See the manpage @@ -773,7 +774,7 @@ of sensors.conf(5).


diff --git a/doc/faq.txt b/doc/faq.txt index c837bf3..4b55caa 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -241,7 +241,7 @@ specification]. [[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. -- 2.7.4