Your message dated Sun, 30 Oct 2022 15:04:52 +0000
with message-id <[email protected]>
and subject line Bug#983082: fixed in ipmitool 1.8.19-1
has caused the Debian Bug report #983082,
regarding ipmitool: incorrect sensor reading for non-analog sensors in sdr 
sensor commands
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
983082: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983082
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ipmitool
Version: 1.8.18-10
Severity: normal
Tags: upstream patch
Forwarded: https://sourceforge.net/p/ipmitool/bugs/490/

As per the upstream report, the sensor reading is not correctly
displayed for discrete and threshold type sensors.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-3-amd64 (SMP w/36 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ipmitool depends on:
ii  init-system-helpers  1.60
ii  libc6                2.31-9
ii  libfreeipmi17        1.6.6-3
ii  libncurses6          6.2+20201114-2
ii  libreadline7         7.0-5
ii  libreadline8         8.1-1
ii  libssl1.1            1.1.1i-3
ii  libtinfo6            6.2+20201114-2
ii  lsb-base             11.1.0

Versions of packages ipmitool recommends:
pn  openipmi  <none>

ipmitool suggests no packages.
Index: ipmi_src/lib/ipmi_sdr.c
===================================================================
--- ipmi_src/lib/ipmi_sdr.c     (revision 11550)
+++ ipmi_src/lib/ipmi_sdr.c     (working copy)
@@ -1646,7 +1646,7 @@
                                                      sr->s_a_units);
                        } else /* Discrete */
                                snprintf(sval, sizeof(sval),
-                                       "0x%02x", sr->s_reading);
+                                       "0x%02x", sr->s_data2);
                }
                else if (sr->s_scanning_disabled)
                        snprintf(sval, sizeof (sval), sr->full ? "disabled"   : 
"Not Readable");
Index: ipmi_src/lib/ipmi_sensor.c
===================================================================
--- ipmi_src/lib/ipmi_sensor.c  (revision 11550)
+++ ipmi_src/lib/ipmi_sensor.c  (working copy)
@@ -184,7 +184,7 @@
                                               sr->s_a_str, sr->s_a_units, 
"ok");
                                } else {
                                        printf("| 0x%-8x | %-10s | 0x%02x%02x",
-                                              sr->s_reading, "discrete",
+                                              sr->s_data2, "discrete",
                                               sr->s_data2, sr->s_data3);
                                }
                        } else {

--- End Message ---
--- Begin Message ---
Source: ipmitool
Source-Version: 1.8.19-1
Done: Jörg Frings-Fürst <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ipmitool, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jörg Frings-Fürst <[email protected]> (supplier of updated ipmitool package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 29 Oct 2022 21:38:16 +0200
Source: ipmitool
Architecture: source
Version: 1.8.19-1
Distribution: unstable
Urgency: medium
Maintainer: Jörg Frings-Fürst <[email protected]>
Changed-By: Jörg Frings-Fürst <[email protected]>
Closes: 983082 1002013
Changes:
 ipmitool (1.8.19-1) unstable; urgency=medium
 .
   * New upstrem release.
     - New debian/patches/0700-build.patch.
     - New debian/patches/0620-manpage_typo.patch.
   * Remove longer not needed patches.
   * Declare compliance with Debian Policy 4.6.1.0 (No changes needed).
   * debian/copyright:
     - Add year 2022 to myself.
   * New debian/patches/0105-sensor_reading.patch (Closes: #983082):
     - Fix sensor reading for non-analog sensors.
   * New debian/README.Debian with the explanation how to change the
       start parameters (Closes: #1002013).
Checksums-Sha1:
 e1137f923b3c6bed02b764408114c120b282bc0f 1934 ipmitool_1.8.19-1.dsc
 92620c40a0f2d5fbe72e774385a55a53aa4ec448 641383 ipmitool_1.8.19.orig.tar.gz
 6d9c6f175cdfacd6358abaea8b498d0062d0ddd5 18800 ipmitool_1.8.19-1.debian.tar.xz
 8d1ef5ce21b851d322741ee480484b4cfce551ff 5865 
ipmitool_1.8.19-1_source.buildinfo
Checksums-Sha256:
 84c9eb26d1c5e9ae8c0a448cbd581924642ce8a583f1c5872662df4c38de4a55 1934 
ipmitool_1.8.19-1.dsc
 48b010e7bcdf93e4e4b6e43c53c7f60aa6873d574cbd45a8d86fa7aaeebaff9c 641383 
ipmitool_1.8.19.orig.tar.gz
 310460059ddd14d24abf2fc5453f9b4dfc3495268020bdca4fa91b19e72ee964 18800 
ipmitool_1.8.19-1.debian.tar.xz
 589ea8a4892446314e05d47af758e02687f8f36cc0fa0a1e7e407f79e8ae715d 5865 
ipmitool_1.8.19-1_source.buildinfo
Files:
 a273255b76b9a95c11f49a64b3b8de8d 1934 utils optional ipmitool_1.8.19-1.dsc
 0aa41c99d93ce129cf00a9b8803ed8c9 641383 utils optional 
ipmitool_1.8.19.orig.tar.gz
 13db49922d8b9d6b5f56148ece841e6a 18800 utils optional 
ipmitool_1.8.19-1.debian.tar.xz
 ac65eea38f8b286ff000fe7131cda01b 5865 utils optional 
ipmitool_1.8.19-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmNeivEACgkQweDZLphv
fH6O8Q//ZlutxcOqTnmprzDK1drg9rK/jBwcI7LhL335d14uN8iDA5jDP1wmOWDh
E4iR+IlhjtmRAoWZcfSoBtC2p4mURkD7tg+VI4lqOIyjzUEOV9+fTk32PfiORrud
AZZPgTgK5Ww+bft/evKHfdW51zQ/u1GWwVmFIP3WtV/ZROCB12x4HLn0WoEA1wzP
rlvgWevw987dfSM/eosAoiYFabYB9FZUj1hYx1jrC3syTG0ekurNV3JlM44SIPsG
InxZi2X7DpNSn6QZpxggeNP94Y+ItSwO0gIvdyaHsfS5Q5yGR/tuo3v6o2RgWdeM
DsZ6f5ve+n3rD4Pc3TK3d8JgpxXbINXSarb/z1qA33bbd+Q59fWBO9YKUg7CjjRi
hOIj92uXFzYyeYWb5hqOWMG69TrV7Ratcdl9v11EcYjiZOVghfxCIF+13SZZ6L3Y
8MWSoiQ8uwjbDAQtOxs3QIi633V8yTrKcUflOaM3EY1KsyJbGRthWc6okTCG9+zk
/u/8erCatB5cH2Ojvbkcd2LuyQuh5759pZHzV6GbUpc/EAlB/r7tB5SSJoH46oKk
KFWqghAeHg6qRcnv8Ay/imwIgqD9OAkwGxYsat4wU6zPWWURyYGZofbdHbBQkyjB
RH8DkiOi+j2XHfNA92hxjL92jamcteyW/oG0UtIHtB5EL0yFjnY=
=myBH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to