Author Topic: Any idea what this message means chaps?  (Read 564 times)

Offline Dreamofgilgamesh

  • Full Member
  • ***
  • Posts: 215
Any idea what this message means chaps?
« on: May 05, 2012, 08:50:03 AM »
I was happily tapping away when the notifications box popped this message up for my perusal,,

Message from syslogd@localhost at Sat May 5 15:48:05 2012 ...
localhost klogd: [Hardware Error]: No human readable MCE decoding support on this CPU type.

Message from syslogd@localhost at Sat May 5 15:48:05 2012 ...
localhost klogd: [Hardware Error]: Run the message through 'mcelog --ascii' to decode.

What does it mean chaps, any idea?

Many thanks

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12795
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Any idea what this message means chaps?
« Reply #1 on: May 05, 2012, 08:56:54 AM »
http://forums.opensuse.org/english/get-technical-help-here/hardware/461785-mce-decoder-support.html

Check this out.

And here: http://www.mcelog.org/faq.html

Quote
This is pretty much a bug in newer Linux kernels. They print this message on every corrected error, even though it's useless and also the decoding into the kernel log is not very useful because mcelog can aggregate the information much better. This is fixed with this patch.

Patch link: http://git.kernel.org/?p=linux/kernel/git/ak/linux-mce-2.6.git;a=commitdiff;h=6e3c7411d2b86bff210c59caa432e8e862037bfd

What kernel are You running? Something from Testing repo?
« Last Edit: May 05, 2012, 09:01:39 AM by AndrzejL »

Offline Dreamofgilgamesh

  • Full Member
  • ***
  • Posts: 215
Re: Any idea what this message means chaps?
« Reply #2 on: May 05, 2012, 09:06:26 AM »
Well this is a new install on this box, so whatever kernel came with the live cd.  Thanks for the links, i'll go have a read up.

"Edit"

Here's an old post about it with the solution!
« Last Edit: May 05, 2012, 09:47:19 AM by Dreamofgilgamesh »

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12795
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Any idea what this message means chaps?
« Reply #3 on: May 05, 2012, 09:52:08 AM »
Here means where? :D

Offline Dreamofgilgamesh

  • Full Member
  • ***
  • Posts: 215
Re: Any idea what this message means chaps?
« Reply #4 on: May 05, 2012, 10:18:17 AM »
Hahaha it means here,

http://www.pclinuxos.com/forum/index.php?action=printpage;topic=90832.0

Trouble is, try as i may i can't find my grub.conf file.  I have looked in /boot/grub/ but i can't find it.

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10639
  • MLUs Forever!
Re: Any idea what this message means chaps?
« Reply #5 on: May 05, 2012, 10:54:18 AM »
Hahaha it means here,

http://www.pclinuxos.com/forum/index.php?action=printpage;topic=90832.0

Trouble is, try as i may i can't find my grub.conf file.  I have looked in /boot/grub/ but i can't find it.


That is because you don't have one.

PCLOS does not use such a file.

Grub uses  /boot/grub/menu.lst   in PCLOS.

MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline Dreamofgilgamesh

  • Full Member
  • ***
  • Posts: 215
Re: Any idea what this message means chaps?
« Reply #6 on: May 05, 2012, 11:06:09 AM »
Ah i see!  Well tell me, would you expect that file to be empty, 'cos mine is.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12795
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Any idea what this message means chaps?
« Reply #7 on: May 05, 2012, 11:15:30 AM »
/boot/grub/menu.lst? No it wouldn't be empty :). You should have boot stanzas in there :).

Offline uggy

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 258
  • I'm this beautiful in real life
Re: Any idea what this message means chaps?
« Reply #8 on: May 05, 2012, 12:01:58 PM »
Ah i see!  Well tell me, would you expect that file to be empty, 'cos mine is.

You have to view as root,  will appear "blank" if viewed as user ;)
KDE 4.10.1 : 32-Bit : 3.2.44-pclos1.pae.bfs
AMD Phenom(tm) II X6 1045T Processor @2.9GHz
8Gig DDR3 memory
‎GT218 [GeForce 8400 GS]  (Driver 310.19)

Offline Dreamofgilgamesh

  • Full Member
  • ***
  • Posts: 215
Re: Any idea what this message means chaps?
« Reply #9 on: May 05, 2012, 12:06:09 PM »
Ah, i have so much to learn!

timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0

title linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=e1e5232a-e3ba-4b37-9d1c-661931e6d675 quiet vmalloc=256M acpi=on resume=UUID=6811e352-af30-4a44-b1e2-40665f4bc36b splash=silent vga=788
initrd (hd0,4)/boot/initrd.img

title linux-nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=e1e5232a-e3ba-4b37-9d1c-661931e6d675 quiet vmalloc=256M acpi=on resume=UUID=6811e352-af30-4a44-b1e2-40665f4bc36b
initrd (hd0,4)/boot/initrd.img

title failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=e1e5232a-e3ba-4b37-9d1c-661931e6d675 failsafe vmalloc=256M
initrd (hd0,4)/boot/initrd.img

title memtest-4.20
kernel (hd0,4)/boot/memtest-4.20 BOOT_IMAGE=memtest-4.20

Thank you very much.