Your message dated Sun, 02 Jul 2017 08:49:46 +0000
with message-id <[email protected]>
and subject line Bug#860897: fixed in dmidecode 3.1-1
has caused the Debian Bug report #860897,
regarding dmidecode output information twice
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.)


-- 
860897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860897
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dmidecode
Version: 3.0-2~bpo8+1

When I invoke `dmidecode -s` and any viable argument I get the information output to me twice.
Here is a transcript:

# dmidecode -s bios-vendor
American Megatrends Inc.
American Megatrends Inc.
# dmidecode -s processor-manufacturer
Intel(R) Corporation
Intel(R) Corporation

Here is a transcript when invoking the same command with `strace`:

# strace dmidecode -s bios-vendor
execve("/usr/sbin/dmidecode", ["dmidecode", "-s", "bios-vendor"], [/* 22 vars */]) = 0
brk(0)                                  = 0x7f014624d000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0144bdd000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=122094, ...}) = 0
mmap(NULL, 122094, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f0144bbf000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1738176, ...}) = 0
mmap(NULL, 3844640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f01443fb000
mprotect(0x7f014459c000, 2097152, PROT_NONE) = 0
mmap(0x7f014479c000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a1000) = 0x7f014479c000 mmap(0x7f01447a2000, 14880, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f01447a2000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0144bbe000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0144bbd000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0144bbc000
arch_prctl(ARCH_SET_FS, 0x7f0144bbd700) = 0
mprotect(0x7f014479c000, 16384, PROT_READ) = 0
mprotect(0x7f0144bdf000, 12288, PROT_READ) = 0
mprotect(0x7f01449c6000, 4096, PROT_READ) = 0
munmap(0x7f0144bbf000, 122094)          = 0
open("/sys/firmware/dmi/tables/smbios_entry_point", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0)                                  = 0x7f014624d000
brk(0x7f014626e000)                     = 0x7f014626e000
open("/sys/firmware/efi/systab", O_RDONLY) = -1 ENOENT (No such file or directory) open("/proc/efi/systab", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/dev/mem", O_RDONLY)              = 3
fstat(3, {st_mode=S_IFCHR|0640, st_rdev=makedev(1, 1), ...}) = 0
mmap(NULL, 65536, PROT_READ, MAP_SHARED, 3, 0xf0000) = 0x7f0144bcd000
munmap(0x7f0144bcd000, 65536)           = 0
close(3)                                = 0
open("/dev/mem", O_RDONLY)              = 3
fstat(3, {st_mode=S_IFCHR|0640, st_rdev=makedev(1, 1), ...}) = 0
mmap(NULL, 4202, PROT_READ, MAP_SHARED, 3, 0xcf5cb000) = 0x7f0144bdb000
munmap(0x7f0144bdb000, 4202)            = 0
close(3)                                = 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0144bdc000
write(1, "American Megatrends Inc.\n", 25American Megatrends Inc.
) = 25
open("/dev/mem", O_RDONLY)              = 3
fstat(3, {st_mode=S_IFCHR|0640, st_rdev=makedev(1, 1), ...}) = 0
mmap(NULL, 4202, PROT_READ, MAP_SHARED, 3, 0xcf5cb000) = 0x7f0144bda000
munmap(0x7f0144bda000, 4202)            = 0
close(3)                                = 0
write(1, "American Megatrends Inc.\n", 25American Megatrends Inc.
) = 25
exit_group(0)                           = ?
+++ exited with 0 +++


Here is information about my system:

# uname -a
Linux lnxtest1 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 GNU/Linux

# dpkg -l|grep libc6
ii libc6:amd64 2.19-18+deb8u7 amd64 GNU C Library: Shared libraries ii libc6-dbg:amd64 2.19-18+deb8u7 amd64 GNU C Library: detached debugging symbols ii libc6-dev:amd64 2.19-18+deb8u7 amd64 GNU C Library: Development Libraries and Header Files ii libc6-dev-i386 2.19-18+deb8u7 amd64 GNU C Library: 32-bit development libraries for AMD64 ii libc6-dev-x32 2.19-18+deb8u7 amd64 GNU C Library: X32 ABI Development Libraries for AMD64 ii libc6-i386 2.19-18+deb8u7 amd64 GNU C Library: 32-bit shared libraries for AMD64 ii libc6-x32 2.19-18+deb8u7 amd64 GNU C Library: X32 ABI Shared libraries for AMD64
--- End Message ---
--- Begin Message ---
Source: dmidecode
Source-Version: 3.1-1

We believe that the bug you reported is fixed in the latest version of
dmidecode, 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 dmidecode 
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: SHA256

Format: 1.8
Date: Sat, 24 Jun 2017 23:21:09 +0200
Source: dmidecode
Binary: dmidecode dmidecode-udeb
Architecture: source
Version: 3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Jörg Frings-Fürst <[email protected]>
Changed-By: Jörg Frings-Fürst <[email protected]>
Description:
 dmidecode  - SMBIOS/DMI table decoder
 dmidecode-udeb - SMBIOS/DMI table decoder (udeb) (udeb)
Closes: 860897
Changes:
 dmidecode (3.1-1) unstable; urgency=medium
 .
   * New upstream release (LP: #1688162) (Closes: #860897):
     - Remove applied patches:
       + debian/patches/0110-nosysfs.patch
       + debian/patches/0115-no_smbios_DMI_entry_point.patch
       + debian/patches/0120-return_actual_data_size.patch
       + debian/patches/0125-use_read_file_to_read_DMI_table_from_sysfs.patch
       + debian/patches/0130-use_DWORD_for_table_max_size.patch
       + debian/patches/0135-hide_fixup_msg.patch
   * debian/copyright:
     - Add year 2017.
     - Change upstream email address.
   * debian/control:
     - Change Homepage.
   * Migrate to debhelper 10:
     - Change debian/compat to 10.
     - Bump minimum debhelper version in debian/control to >= 10.
   * Use the automatic debug symbol packages:
     - Remove dmidecode-dbg section from debian/control.
     - Remove override_dh_strip from debian/rules.
   * New README.source to explain the branching model used.
   * Declare compliance with Debian Policy 4.0.0. (No changes needed).
Checksums-Sha1:
 ae19c0b044ef3ce59aa62219dd70ae1b97803d6f 2020 dmidecode_3.1-1.dsc
 d76b6897fda070965f61eff37c3f6bcf63b2b04d 61204 dmidecode_3.1.orig.tar.xz
 7369883df39710e5c0376f2792414210625a47ae 14732 dmidecode_3.1-1.debian.tar.xz
Checksums-Sha256:
 1b5261fef08e6084f71c7dcd268b4bb87457912ba29d4204e3bc092f9aaa0dd4 2020 
dmidecode_3.1-1.dsc
 d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0 61204 
dmidecode_3.1.orig.tar.xz
 6114a63ac53355b9ebdabdd49f7013fc5f82e19a2f68b1dc432a05591ff77072 14732 
dmidecode_3.1-1.debian.tar.xz
Files:
 c684fbe0ae6a7603b675db509003151d 2020 utils optional dmidecode_3.1-1.dsc
 679c2c015c515aa6ca5f229aee49c102 61204 utils optional dmidecode_3.1.orig.tar.xz
 5020418c8b4ccdb47fa2783984ece76e 14732 utils optional 
dmidecode_3.1-1.debian.tar.xz

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

iQIzBAEBCAAdFiEE1TqBWjy3ZZr4guOVju3MG6ofMv8FAllYsN8ACgkQju3MG6of
Mv87rA//SDlJqhfmzNdqz+c9o2zi6szW/hcDxEu28AZPtyhZ5Cx7/6Yxpc5I19z1
Qg0XYpIwDpiACwMWAOHCK7KmsJwQ4z3pTYzML2ZrMGB9fnb3d2i9m1ISWpFnKUFo
ciQINo2H/mqY+P2m9AYr2XYwFB4HAVOK1yrnS9Zd2lgn6HqLzJyZktKuQZfpBn/r
lnye+1niIFNBmSaHeBcz75fT1p1JYqzW3Hxf1bKN5O+INiCcAmaooLxUcKvXjgqs
1C0WmyFK/gnSdz2C95+OXf2KWx5ex475YvYuoB9hTXwENLnIKBmiGI0CxyBOhuj7
b7iODTEXPlp0pFQ9POSSKP+PIrf+PoG+d8UY2cEM059GNvSvIVtmjPfIoApXEODM
FqP0McyFjzNuMPL0LYsQmOCFANDYBNXmU45ZpNaOnLxR1ZR/Ko71avjqshZvHfR1
USR2ZDFYDuXCOeeBzUT964lKO5ctengdi7+fREUvY6tI4X+77kQO6zLTE//AEwk5
RkjdlouFfPsfJt/tY+lOwDNmsl+gYda5HJzrjzN6VtqgAvgqF5Iz0UVIXA2PSfuR
vht/p4EgaPiJdf8v0OQgzfZ9wLVmwtIsmgDY4YHBxXhSY5XWp80WmCMw6jMs+cFI
WRUhbQ4PvMbez4/OAmhu36JmE2m8+S+IpwBT8I3O9vKJPIo0KTg=
=7xI2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to