On 06/11/2014 06:58 PM, Mark Stodola wrote:
On 6/11/2014 4:41 PM, ToddAndMargo wrote:
On 06/10/2014 06:26 AM, Mark Stodola wrote:
On 06/10/2014 12:16 AM, ToddAndMargo wrote:
On 06/09/2014 10:06 PM, Johan Guldmyr wrote:
----- Original Message -----
From: "ToddAndMargo" <[email protected]>
To: "Scientific Linux Users"
<[email protected]>
Sent: Tuesday, June 10, 2014 7:58:42 AM
Subject: Re: speed fan for SL?
On 06/09/2014 09:30 PM, Johan Guldmyr wrote:
----- Original Message -----
From: "ToddAndMargo" <[email protected]>
To: "Mark Stodola" <[email protected]>
Cc: "Scientific Linux Users"
<[email protected]>
Sent: Tuesday, June 10, 2014 7:21:19 AM
Subject: Re: speed fan for SL?
On 06/09/2014 05:44 PM, Mark Stodola wrote:
On 6/9/2014 7:40 PM, ToddAndMargo wrote:
Hi All,
Anyone know of a speed and temperature monitor for
SL?
I have used
http://almico.com/speedfan.php
in the Windows environment, but they don't offer
a Linux version.
-T
Have a look at lm_sensors.
Hi Mark,
Yum says it is installed, but I have no idea where
or what it is called.
Do you know what the "man page" is called.
sensors, that's also waht the command is called.
Many thanks,
-T
Hi Johan,
Thank you! Some configuration required. "sensors-detect"
seems to help.
Anyone use xsensors?
# xsensors
GUI failed!
xsensors works fine for me (at least I get a window with numbers up).
Perhaps your X server or X forwarding is not working?
I usually test if it is by running 'xterm' or 'xclock'.
Hi Johan,
I have xterms and programs running in xterms plaster
all over the place. Maybe it is because I am running
Xfce 4.8?
-T
You can do a few things to get a bit more information about why it
failed. I would start by checking for "not found" entries from the
output of "ldd `which xsensors`". Then grab a stack trace "strace -o
xsensors.log xsensors" to see if you can glean where it is having
trouble.
I'm still tied to SL5, which doesn't have an xsensors package, I've
always used the command line tools.
Hi Mark,
I created a bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1108377
And I attached ldd and strace
-T
Does the cli 'sensors' program work? A quick web search turns up
situations where either kernel or sensor drivers aren't
loaded/configured. I also see a patch for option processing from 2012,
but I doubt that is your issue. Even though you ran sensors-detect, you
may still have to dump some stuff into modprobe.conf to get the drivers
to load on boot, at least that is how it "used to be." I haven't used
it in quite a while.
Hi Mark,
True, but that should not keep the GUI from starting, unless
the error is one of those Microsoft style error that
means something else other than what it says, in which case
they need to fix error output.
$ sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
"dmidecode" works beautifully
-T