Bug 239133

Summary: sensors-detect is missing
Product: [Fedora] Fedora Reporter: Robbage <robbage>
Component: lm_sensorsAssignee: Phil Knirsch <pknirsch>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: hdegoede, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-06 20:38:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robbage 2007-05-05 07:12:14 UTC
Description of problem:

lm_sensors was installed at OS installation. "sensors" is there but
"sensors-detect" is not

Version-Release number of selected component (if applicable):

lm_sensors-2.10.3-2.fc7.i386.rpm

How reproducible:

type "sensors-detect"

Steps to Reproduce:
1.type "sensors-detect"
2.
3.
  
Actual results:

"command not found"

Expected results:

Sensor detection

Additional info:

tried a "rpm -i --force" with the rpm on the DVD. Still missing "sensors-detect"

Comment 1 Hans de Goede 2007-07-06 20:38:56 UTC
Hi,

Short introduction, I'm a Fedora contributer and since I'm involved in
lm_sensors upstream, I've also become a co-maintainer of lm_sensors in Fedora.

It is not missing, it is in /usr/sbin as it may only executed as run,
from a terminal do:
su -
<enter root pasword>
sensors-detect

Notice thats "su -" not "su', otherwise you will still not have /usr/sbin in
your path.

Alternatively if you use sudo do:
sudo /usr/sbin/sensors-detect