Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17th August 2012, 04:06 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Question gkrellm and hddtemp not on speaking terms ...

... in my F16 install. Which seems a little odd in that they get along just peachy in F11/Dan's Fedora.


Gkrellm works fine otherwise ... and hddtemp seems to work fine, too.

Code:
[dan@****** Desktop]$ hddtemp -u F
/dev/sda: Hitachi HTS545050B9A300: 86°F
/dev/sdb: SAMSUNG HD502HJ: 89°F
/dev/sdc: Maxtor 6B120P0: 93°F
/dev/sdd: Hitachi HDS721032CLA362: 89°F

[dan@******]$ sensors -f |grep temp*
k10temp-pci-00c3
temp1:        +89.6°F  (high = +158.0°F)
temp1:       +100.4°F  (low  = +260.6°F, high = +260.6°F)  sensor = thermistor
temp2:        +89.6°F  (low  = +260.6°F, high = +140.0°F)  sensor = thermal diode
temp3:        +91.4°F  (low  = +260.6°F, high = +260.6°F)  sensor = thermistor
[dan@****** Desktop]$
But I'll be dipped if I can get sda, sdb, sdc, sdd etc. to show up in the sensors stack.

Anyone got any bright ideas to get them to properly participate? <....>
Attached Thumbnails
Click image for larger version

Name:	Screenshot at 2012-08-16 21:58:57.jpg
Views:	36
Size:	108.8 KB
ID:	23624   Click image for larger version

Name:	Screenshot at 2012-08-16 22:03:12.jpg
Views:	33
Size:	103.3 KB
ID:	23625  
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #2  
Old 17th August 2012, 01:46 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

Quote:
Originally Posted by Dan View Post
... in my F16 install. Which seems a little odd in that they get along just peachy in F11/Dan's Fedora.


Gkrellm works fine otherwise ... and hddtemp seems to work fine, too.


But I'll be dipped if I can get sda, sdb, sdc, sdd etc. to show up in the sensors stack.

Anyone got any bright ideas to get them to properly participate? <....>
There used to be a plugin for gkrellm called "gkrellm-hddtemp". According to koji, it hasn't been built since F8, however it either could have remained on your system if you updated through to F11, or it could have remained in the repos longer than that.

http://koji.fedoraproject.org/koji/b...?buildID=14450

Edit:
Just checked it and the existing plugin still works with the current gkrellm. Your best option is to just pull the .so out and put it in your ~/.gkrellm2/plugins/ directory. Make sure that hddtemp.service is running and start gkrellm, then in configuration/plugins, make sure that gkrellm-hddtemp is checked.

Last edited by droidhacker; 17th August 2012 at 02:05 PM.
Reply With Quote
  #3  
Old 17th August 2012, 03:29 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

Found and fetched and installed, and a bar in Gkrellm is provided when the plugin is turned on, but nill/nada/nuthin' displayed in it.

Still workin' ...
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #4  
Old 17th August 2012, 03:34 PM
ah7013's Avatar
ah7013 Offline
Registered "Cashew" User
 
Join Date: May 2010
Location: Adelaide, Australia
Age: 18
Posts: 614
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

Quote:
Originally Posted by Dan View Post
Found and fetched and installed, and a bar in Gkrellm is provided when the plugin is turned on, but nill/nada/nuthin' displayed in it.

Still workin' ...
Dan did you restart gkrellm after enabling the plugin? I just tried it and nothing was displayed in it but once I had closed gkrellm and relaunched it the temps came up.
__________________
Running Mageia 3 (KDE 4.10) on an ASUS K55V (Core i5, 16GB RAM, 750GB HDD, Nvidia 610M)
Reply With Quote
  #5  
Old 17th August 2012, 04:00 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

Ayup. Still nothing.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #6  
Old 17th August 2012, 07:16 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

Quote:
Originally Posted by Dan View Post
Ayup. Still nothing.
Are you sure that you remembered to enable the hddtemp service?

systemctl start hddtemp.service
systemctl enable hddtemp.service
Reply With Quote
  #7  
