You are not logged in.

#1 2009-02-25 09:22:01

DaK_TaLeS
Member
Registered: 2009-02-25
Posts: 5

[Solved]xfce4-sensors-plugin doesn't show hddtemp data

As i wrote in the subject, i've a problem with this xfce plugin.
It works correctly showing cpu/motherboard temperatures but it seems unable to gather data from hddtemp daemon.
This last one is running and "netcatting" its port the informations appear (as reported below).

Googleing didn't helped at all.

I have chmodded hddtemp's binary file (chmod u+s /usr/sbin/hddtemp): didn't help either

I'll post some report regarding hddtemp

dak ~  $  netcat localhost 7634
|/dev/sda|Maxtor 6Y080L0|38|C||/dev/sdb|MAXTOR STM3200820A|44|C||/dev/sdc|WDC WD1600YS-01SHB1|35|C||/dev/sdd|Maxtor 6V200E0|46|C|

hddtemp's configuration file

dak ~  $  cat /etc/conf.d/hddtemp 
PARAMS="-q -l 127.0.0.1"
DRIVES="/dev/sd[abcd]"

Installed versions:
xfce4-sensors-plugin version: 0.10.99.6-1
hddtemp version: 0.3.beta15.45-1

Any ideas would be appreciated

Thank you

Last edited by DaK_TaLeS (2009-03-05 22:30:27)

Offline

#2 2009-02-25 20:26:43

thunderogg
Member
From: Rio de Janeiro
Registered: 2008-07-13
Posts: 172

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

dak ~  $  cat /etc/conf.d/hddtemp 
PARAMS="-q -l 127.0.0.1"
DRIVES="/dev/sd[abcd]"

I think you have to change that so that hddtemp understands which drive it is supposed to check.
DRIVES="/dev/sd[abcd]" will only confuse it. tongue

Offline

#3 2009-02-26 14:06:22

DaK_TaLeS
Member
Registered: 2009-02-25
Posts: 5

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

I've tried without result.
I put
DRIVES="/dev/sda"
and restarted hddtemp deamon.

Reinstalling xfce4-sensors-plugin doesn't help.

Offline

#4 2009-02-26 14:53:09

thunderogg
Member
From: Rio de Janeiro
Registered: 2008-07-13
Posts: 172

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

Try:

PARAMS="/dev/sda"

Offline

#5 2009-02-26 22:57:28

DaK_TaLeS
Member
Registered: 2009-02-25
Posts: 5

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

Nothing...

Can you post your xfce4-sensors-plugin configuration file? Maybe there's something wrong with mine

dak ~  $  cat .config/xfce4/panel/xfce4-sensors-plugin-12356925991.rc 
[General]
Show_Title=true
Show_Labels=true
Use_Bar_UI=false
Show_Colored_Bars=true
Scale=0
Font_Size=medium
Font_Size_Numerical=2
Update_Interval=60
Exec_Command=true
Show_Units=true
Small_Spacings=false
Command_Name=xfce4-sensors
Number_Chips=3
Suppress_Hddtemp_Message=false

[Chip0]
Name=k8temp-c3
Number=0

[Chip1]
Name=w83627ehf-290
Number=1

[Chip2]
Name=ACPI
Number=2

Offline

#6 2009-02-27 08:29:44

thunderogg
Member
From: Rio de Janeiro
Registered: 2008-07-13
Posts: 172

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

Hm, I don't use tha xfce sensor plugin myself--I use Conky to get rid of too much things from my panel--but when I checked, I found out that I don't have any hddtemp reading myself. It seems that it doesn't support hddtemp. I took for granted it did. Sorry if I misled you. smile

Offline

#7 2009-02-27 08:45:52

DaK_TaLeS
Member
Registered: 2009-02-25
Posts: 5

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

No problem smile

I'm sure that xfce sensors plugin show hddtemp data because with my old debian it works like a charm.

xfce 4.6 is just released, maybe....

Thanks anyway

Offline

#8 2009-02-27 09:02:42

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

Hi all. Getting the hddtemp working together with xfce4-sensors-plugin is on my list. Feel free to file a feature request/bugreport in our tracker. I hope I'll get this done in the final 4.6 packages.

Offline

#9 2009-03-05 22:32:51

DaK_TaLeS
Member
Registered: 2009-02-25
Posts: 5

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

Works perfectly with new version

Nome           : hddtemp
Versione       : 0.3.beta15.45-2

Nome           : xfce4-sensors-plugin
Versione       : 0.10.99.6-2

Thanks you big_smile

Offline

#10 2009-03-16 00:34:15

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

@Dak_tales,
Did you chmoded hddtemp?

I'm having the permission problem, and I'm not sure if I should chmod it.


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#11 2009-07-09 14:27:39

saedelaere
Member
Registered: 2009-04-24
Posts: 30

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

I know this thread is old, but could you please post the solution for this issue?

Having installed:

yaourt -Qs hddtemp
extra/hddtemp 0.3.beta15.45-2
yaourt -Qs xfce4-sensors-plugin
extra/xfce4-sensors-plugin 0.10.99.6-2 (xfce4-goodies)
ps aux | grep hddtemp
root      9355  0.0  0.0   5968   952 ?        S    16:04   0:00 hddtemp -d /dev/sda
cat /etc/conf.d/hddtemp 
PARAMS="-q -l 127.0.0.1"
DRIVES="/dev/sda"

Also hddtemp can read my temperatures:

hddtemp /dev/sda
/dev/sda: WDC WD3200AAKS-00L9A0: 32°C

Suid-Bit is set

ls -l /usr/sbin/hddtemp
-rwsr-xr-x 1 root root 29272  5. Mär 19:10 /usr/sbin/hddtemp

Regards

Offline

#12 2010-04-28 12:56:02

indianahorst
Member
Registered: 2008-08-23
Posts: 127

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

Same problem here... I believe, it's since the last update of the xfce4-sensors-plugin to version extra/xfce4-sensors-plugin 1.0.0-1.
Previously it worked.

I can read temperatures as user with hddtemp:

$ hddtemp /dev/sda
/dev/sda: SAMSUNG HD103SI: 27°C

The hddtemp service is running...

The content of /etc/conf.d/hddtemp  is:
$ cat /etc/conf.d/hddtemp
PARAMS="-q -l 127.0.0.1"
DRIVES="/dev/sda"

The hddtemp binary has its setuid bit:
~$ ls -l /usr/sbin/hddtemp
-rwsr-xr-x 1 root root 29272  5. Mär 2009  /usr/sbin/hddtemp

... but in the xfce4-sensors properties hddtemp doesn't show up.

Has anybody a helping hint?

Last edited by indianahorst (2010-04-28 12:58:05)

Offline

#13 2010-04-28 13:06:07

indianahorst
Member
Registered: 2008-08-23
Posts: 127

Re: [Solved]xfce4-sensors-plugin doesn't show hddtemp data

Tried now the version from AUR,  aur/xfce4-sensors-plugin-git 20100202-1. With this version, I can flawlessly select "Hard disks" in the drop down menu of the properties.

=> Seems to be a problem with the version in the extra repository.

Offline

Board footer

Powered by FluxBB