On Mon, 15 Jul 2013, [email protected] wrote:
> Le 14/07/2013 23:17:39, Henrique de Moraes Holschuh a écrit :
> > I'll need your help to track this down.
> 
> > Please, what are the messages on screen at the time the system gets
> > blocked?
> 
> # dpkg --configure -a
> Paramétrage de intel-microcode (1.20130222.5) ...
> Using per-core interface to update microcode on online processors...
> 
> And that’s all, aptitude blocks here.

Please run these as root:

   find /sys/devices/system/cpu -noleaf -type f -path 
'/sys/devices/system/cpu/cpu*/microcode/reload'
   echo $?


And, only if the above DID work (resulting in one line of output per core):

   find /sys/devices/system/cpu -noleaf -type f -path 
'/sys/devices/system/cpu/cpu*/microcode/reload' | while read i ; do echo -n 1 
>"$i" || true ; done

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to