From f8f98f64d343ae12e2d14c9cc7ef1957f7c11b46 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 4 Jun 2014 20:39:36 +0200 Subject: [PATCH] added information --- doc/faq.html | 16 ++++++++++++---- doc/faq.txt | 15 ++++++++++++--- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/doc/faq.html b/doc/faq.html index 1ae0908..faaf580 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -698,15 +698,23 @@ 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".

+

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
 # for incoming connections.
 RUN_DAEMON="true"
+

For Debian/Ubuntu, you can use

+
+
+
dpkg-reconfigure hddtemp
+
+

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

@@ -742,7 +750,7 @@ more general, but can be configured to display sensors

diff --git a/doc/faq.txt b/doc/faq.txt index 1de2f69..bd6c1ae 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -247,9 +247,11 @@ 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"+. +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 @@ -257,6 +259,13 @@ file +/etc/default/hddtemp+ and set +RUN_DAEMON+ to +"true"+. RUN_DAEMON="true" ------------------ +For Debian/Ubuntu, you can use +------------------ +dpkg-reconfigure hddtemp +------------------ + +and reply +yes+ when asked whether hddtemp daemon must be +run during the startup. [[S_SimilarSoft]] Is there any other similar softwares? -- 2.7.4