Your message dated Sun, 29 Jul 2012 13:17:13 +0000 with message-id <[email protected]> and subject line Bug#683178: fixed in iucode-tool 0.8.2-1 has caused the Debian Bug report #683178, regarding iucode-tool: bad --scan-system failure mode 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.) -- 683178: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683178 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: iucode-tool Source-Version: 0.8.2-1 We believe that the bug you reported is fixed in the latest version of iucode-tool, 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 iucode-tool 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 10:06:35 -0300 Source: iucode-tool Binary: iucode-tool Architecture: source amd64 Version: 0.8.2-1 Distribution: unstable Urgency: low Maintainer: Henrique de Moraes Holschuh <[email protected]> Changed-By: Henrique de Moraes Holschuh <[email protected]> Description: iucode-tool - Intel processor microcode tool Closes: 683178 Changes: iucode-tool (0.8.2-1) unstable; urgency=low . * New upstream release + Update documentation and manpages for the new microcode update interface in Linux v3.6. + Fail safe when --scan-system cannot access the cpuid driver: instead of not selecting anything, still select all microcodes if no other microcode selection option was used (closes: #683178) * debian/control: add X-Vcs-* fields Checksums-Sha1: b9fff9cfb865aa6131568bfd06cad8a8ef2ff205 1547 iucode-tool_0.8.2-1.dsc 54854749adb944df83e1bb37abb50566e6033341 119770 iucode-tool_0.8.2.orig.tar.bz2 015f6cc9e0c64bce87e999d984215544838e19ae 2967 iucode-tool_0.8.2-1.debian.tar.gz 23699cc468051e9d90d300891da511227baf9bf0 27950 iucode-tool_0.8.2-1_amd64.deb Checksums-Sha256: 5d3c0dada92331c0791c98baaa9f6272e1d7908bb2e1210e69c96c4bf6061d3f 1547 iucode-tool_0.8.2-1.dsc 30177f1cea0b05738c50a0b07f74b457f2cbc762fa7399a073569bd0aca38f4c 119770 iucode-tool_0.8.2.orig.tar.bz2 36a01b8f3750d6866a944d0bc852aa68e23caec8c9ec734d47e78129b78e0ec4 2967 iucode-tool_0.8.2-1.debian.tar.gz e5d3d97d2d39de5c4f63e5b48b23e983657365ce59f1ae6b7d1ccf3592879b6f 27950 iucode-tool_0.8.2-1_amd64.deb Files: eff23d76188d37beab7c5bed2bacb20c 1547 contrib/utils optional iucode-tool_0.8.2-1.dsc 66dda51a2eb45290fa9c400f1f65d7cf 119770 contrib/utils optional iucode-tool_0.8.2.orig.tar.bz2 347945a63bc63ca3e5026b24f0d25901 2967 contrib/utils optional iucode-tool_0.8.2-1.debian.tar.gz ef9ce3c489a2eedb26de819ffee61f60 27950 contrib/utils optional iucode-tool_0.8.2-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAEBCgAGBQJQFTb6AAoJEBZRjutISTEt4E0IAKIoibBTF8TeO+Atzo5JwQoG LEV2erUKn469WzC1Jq314LSVJaW537JlRwObyiTUQWri2JxsLi0zkHVGO144hAEc IN3Nm3YlcqgnA88+EJdWi3bChHCucT97/v5+PKLyGQD5Jnivu26h0zCp5eexmHwY VPMFdq5ufywFYaFaFDDpWDDAk/JYrjZBDFkpDQlikLrDRGH54QFgJZcOdSCEhj/0 56CB8PaAS8tjk088GATQEQA9dC9l4PSghjhxGiHTp73ygYVeNU8Qv0ZFYwBiIMkT LRfIgwEpgOaQbk8ynJlpmASMWym9OGV6lYXLr18GR8KrXRQAPO02ne65oQvuCoE= =GNYc -----END PGP SIGNATURE-----
--- End Message ---

