When I installed F15 back in April, I noticed this error in /var/log/messages:
Code:
[ 25.005674] mcelog.setup[827]: read: No such device
Bug 701083 hasn't seen much activity, but with the newest kernel in koji, it appears to be fixed.
Code:
$ uname -sr
Linux 2.6.40.2-0.fc15.x86_64
$ grep mcelog.setup /var/log/messages* | wc -l
47
$ grep mcelog.setup /var/log/messages | wc -l
0
Also, mce logging is finally working in F15. If you've been getting that error message, you might want to try the 2.6.40.2 kernel.
dd_wizard