Your message dated Sun, 29 Jul 2012 15:02:10 +0000
with message-id <[email protected]>
and subject line Bug#683161: fixed in intel-microcode 1.20120606.3
has caused the Debian Bug report #683161,
regarding intel-microcode: does not work with IUCODE_TOOL_SCANCPUS=yes
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.)


-- 
683161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683161
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: intel-microcode
Version: 1.20120606.2

The cpuid driver is required for this to work, without it it fails silently:

|# iucode_tool -v -S
|iucode_tool: checked the signature of 0 processor(s)
|# echo $?
|0

This fix this, the /usr/share/initramfs-tools/hooks/intel-microcode could
be modified to something like this

|if [ -z "${IUCODE_TOOL}" -o "${IUCODE_TOOL_SCANCPUS}" != "yes" ] ; then
|        verbose "Adding microcode for all Intel processor models"
|else
|        verbose "Adding microcode for currently online Intel processors"
|        if [ $(grep cpu/cpuid /proc/devices | wc -l) -eq 0 ]
|        then
|                modprobe cpuid
|        fi
|        if [ $(grep cpu/cpuid /proc/devices | wc -l) -eq 1 ]
|        then
|                IUCODE_TOOL_OPTIONS="${IUCODE_TOOL_OPTIONS} --scan-system"
|        else
|                verbose "msr module not found. IUCODE_TOOL_SCANCPUS can not 
work"
|        fi
|fi

Sebastian

--- End Message ---
--- Begin Message ---
Source: intel-microcode
Source-Version: 1.20120606.3

We believe that the bug you reported is fixed in the latest version of
intel-microcode, 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.
Henrique de Moraes Holschuh <[email protected]> (supplier of updated 
intel-microcode 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: Sun, 29 Jul 2012 11:09:44 -0300
Source: intel-microcode
Binary: intel-microcode
Architecture: source amd64
Version: 1.20120606.3
Distribution: unstable
Urgency: low
Maintainer: Henrique de Moraes Holschuh <[email protected]>
Changed-By: Henrique de Moraes Holschuh <[email protected]>
Description: 
 intel-microcode - Processor microcode firmware for Intel CPUs
Closes: 683161
Changes: 
 intel-microcode (1.20120606.3) unstable; urgency=low
 .
   * initramfs: while creating the initramfs, if we need to iucode_tool
     --scan-system, attempt to modprobe cpuid if cpu/cpuid device is missing,
     and report an error if it doesn't work.  Thanks to Sebastian Andrzej
     Siewior for a good suggestion on how to fix it (closes: #683161)
   * README.Debian: add "modprobe cpuid" to example
   * debian/control: use better Vcs-browser URI that is properly
     handled by the current alioth redirector.
Checksums-Sha1: 
 98dd4ed85f7a97c60489f7c7bc27f5a5671d2047 1425 intel-microcode_1.20120606.3.dsc
 360753896df8022da23c0ea0e3a014f00262ef52 828472 
intel-microcode_1.20120606.3.tar.xz
 ef57f3904d9896a30d998c9cf8c2b9fbf11b1178 251292 
intel-microcode_1.20120606.3_amd64.deb
Checksums-Sha256: 
 5088225f270281fadc015bba30cdee23f0f4c870feb4eb790c45fcdfcc28e60d 1425 
intel-microcode_1.20120606.3.dsc
 8b6c8af2825254df389f32679ff0c7f1ebd3582080765bced64d247223a69569 828472 
intel-microcode_1.20120606.3.tar.xz
 216deedc6bd7ef32a499f43ca95c0022170acb309f248999b75cf1526a5fe18f 251292 
intel-microcode_1.20120606.3_amd64.deb
Files: 
 4a4511c34609a6ee54177610bdf1895e 1425 non-free/admin standard 
intel-microcode_1.20120606.3.dsc
 d0567b3894aa2ae1b9bc1187114bcf2b 828472 non-free/admin standard 
intel-microcode_1.20120606.3.tar.xz
 b537ae8570c7463fb948c0ac9eae442b 251292 non-free/admin standard 
intel-microcode_1.20120606.3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBCgAGBQJQFU8jAAoJEBZRjutISTEtRxMH/3OUxDp9PQtr2nMywC9wgSvx
7ko4ZMvbM5C/CzETB8BM3y4M67YtZfcguEUTVc01DdaB/sEmuFUZrBzZHTa8ojEj
GUCn0H80Q1Y0Z7/tqzWGuY1Y3yrGk1mCzdZplOrWOLgbdpKUuAnxjRmYWNBV/80Z
OKdmMnhaOaK8RAacNSWuUGfnM9KH6n8xoVH8Ul0hXQ8RYeRLGqXtxOkULNN4RrBP
kAYdbrVjMZpN8+9dBNRfKQ3ZNwwADbHUpW78hOxTBRGc9GxV4/CL1JAfqw2r6Yv1
ZSg+Xo++/N1h6/jL0d1jyi1uys2uxaTPlP/yIKr4d+cFOK/Q/Jc+JcXj5Oc1RGc=
=vdxU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to