This bug was fixed in the package dmidecode - 3.1-1

---------------
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).

 -- Jörg Frings-Fürst <deb...@jff-webhosting.net>  Sat, 24 Jun 2017
23:21:09 +0200

** Changed in: dmidecode (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dmidecode in Ubuntu.
https://bugs.launchpad.net/bugs/1688162

Title:
  dmidecode should print diagnostic messages to stderr

Status in dmidecode package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu version of dmidecode breaks several scripts because it prints
  diagnostics messages to stdout instead of stderr.

  E.g.: sudo /bin/ksh93
  # /usr/sbin/dmidecode -s baseboard-manufacturer 2>/dev/null
  Supermicro
  Invalid entry length (16). Fixed up to 11.

  
  The original version (https://git.savannah.nongnu.org/git/dmidecode.git) 
however, works as expected:
  # /tmp/dmidecode -s baseboard-manufacturer 2>/dev/null
  Supermicro

  
  $ /usr/bin/lsb_release -a
  No LSB modules are available.
  Distributor ID:       Ubuntu
  Description:  Ubuntu 16.04.2 LTS
  Release:      16.04
  Codename:     xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dmidecode/+bug/1688162/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to