Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 88367

Summary: sensors-detect complains about missing dmidecode
Product: [Retired] Red Hat Linux Reporter: Barry K. Nathan <barryn>
Component: lm_sensorsAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 9CC: 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: 2003-06-27 15:35:44 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 Barry K. Nathan 2003-04-09 14:18:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401

Description of problem:
When I run sensors-detect, it complains that dmidecode is missing and that,
without it, it can't tell whether my machine is an IBM that could self-destruct.

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

How reproducible:
Always

Steps to Reproduce:
1. Run sensors-detect without dmidecode installed.

Actual Results:  This warning appeared, among other sensors-detect output:
---cut here---
 Could not find dmidecode, which should have been installed with lm_sensors.
 Runing dmidecode would help us determining your system vendor, which allows
 safer operations. Please provide one of the following:
  /usr/local/sbin/dmidecode
  /usr/sbin/dmidecode
You can still go on, but you are encouraged to fix the problem first.
 IF THIS IS AN IBM THINKPAD, PRESS CTRL-C NOW!
 IBM Thinkpads have a severely broken i2c/SMBus implementation, just scanning
 the bus will break your Thinkpad forever!
 If this is a non-Thinkpad IBM, we still suggest you press CTRL+C. We have
 had users reporting system breakage on other IBM systems as well.
---cut here---

Expected Results:  I wasn't expecting to be told that another piece of software
(dmidecode) should have been installed already. In that case, shouldn't the
lm_sensors package have a dependency to enforce this?

Additional info:

Comment 1 Phil Knirsch 2003-06-27 15:35:44 UTC
lm_sensors now requires kernel-utils which contains the latest and greates
dmidecode.

Read ya, Phil