mcelog: CPU não é suportada - como consertar isso?

0

Tem problema depois de tentar instalar o samba4. Alguns dos pacotes lançando erro:


# apt-get install attr -y

// NO MATTER AT ALL PART:

Reading package lists... Done
Building dependency tree
Reading state information... Done
attr is already the newest version.     // OK, SO I GOT IT ALREADY

The following packages were automatically installed and are no longer
required:
  linux-headers-3.13.0-63 linux-headers-3.13.0-63-generic
  linux-image-3.13.0-63-generic linux-image-extra-3.13.0-63-generic
Use 'apt-get autoremove' to remove them.   // OK I WILL DO
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
[master e97dd96] saving uncommitted changes in /etc prior to apt run
 Author: SOME_SECRET_USER 
 1 file changed, 11 insertions(+), 11 deletions(-)

// IMPORTANT PART:

Setting up mcelog (100-1fakesync1) ...
Starting Machine Check Exceptions decoder: CPU is unsupported
invoke-rc.d: initscript mcelog, action "start" failed.
dpkg: error processing package mcelog (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 mcelog
E: Sub-process /usr/bin/dpkg returned an error code (1)



# cat /var/log/mcelog
cat: /var/log/mcelog: No such file or directory

O que significa, como consertar ou contornar este problema? Por enquanto eu estou supondo que eu tenho erro de CPU de hardware.

Minha CPU nesse host é:
AMD X2 3800+ (2Ghz)

OS: Ubuntu 14.04, x64, kernel 4.0

Testado no memtest - sem resultados de erros.

    
por dawciobiel 29.09.2015 / 10:07

1 resposta

0

O daemon mcelog não é necessário com o processador AMD, veja:

link

    
por Francesco 27.03.2016 / 23:47