Re: speed fan for SL?

2014-06-10 Thread Mark Stodola

On 06/10/2014 12:16 AM, ToddAndMargo wrote:

On 06/09/2014 10:06 PM, Johan Guldmyr wrote:

- Original Message -

From: ToddAndMargo toddandma...@zoho.com
To: Scientific Linux Users SCIENTIFIC-LINUX-USERS@listserv.fnal.gov
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 toddandma...@zoho.com
To: Mark Stodola stod...@pelletron.com
Cc: Scientific Linux Users
SCIENTIFIC-LINUX-USERS@listserv.fnal.gov
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.


--
Mr. Mark V. Stodola
Senior Control Systems Engineer

National Electrostatics Corp.
P.O. Box 620310
Middleton, WI 53562-0310 USA
Phone: (608) 831-7600
Fax: (608) 831-9591


Re: speed fan for SL?

2014-06-10 Thread Yasha Karant

Take a look at gkrellm

http://freecode.com/projects/gkrellm

or

http://en.wikipedia.org/wiki/GKrellM

Yasha Karant

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 toddandma...@zoho.com
To: Scientific Linux Users 
SCIENTIFIC-LINUX-USERS@listserv.fnal.gov

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 toddandma...@zoho.com
To: Mark Stodola stod...@pelletron.com
Cc: Scientific Linux Users
SCIENTIFIC-LINUX-USERS@listserv.fnal.gov
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.




Software Collection Library for i686

2014-06-10 Thread Pat Riehecky
This announcement only affects the Software Collection Library, not 
Software Collections the packaging technology.


The upstream release of Software Collection Library has always been for 
x86_64 only.  However, the 1.0 release built nicely for i686 and we 
published the packages.


With the upstream release of Software Collection Library 1.1, we've 
begun building packages as before.  However, several of the RPMs do not 
build cleanly - or even at all - for the i686 platform.


Since we will be unable to continue security updates for all i686 
packages, we plan to archive the i686 release of Software Collection 
Library 1.0.  The x86_64 branch will not be effected by this change.


We plan to continue building the x86_64 tree as before.

The i686 packages will be placed in 
http://ftp.scientificlinux.org/linux/scientific/6x/archive/obsolete/ for 
historical usage.


We apologize for this inconvenience,

Pat

--
Pat Riehecky

Scientific Linux developer
http://www.scientificlinux.org/


Re: speed fan for SL?

2014-06-10 Thread Clint Bowman
Been using it for years both at home and work.  Takes up less room than 
xsensors.


Clint BowmanINTERNET:   cl...@ecy.wa.gov
Air Quality Modeler INTERNET:   cl...@math.utah.edu
Department of Ecology   VOICE:  (360) 407-6815
PO Box 47600FAX:(360) 407-7534
Olympia, WA 98504-7600

USPS:   PO Box 47600, Olympia, WA 98504-7600
Parcels:300 Desmond Drive, Lacey, WA 98503-1274

On Tue, 10 Jun 2014, Yasha Karant wrote:


Take a look at gkrellm

http://freecode.com/projects/gkrellm

or

http://en.wikipedia.org/wiki/GKrellM

Yasha Karant

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 toddandma...@zoho.com
To: Scientific Linux Users 
SCIENTIFIC-LINUX-USERS@listserv.fnal.gov

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 toddandma...@zoho.com
  To: Mark Stodola stod...@pelletron.com
  Cc: Scientific Linux Users
  SCIENTIFIC-LINUX-USERS@listserv.fnal.gov
  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.





RHEL 7 just hit the market place, I'm looking forward to when we can start testing SL 7

2014-06-10 Thread Nico Kadel-Garcia
I'm staring at 
http://www.redhat.com/about/news/press-archive/2014/6/red-hat-unveils-rhel-7,
Looks like we can start testing trying to build it. Is there anything
I can do to help?


Re: RHEL 7 just hit the market place, I'm looking forward to when we can start testing SL 7

2014-06-10 Thread Paul Robert Marino
Yes a lot of us noticed.Recompiling an entire distro from scratch is not an easy proposition. Furthermore they need to strip out all of the Red Hat branding. Expect it to take a while at least a month or two if not more.As far as helping I'm sure the offer is appreciated but due to certain legal grey areas the process of recompiling Red Hat into an other distro is generally a closed process done internally by the group respinning it. The best way you can help is assisting with the QA testing when the betas start to come out.-- Sent from my HP Pre3On Jun 10, 2014 20:12, Nico Kadel-Garcia nka...@gmail.com wrote: I'm staring at http://www.redhat.com/about/news/press-archive/2014/6/red-hat-unveils-rhel-7,
Looks like we can start testing trying to build it. Is there anything
I can do to help?