Old 17th August 2012, 07:31 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

Well, Duh! Ok.

Still no joy, but we're getting closer. The output is:

Code:
sd[aER
...
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #8  
Old 17th August 2012, 07:52 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

check the file /etc/sysconfig/hddtemp
If it has something in it that looks like this;

HDDTEMP_OPTIONS="-l 127.0.0.1 /dev/sd[ab]"

Change it to:

HDDTEMP_OPTIONS="-l 127.0.0.1 /dev/sda /dev/sdb"

If it doesn't, then do that anyway -- i.e., explicitly tell it which devices to watch.


Also have a look at /usr/lib/systemd/system/hddtemp.service
Mine in F17 looks like this;
Code:
[Unit]
Description=Hard drive temperature monitor daemon
After=syslog.target

[Service]
Environment=HDDTEMP_OPTIONS=--listen=127.0.0.1
EnvironmentFile=-/etc/sysconfig/hddtemp
ExecStart=/usr/sbin/hddtemp -dF $HDDTEMP_OPTIONS

[Install]
WantedBy=multi-user.target
If you've got something different on your ExecStart line, try changing it.

---------- Post added at 02:52 PM ---------- Previous post was at 02:36 PM ----------

When I put this in /etc/sysconfig/hddtemp:
HDDTEMP_OPTIONS="-l 127.0.0.1 /dev/sd[ab]"

This is the output that hddtemp spews;

Code:
$ telnet localhost 7634
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
|/dev/sd[ab]|???|ERR|*|Connection closed by foreign host.
Proper output with the proper configuration is like this;
Code:
$ telnet localhost 7634
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
|/dev/sda|ST31500341AS|51|C||/dev/sdb|ST3500320AS|42|C|Connection closed by foreign host.
Note how the first (bad) output resembles yours....

Last edited by droidhacker; 17th August 2012 at 07:39 PM.
Reply With Quote
  #9  
Old 17th August 2012, 07:56 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

Whilst you were posting, I was rebooting after making changes to the /etc/sysconfig/hddtemp file. (Among others.)

Sure enough, that was the syntax error. I'm getting sda~sdh now ... e~h of which ... don't exist. <....>

The oddity now is ... I have to shut off HDDtemp in the plugins section, which allows them to be activated in the built-ins section. <....> So it would seem that somewhere along the way I definitely phat-phingered the config file.

Which doesn't seem to account for the fact that it would read and display just peachy keen fine ... in a terminal.

Ah, well! It's working now, and for that I am happy. I guess it is not mine to understand the magic, but to simply lean back, try not to drool, and enjoy all the pretty blinking lights. <....>
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #10  
Old 17th August 2012, 08:01 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

LOL, cool.
That config file is ONLY read when hddtemp is started as a service. That's why running the command in a terminal worked as expected.

Interesting about being in builtins. Guess the plug-in is no longer required... which might explain why its been dropped.
Reply With Quote
  #11  
Old 17th August 2012, 08:11 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

Indeed.

Found sd(e~h). They're coming from the USB connected card reader.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #12  
Old 17th August 2012, 08:18 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: gkrellm and hddtemp not on speaking terms ...

It would be nice if those card readers restrained themselves until after something has actually been inserted. The laptop kind seem to work this way, but the desktop kind that fit in a 3.5" slot dont.
Reply With Quote
Reply

Tags
gkrellm, hddtemp, speaking, terms

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Gkrellm plugin gkrellm-freq not seen as installed AlFrugal Using Fedora 1 17th June 2011 03:29 AM
about terms on co-location satimis Linux Chat 0 8th September 2007 05:40 PM
Fedora vs. Sid (in terms of updates) angryfirelord Linux Chat 25 9th May 2007 03:08 AM
Understanding Terms : Server tgrier Hardware & Laptops 1 23rd September 2005 10:34 PM
what do these ISO cd image terms mean for FedoraCore3? KevinAlaska Using Fedora 2 26th January 2005 03:34 AM


Current GMT-time: 05:21 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat