Your message dated Fri, 4 May 2007 02:33:19 +0200
with message-id <[EMAIL PROTECTED]>
and subject line lm-sensors: fails to detect udev
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: lm-sensors
Version: 1:2.9.1-1sarge3
Severity: normal
Tags: patch
Hi!
When trying to use the sensors-detect script on an "udev enhanced"
configuration (using a backports.org kernel), it fails to detect
udev's presence.
Here is a little patch for this very little bug. :-)
Regards, J.C.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-vserver-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages lm-sensors depends on:
ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy
ii libc6 2.3.2.ds1-22sarge5 GNU C Library: Shared libraries an
ii libsensors3 1:2.9.1-1sarge3 library to read temperature/voltag
ii makedev 2.3.1-77 creates device files in /dev
ii perl 5.8.4-8sarge5 Larry Wall's Practical Extraction
ii sed 4.1.2-8 The GNU sed stream editor
ii sysvinit 2.86.ds1-1 System-V like init
ii ucf 1.17 Update Configuration File: preserv
-- debconf information excluded
--- sensors-detect.orig 2006-02-16 02:42:32.000000000 +0700
+++ sensors-detect 2007-03-30 21:23:26.000000000 +0700
@@ -1982,7 +1982,8 @@
}
}
close INPUTFILE;
- } else {
+ }
+ if (!$use_udev) {
# Try some known default udev db locations, just in case
if (-e '/dev/.udev.tdb' || -e '/dev/.udev'
|| -e '/dev/.udevdb' || -e '/dev/.udevdb') {
--- End Message ---
--- Begin Message ---
Version: 1:2.10.3-1
On Fri, Mar 30, 2007 at 10:04:53PM +0700, Progfou wrote:
> Package: lm-sensors
> Version: 1:2.9.1-1sarge3
> Severity: normal
> Tags: patch
>
>
> Hi!
>
> When trying to use the sensors-detect script on an "udev enhanced"
> configuration (using a backports.org kernel), it fails to detect
> udev's presence.
>
This bug is fixed in version 1:2.10.3-1 (and probably before).
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' [EMAIL PROTECTED] | [EMAIL PROTECTED]
`- people.debian.org/~aurel32 | www.aurel32.net
--- End Message ---